MCPcopy 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
77static inline ISC_STATUS stuff_sdl_word(gen_t* gen, int word)
78{
79 return stuff_args(gen, 2, word, word >> 8);
80}
81
82static inline ISC_STATUS stuff_sdl_long(gen_t* gen, int word)
83{

Callers 1

gen_sdlFunction · 0.85

Calls 1

stuff_argsFunction · 0.85

Tested by

no test coverage detected