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

Function gen_receive

src/gpre/languages/rmc.cpp:3132–3147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3130//
3131
3132static void gen_receive( const act* action, const gpre_port* port)
3133{
3134 const gpre_req* request = action->act_request;
3135 sprintf(output_buffer, "%sCALL \"%s\" USING %s, %s, %d, %d, %s%d, %s\n",
3136 names[COLUMN],
3137 ISC_RECEIVE,
3138 status_vector(action),
3139 request->req_handle,
3140 port->por_msg_number,
3141 port->por_length,
3142 names[isc_a_pos], port->por_ident,
3143 request->req_request_level);
3144 RMC_print_buffer(output_buffer, true);
3145
3146 set_sqlcode(action);
3147}
3148
3149
3150//____________________________________________________________

Callers 8

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

Calls 3

RMC_print_bufferFunction · 0.85
status_vectorFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected