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

Method extractDataFromPluginTo

src/remote/server/server.cpp:7448–7453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7446}
7447
7448void SrvAuthBlock::extractDataFromPluginTo(cstring* to)
7449{
7450 to->cstr_allocated = 0;
7451 to->cstr_length = (ULONG) dataFromPlugin.getCount();
7452 to->cstr_address = dataFromPlugin.begin();
7453}
7454
7455bool SrvAuthBlock::authCompleted(bool flag)
7456{

Callers 3

XNET_analyzeFunction · 0.45
authenticateMethod · 0.45
accept_connectionFunction · 0.45

Calls 2

getCountMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected