MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / gen_send

Function gen_send

src/gpre/obj_cxx.cpp:3172–3184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3170//
3171
3172static void gen_send( const act* action, const gpre_port* port, int column)
3173{
3174 PAT args;
3175 const TEXT* pattern =
3176 "%RH->send(%V1, %RL, %PN, %PL, CAST_CONST_MSG(&%PI));";
3177
3178 args.pat_request = action->act_request;
3179 args.pat_vector1 = status_vector(action);
3180 args.pat_port = port;
3181 PATTERN_expand((USHORT) column, pattern, &args);
3182
3183 set_sqlcode(action, column);
3184}
3185
3186
3187//____________________________________________________________

Callers 6

gen_emodifyFunction · 0.70
gen_endforFunction · 0.70
gen_eraseFunction · 0.70
gen_fetchFunction · 0.70
gen_s_fetchFunction · 0.70
gen_updateFunction · 0.70

Calls 3

PATTERN_expandFunction · 0.85
status_vectorFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected