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

Function gen_any

src/gpre/languages/rmc.cpp:1004–1019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1002//
1003
1004static void gen_any( const act* action)
1005{
1006 const gpre_req* request = action->act_request;
1007
1008 fprintf(gpreGlob.out_file, "%s_r (&%s, &%s",
1009 request->req_handle, request->req_handle, request->req_trans);
1010
1011 const gpre_port* port = request->req_vport;
1012 if (port)
1013 for (const ref* reference = port->por_references; reference; reference = reference->ref_next)
1014 {
1015 fprintf(gpreGlob.out_file, ", %s", reference->ref_value);
1016 }
1017
1018 fprintf(gpreGlob.out_file, ")");
1019}
1020
1021
1022//____________________________________________________________

Callers 1

RMC_actionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected