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

Function gen_send

src/gpre/languages/ftn.cpp:3201–3213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3199//
3200
3201static void gen_send(const act* action, const gpre_port* port)
3202{
3203 const gpre_req* request = action->act_request;
3204 sprintf(output_buffer, "%s CALL ISC_SEND (%s, %s, %s%d%s, %s%d%s, %sisc_%d%s, %s%s%s)\n",
3205 COLUMN, status_vector(), request->req_handle, I2CONST_1,
3206 port->por_msg_number, I2CONST_2, I2CONST_1, port->por_length,
3207 I2CONST_2, REF_1, port->por_ident, REF_2, VAL_1,
3208 request->req_request_level, VAL_2);
3209
3210 FTN_print_buffer(output_buffer);
3211
3212 status_and_stop(action);
3213}
3214
3215
3216//____________________________________________________________

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

FTN_print_bufferFunction · 0.85
status_and_stopFunction · 0.85
status_vectorFunction · 0.70

Tested by

no test coverage detected