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

Function gen_send

src/gpre/languages/rmc.cpp:3413–3429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3411//
3412
3413static void gen_send( const act* action, const gpre_port* port)
3414{
3415 const gpre_req* request = action->act_request;
3416
3417 sprintf(output_buffer, "%sCALL \"%s\" USING %s, %s, %d, %d, %s%d, %s\n",
3418 names[COLUMN],
3419 ISC_SEND,
3420 status_vector(action),
3421 request->req_handle,
3422 port->por_msg_number,
3423 port->por_length,
3424 names[isc_a_pos], port->por_ident,
3425 request->req_request_level);
3426
3427 RMC_print_buffer(output_buffer, true);
3428 set_sqlcode(action);
3429}
3430
3431
3432//____________________________________________________________

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

RMC_print_bufferFunction · 0.85
status_vectorFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected