Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ stuff_sdl_word
Function
stuff_sdl_word
src/yvalve/array.cpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
static inline ISC_STATUS stuff_sdl_word(gen_t* gen, int word)
78
{
79
return stuff_args(gen, 2, word, word >> 8);
80
}
81
82
static inline ISC_STATUS stuff_sdl_long(gen_t* gen, int word)
83
{
Callers
1
gen_sdl
Function · 0.85
Calls
1
stuff_args
Function · 0.85
Tested by
no test coverage detected