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

Function CHECK_LENGTH

src/remote/client/interface.cpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 inline void CHECK_LENGTH(rem_port* port, size_t length)
122 {
123 if (length > MAX_USHORT && port->port_protocol < PROTOCOL_VERSION13)
124 status_exception::raise(Arg::Gds(isc_imp_exc) << Arg::Gds(isc_blktoobig));
125 }
126
127 class UsePreallocatedBuffer
128 {

Callers 15

compileRequestMethod · 0.85
createBlobMethod · 0.85
executeDynMethod · 0.85
createBatchMethod · 0.85
processMethod · 0.85
executeMethod · 0.85
openCursorMethod · 0.85
prepareMethod · 0.85
fetchMethod · 0.85
getSliceMethod · 0.85
openBlobMethod · 0.85
putSliceMethod · 0.85

Calls 2

raiseFunction · 0.85
GdsClass · 0.85

Tested by

no test coverage detected