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

Function FB_PLUGIN_ENTRY_POINT

examples/dbcrypt/CryptKeyHolder.cpp:347–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345} // anonymous namespace
346
347extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(IMaster* m)
348{
349 master = m;
350 IPluginManager* pluginManager = master->getPluginManager();
351
352 module.registerMe(pluginManager);
353 pluginManager->registerPluginFactory(IPluginManager::TYPE_KEY_HOLDER, "fbSampleKeyHolder",
354 &factory);
355}
356

Callers

nothing calls this directly

Calls 3

getPluginManagerMethod · 0.45
registerMeMethod · 0.45
registerPluginFactoryMethod · 0.45

Tested by

no test coverage detected