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

Function par_end_stream

src/gpre/par.cpp:1935–1949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1933//
1934
1935static act* par_end_stream()
1936{
1937 gpre_sym* symbol = gpreGlob.token_global.tok_symbol;
1938 if (!symbol || symbol->sym_type != SYM_stream)
1939 CPR_s_error("stream cursor");
1940
1941 gpre_req* request = (gpre_req*) symbol->sym_object;
1942 HSH_remove(symbol);
1943
1944 EXP_rse_cleanup(request->req_rse);
1945 PAR_get_token();
1946 PAR_end();
1947
1948 return MSC_action(request, ACT_s_end);
1949}
1950
1951
1952//____________________________________________________________

Callers 1

PAR_actionFunction · 0.85

Calls 6

CPR_s_errorFunction · 0.85
HSH_removeFunction · 0.85
EXP_rse_cleanupFunction · 0.85
PAR_get_tokenFunction · 0.85
PAR_endFunction · 0.85
MSC_actionFunction · 0.85

Tested by

no test coverage detected