Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
inline void add_int64(UCHAR* &blr, const SINT64 i64)
46
{
47
add_long(blr, i64);
48
add_long(blr, (i64) >> 32);
49
}
50
51
inline void add_string(UCHAR* &blr, const TEXT* string)
52
{
Callers
nothing calls this directly
Calls
1
add_long
Function · 0.85
Tested by
no test coverage detected