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

Function CMP_release

src/jrd/cmp.cpp:404–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402
403
404void CMP_release(thread_db* tdbb, Request* request)
405{
406/**************************************
407 *
408 * C M P _ r e l e a s e
409 *
410 **************************************
411 *
412 * Functional description
413 * Release a request's statement.
414 *
415 **************************************/
416 DEV_BLKCHK(request, type_req);
417 request->getStatement()->release(tdbb);
418}
419
420
421StreamType* CMP_alloc_map(thread_db* tdbb, CompilerScratch* csb, StreamType stream)

Callers 5

releaseMethod · 0.85
transactRequestMethod · 0.85
release_attachmentFunction · 0.85
createMethod · 0.85
shutdownMethod · 0.85

Calls 2

releaseMethod · 0.45
getStatementMethod · 0.45

Tested by

no test coverage detected