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

Function add_word

src/common/stuff.h:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33inline void add_word(UCHAR* &blr, const int word)
34{
35 add_byte(blr, word);
36 add_byte(blr, (word) >> 8);
37}
38
39inline void add_long(UCHAR* &blr, const SLONG lg)
40{

Callers 5

CLIB_ROUTINE mainFunction · 0.85
print_poolFunction · 0.85
add_longMethod · 0.85
add_longMethod · 0.85
add_longFunction · 0.85

Calls 1

add_byteFunction · 0.85

Tested by

no test coverage detected