Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
inline void add_word(UCHAR* &blr, const int word)
34
{
35
add_byte(blr, word);
36
add_byte(blr, (word) >> 8);
37
}
38
39
inline void add_long(UCHAR* &blr, const SLONG lg)
40
{
Callers
5
CLIB_ROUTINE main
Function · 0.85
print_pool
Function · 0.85
add_long
Method · 0.85
add_long
Method · 0.85
add_long
Function · 0.85
Calls
1
add_byte
Function · 0.85
Tested by
no test coverage detected