MCPcopy 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
72static inline ISC_STATUS stuff_sdl(gen_t* gen, int byte)
73{
74 return stuff_args(gen, 1, byte);
75}
76
77static inline ISC_STATUS stuff_sdl_word(gen_t* gen, int word)
78{

Callers 3

gen_sdlFunction · 0.85
stuff_literalFunction · 0.85
stuff_stringFunction · 0.85

Calls 1

stuff_argsFunction · 0.85

Tested by

no test coverage detected