Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ stuff_sdl
Function
stuff_sdl
src/yvalve/array.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
// macro defined in dsql.h
71
72
static inline ISC_STATUS stuff_sdl(gen_t* gen, int byte)
73
{
74
return stuff_args(gen, 1, byte);
75
}
76
77
static inline ISC_STATUS stuff_sdl_word(gen_t* gen, int word)
78
{
Callers
3
gen_sdl
Function · 0.85
stuff_literal
Function · 0.85
stuff_string
Function · 0.85
Calls
1
stuff_args
Function · 0.85
Tested by
no test coverage detected