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

Method add_long

src/gpre/gpre.h:1217–1221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215 add_byte(word >> 8);
1216 }
1217 inline void add_long(const long lg)
1218 {
1219 add_word(lg);
1220 add_word(lg >> 16);
1221 }
1222 inline void add_cstring(const char* string)
1223 {
1224 add_byte(static_cast<int>(strlen(string)));

Callers

nothing calls this directly

Calls 1

add_wordFunction · 0.85

Tested by

no test coverage detected