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

Function gen_return_value

src/gpre/languages/ftn.cpp:3014–3025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3012//
3013
3014static void gen_return_value(const act* action)
3015{
3016 const gpre_req* request = action->act_request;
3017
3018 gen_start(action, request->req_primary);
3019 if (action->act_error || (action->act_flags & ACT_sql))
3020 printa(COLUMN, "END IF");
3021
3022 const upd* update = (const upd*) action->act_object;
3023 const ref* reference = update->upd_references;
3024 gen_receive(action, reference->ref_port);
3025}
3026
3027
3028//____________________________________________________________

Callers 1

FTN_actionFunction · 0.70

Calls 3

gen_startFunction · 0.70
printaFunction · 0.70
gen_receiveFunction · 0.70

Tested by

no test coverage detected