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

Function gen_endfor

src/gpre/languages/pas.cpp:1725–1738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1723//
1724
1725static void gen_endfor( const act* action, int column)
1726{
1727 const gpre_req* request = action->act_request;
1728 column += INDENT;
1729
1730 if (request->req_sync)
1731 gen_send(action, request->req_sync, column);
1732
1733 gen_receive(action, column, request->req_primary);
1734
1735 endp(column);
1736 if (action->act_error || (action->act_flags & ACT_sql))
1737 endp(column);
1738}
1739
1740
1741//____________________________________________________________

Callers 1

PAS_actionFunction · 0.70

Calls 3

gen_sendFunction · 0.70
gen_receiveFunction · 0.70
endpFunction · 0.70

Tested by

no test coverage detected