Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ stuff_sdl_long
Function
stuff_sdl_long
src/yvalve/array.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
static inline ISC_STATUS stuff_sdl_long(gen_t* gen, int word)
83
{
84
return stuff_args(gen, 4, word, word >> 8, word >> 16, word >> 24);
85
}
86
87
88
ISC_STATUS API_ROUTINE isc_array_gen_sdl(ISC_STATUS* status,
Callers
1
stuff_literal
Function · 0.85
Calls
1
stuff_args
Function · 0.85
Tested by
no test coverage detected