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

Function gen_receive

src/gpre/languages/ftn.cpp:2740–2753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2738//
2739
2740static void gen_receive(const act* action, const gpre_port* port)
2741{
2742 const gpre_req* request = action->act_request;
2743
2744 sprintf(output_buffer, "%sCALL ISC_RECEIVE (%s, %s, %s%d%s, %s%d%s, %sisc_%d%s, %s%s%s)\n",
2745 COLUMN, status_vector(), request->req_handle, I2CONST_1,
2746 port->por_msg_number, I2CONST_2, I2CONST_1, port->por_length,
2747 I2CONST_2, REF_1, port->por_ident, REF_2, VAL_1,
2748 request->req_request_level, VAL_2);
2749
2750 FTN_print_buffer(output_buffer);
2751
2752 status_and_stop(action);
2753}
2754
2755
2756//____________________________________________________________

Callers 8

gen_fetchFunction · 0.70
gen_forFunction · 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
gen_functionFunction · 0.70

Calls 3

FTN_print_bufferFunction · 0.85
status_and_stopFunction · 0.85
status_vectorFunction · 0.70

Tested by

no test coverage detected