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

Function gen_receive

src/gpre/c_cxx.cpp:2750–2762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2748//
2749
2750static void gen_receive( const act* action, int column, const gpre_port* port)
2751{
2752 PAT args;
2753 const TEXT* pattern =
2754 "isc_receive (%V1, (FB_API_HANDLE*) &%RH, (short) %PN, (short) %PL, &%PI, (short) %RL);";
2755
2756 args.pat_request = action->act_request;
2757 args.pat_vector1 = status_vector(action);
2758 args.pat_port = port;
2759 PATTERN_expand((USHORT) column, pattern, &args);
2760
2761 set_sqlcode(action, column);
2762}
2763
2764
2765//____________________________________________________________

Callers 8

gen_fetchFunction · 0.70
gen_forFunction · 0.70
gen_functionFunction · 0.70
gen_loopFunction · 0.70
gen_return_valueFunction · 0.70
gen_s_fetchFunction · 0.70
gen_s_startFunction · 0.70
gen_selectFunction · 0.70

Calls 3

PATTERN_expandFunction · 0.85
status_vectorFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected