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

Function FB_PLUGIN_ENTRY_POINT

src/plugins/crypt/chacha/ChaCha.cpp:192–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190} // anonymous namespace
191
192extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(Firebird::IMaster* master)
193{
194 CachedMasterInterface::set(master);
195 PluginManagerInterfacePtr()->registerPluginFactory(IPluginManager::TYPE_WIRE_CRYPT, "ChaCha", &factory);
196 PluginManagerInterfacePtr()->registerPluginFactory(IPluginManager::TYPE_WIRE_CRYPT, "ChaCha64", &factory64);
197 getUnloadDetector()->registerMe();
198}

Callers

nothing calls this directly

Calls 5

getUnloadDetectorFunction · 0.85
setFunction · 0.50
registerPluginFactoryMethod · 0.45
registerMeMethod · 0.45

Tested by

no test coverage detected