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

Function gen_any

src/gpre/obj_cxx.cpp:749–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747//
748
749static void gen_any( const act* action, int column)
750{
751 align(column);
752 gpre_req* request = action->act_request;
753
754 fprintf(gpreGlob.out_file, "%s_r (&%s, &%s",
755 request->req_handle, request->req_handle, request->req_trans);
756
757 gpre_port* port = request->req_vport;
758 if (port)
759 for (ref* reference = port->por_references; reference; reference = reference->ref_next)
760 {
761 fprintf(gpreGlob.out_file, ", %s", reference->ref_value);
762 }
763
764 fprintf(gpreGlob.out_file, ")");
765}
766
767
768//____________________________________________________________

Callers 1

OBJ_CXX_actionFunction · 0.70

Calls 1

alignFunction · 0.70

Tested by

no test coverage detected