MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / findSymbol

Method findSymbol

src/jrd/flu.h:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 Firebird::PathName originalName, loadName;
52
53 void* findSymbol(const Firebird::string& name)
54 {
55 if (! handle)
56 {
57 return 0;
58 }
59 return handle->findSymbol(NULL, name);
60 }
61
62 InternalModule(MemoryPool& p,
63 ModuleLoader::Module* h,

Callers 5

lookupSymbolMethod · 0.45
initializeMethod · 0.45
lookupCharSetMethod · 0.45
lookupCollationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected