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

Function put

src/burp/mvol.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static inline void put(BurpGlobals* tdgbl, UCHAR c)
105{
106 --tdgbl->mvol_io_cnt;
107 *tdgbl->mvol_io_ptr++ = c;
108}
109
110#ifdef DEBUG
111static UCHAR debug_on = 0; // able to turn this on in debug mode

Callers 12

put_ascizFunction · 0.70
put_numericFunction · 0.70
write_headerFunction · 0.70
putMethod · 0.50
putMethod · 0.50
alignMethod · 0.50
query2Method · 0.50
populateMethod · 0.50
populateMethod · 0.50
assignMethod · 0.50
getOrPutMethod · 0.50
GenericMapClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected