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

Method cancel

src/jrd/jrd.cpp:2364–2369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2362
2363
2364void JBlob::cancel(CheckStatusWrapper* user_status)
2365{
2366 freeEngineData(user_status);
2367 if (user_status->isEmpty())
2368 release();
2369}
2370
2371
2372void JBlob::freeEngineData(CheckStatusWrapper* user_status)

Callers 4

unwindAttachFunction · 0.45
cancelSessionMethod · 0.45
destroyMethod · 0.45
mainFunction · 0.45

Calls 7

successful_completionFunction · 0.85
check_databaseFunction · 0.85
transliterateExceptionFunction · 0.85
trace_warningFunction · 0.85
releaseFunction · 0.50
isEmptyMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected