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

Function add_long

src/common/stuff.h:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39inline void add_long(UCHAR* &blr, const SLONG lg)
40{
41 add_word(blr, lg);
42 add_word(blr, (lg) >> 16);
43}
44
45inline void add_int64(UCHAR* &blr, const SINT64 i64)
46{

Callers 1

add_int64Function · 0.85

Calls 1

add_wordFunction · 0.85

Tested by

no test coverage detected