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

Function get

src/burp/mvol.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95static const int ZC_BUFSIZE = IO_BUFFER_SIZE;
96
97static inline int get(BurpGlobals* tdgbl)
98{
99 if (tdgbl->mvol_io_cnt <= 0)
100 mvol_read(NULL, NULL);
101 return (--tdgbl->mvol_io_cnt >= 0 ? *tdgbl->mvol_io_ptr++ : 255);
102}
103
104static inline void put(BurpGlobals* tdgbl, UCHAR c)
105{

Callers 15

bad_attributeFunction · 0.70
get_textFunction · 0.70
read_headerFunction · 0.70
RemoteObjectClass · 0.50
regetMethod · 0.50
printfMethod · 0.50
testMethod · 0.50
addRefMethod · 0.50
releaseMethod · 0.50
makeFunctionMethod · 0.50
makeProcedureMethod · 0.50
query2Method · 0.50

Calls 1

mvol_readFunction · 0.85

Tested by

no test coverage detected