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

Function gen_send

src/gpre/languages/cob.cpp:3288–3304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3286//
3287
3288static void gen_send( const act* action, const gpre_port* port)
3289{
3290 const gpre_req* request = action->act_request;
3291
3292 sprintf(output_buffer, "%sCALL \"%s\" USING %s, %s%s, %s%d%s, %s%d%s, %s%s%d, %s%s%s\n",
3293 names[COLUMN],
3294 ISC_SEND,
3295 status_vector(action),
3296 BY_REF, request->req_handle,
3297 BY_VALUE, port->por_msg_number, END_VALUE,
3298 BY_VALUE, port->por_length, END_VALUE,
3299 BY_REF, names[isc_a_pos], port->por_ident,
3300 BY_VALUE, request->req_request_level, END_VALUE);
3301
3302 COB_print_buffer(output_buffer, true);
3303 set_sqlcode(action);
3304}
3305
3306
3307//____________________________________________________________

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

COB_print_bufferFunction · 0.85
status_vectorFunction · 0.70
set_sqlcodeFunction · 0.70

Tested by

no test coverage detected