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

Method free

src/jrd/jrd.cpp:4001–4006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3999
4000
4001void JRequest::free(CheckStatusWrapper* user_status)
4002{
4003 freeEngineData(user_status);
4004 if (user_status->isEmpty())
4005 release();
4006}
4007
4008
4009void JRequest::freeEngineData(CheckStatusWrapper* user_status)

Callers 7

executeMethod · 0.45
~SecurityDatabaseMethod · 0.45
dsqlPassMethod · 0.45
StatementMethod · 0.45
extendMethod · 0.45
freeBufferMethod · 0.45
doCloseMethod · 0.45

Calls 2

releaseFunction · 0.50
isEmptyMethod · 0.45

Tested by

no test coverage detected