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

Method reset

src/remote/server/server.cpp:7636–7648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7634}
7635
7636void SrvAuthBlock::reset()
7637{
7638 pluginName = "";
7639 pluginList = "";
7640 dataForPlugin.clear();
7641 dataFromPlugin.clear();
7642 flComplete = false;
7643 firstTime = true;
7644
7645 authBlockWriter.reset();
7646 delete plugins;
7647 plugins = NULL;
7648}
7649
7650bool SrvAuthBlock::extractNewKeys(CSTRING* to, ULONG flags)
7651{

Callers 4

BatchMethod · 0.45
ClntAuthBlockMethod · 0.45
addClumpletsFunction · 0.45
extractNewKeysMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected