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

Function gen_receive

src/gpre/languages/cob.cpp:3012–3027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3010//
3011
3012static void gen_receive( const act* action, const gpre_port* port)
3013{
3014 const gpre_req* request = action->act_request;
3015 sprintf(output_buffer, "%sCALL \"%s\" USING %s, %s%s, %s%d%s, %s%d%s, %s%s%d, %s%s%s\n",
3016 names[COLUMN],
3017 ISC_RECEIVE,
3018 status_vector(action),
3019 BY_REF, request->req_handle,
3020 BY_VALUE, port->por_msg_number, END_VALUE,
3021 BY_VALUE, port->por_length, END_VALUE,
3022 BY_REF, names[isc_a_pos], port->por_ident,
3023 BY_VALUE, request->req_request_level, END_VALUE);
3024 COB_print_buffer(output_buffer, true);
3025
3026 set_sqlcode(action);
3027}
3028
3029
3030//____________________________________________________________

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

COB_print_bufferFunction · 0.85
status_vectorFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected