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

Function gen_return_value

src/gpre/languages/pas.cpp:2583–2592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2581//
2582
2583static void gen_return_value( const act* action, int column)
2584{
2585 const gpre_req* request = action->act_request;
2586 if (action->act_pair->act_error)
2587 column += INDENT;
2588 gen_start(action, request->req_primary, column);
2589 const upd* update = (upd*) action->act_object;
2590 const ref* reference = update->upd_references;
2591 gen_receive(action, column, reference->ref_port);
2592}
2593
2594
2595//____________________________________________________________

Callers 1

PAS_actionFunction · 0.70

Calls 2

gen_startFunction · 0.70
gen_receiveFunction · 0.70

Tested by

no test coverage detected