MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~CryptKeyCallback

Method ~CryptKeyCallback

src/remote/server/server.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 { }
201
202 ~CryptKeyCallback()
203 {
204 if (keyHolder)
205 PluginManagerInterfacePtr()->releasePlugin(keyHolder);
206 }
207
208 unsigned int callback(unsigned int dataLength, const void* data,
209 unsigned int bufferLength, void* buffer)

Callers

nothing calls this directly

Calls 2

releasePluginMethod · 0.45

Tested by

no test coverage detected