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

Function CHECK_HANDLE

src/remote/client/interface.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112 template <typename T>
113 inline void CHECK_HANDLE(T* blk, ISC_STATUS error)
114 {
115 if (!blk || !blk->checkHandle())
116 {
117 handle_error(error);
118 }
119 }
120
121 inline void CHECK_LENGTH(rem_port* port, size_t length)
122 {

Callers 15

getInfoMethod · 0.85
freeClientDataMethod · 0.85
internalCloseMethod · 0.85
internalCommitMethod · 0.85
commitRetainingMethod · 0.85
joinMethod · 0.85
compileRequestMethod · 0.85
createBlobMethod · 0.85
executeDynMethod · 0.85
internalDropDatabaseMethod · 0.85
getMaxBlobCacheSizeMethod · 0.85
setMaxBlobCacheSizeMethod · 0.85

Calls 2

handle_errorFunction · 0.85
checkHandleMethod · 0.80

Tested by

no test coverage detected