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

Function STUFF_CHECK

src/gpre/cmd.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89static void set_statistics(gpre_req*, const act*);
90
91static inline void STUFF_CHECK(gpre_req* request, int n)
92{
93 if (request->req_base - request->req_blr + request->req_length <= n + 50)
94 CMP_check(request, n);
95}
96
97
98const int BLOB_BUFFER_SIZE = 4096; // to read in blr blob for default values

Callers 2

put_short_cstringFunction · 0.85
put_stringFunction · 0.85

Calls 1

CMP_checkFunction · 0.85

Tested by

no test coverage detected