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

Method getData

src/remote/remote.cpp:1452–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1450}
1451
1452const unsigned char* SrvAuthBlock::getData(unsigned int* length)
1453{
1454 *length = (ULONG) dataForPlugin.getCount();
1455
1456 if (*length && pluginName != plugins->name())
1457 *length = 0;
1458
1459 return *length ? dataForPlugin.begin() : NULL;
1460}
1461
1462void SrvAuthBlock::putData(CheckStatusWrapper* status, unsigned int length, const void* data)
1463{

Callers 15

authenticateMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45
eraseMethod · 0.45
modifyMethod · 0.45
storeMethod · 0.45
cleanupRpbFunction · 0.45
initMethod · 0.45
flushMethod · 0.45
SessionMethod · 0.45

Calls 3

getCountMethod · 0.45
nameMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected