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

Function par_end_fetch

src/gpre/par.cpp:1779–1792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1777//
1778
1779static act* par_end_fetch()
1780{
1781 if (!cur_fetch)
1782 PAR_error("END_FETCH used out of context");
1783
1784 act* begin_action = (act*) MSC_pop(&cur_fetch);
1785
1786 act* action = MSC_action(begin_action->act_request, ACT_hctef);
1787 begin_action->act_pair = action;
1788 action->act_pair = begin_action;
1789
1790 PAR_end();
1791 return action;
1792}
1793
1794
1795//____________________________________________________________

Callers 1

PAR_actionFunction · 0.85

Calls 4

MSC_popFunction · 0.85
MSC_actionFunction · 0.85
PAR_endFunction · 0.85
PAR_errorFunction · 0.70

Tested by

no test coverage detected