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

Method getAuthBlock

src/jrd/svc.cpp:596–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596unsigned int Service::getAuthBlock(const unsigned char** bytes)
597{
598 *bytes = svc_auth_block.hasData() ? svc_auth_block.begin() : NULL;
599 return svc_auth_block.getCount();
600}
601
602void Service::fillDpb(ClumpletWriter& dpb)
603{

Callers 5

buildDpbFunction · 0.45
gbakFunction · 0.45
attach_databaseMethod · 0.45
gsecFunction · 0.45
authenticateMethod · 0.45

Calls 3

hasDataMethod · 0.45
beginMethod · 0.45
getCountMethod · 0.45

Tested by

no test coverage detected