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

Function gen_send

src/gpre/int_cxx.cpp:579–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577//
578
579static void gen_send( const gpre_req* request, const gpre_port* port, int column, bool special)
580{
581 if (special)
582 {
583 align(column);
584 fprintf(gpreGlob.out_file, "if (ignore_perm)");
585 align(column);
586 fprintf(gpreGlob.out_file, "\trequest->getStatement()->flags |= Statement::FLAG_IGNORE_PERM;");
587 }
588 align(column);
589
590 fprintf(gpreGlob.out_file, "EXE_send (tdbb, %s, %d, %d, (UCHAR*) &jrd_%" ULONGFORMAT");",
591 request->req_handle, port->por_msg_number, port->por_length, port->por_ident);
592}
593
594
595//____________________________________________________________

Callers 5

gen_emodifyFunction · 0.70
gen_endforFunction · 0.70
gen_eraseFunction · 0.70
gen_s_fetchFunction · 0.70
gen_startFunction · 0.70

Calls 1

alignFunction · 0.70

Tested by

no test coverage detected