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

Function add_int64

src/common/stuff.h:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45inline void add_int64(UCHAR* &blr, const SINT64 i64)
46{
47 add_long(blr, i64);
48 add_long(blr, (i64) >> 32);
49}
50
51inline void add_string(UCHAR* &blr, const TEXT* string)
52{

Callers

nothing calls this directly

Calls 1

add_longFunction · 0.85

Tested by

no test coverage detected