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

Method getData

src/remote/client/interface.cpp:10343–10347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10341}
10342
10343const unsigned char* ClntAuthBlock::getData(unsigned int* length)
10344{
10345 *length = (ULONG) dataForPlugin.getCount();
10346 return *length ? dataForPlugin.begin() : NULL;
10347}
10348
10349void ClntAuthBlock::putData(CheckStatusWrapper* status, unsigned int length, const void* data)
10350{

Callers 2

ServerAuthMethod · 0.45
initReplicaMethod · 0.45

Calls 2

getCountMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected