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

Function MSC_pop

src/gpre/msc.cpp:346–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344//
345
346gpre_nod* MSC_pop(gpre_lls** pointer)
347{
348 gpre_lls* stack = *pointer;
349 gpre_nod* node = stack->lls_object;
350 *pointer = stack->lls_next;
351
352 stack->lls_next = free_lls;
353 free_lls = stack;
354
355 return node;
356}
357
358
359//____________________________________________________________

Callers 15

EXP_rseFunction · 0.85
make_listFunction · 0.85
act_insertFunction · 0.85
act_procedureFunction · 0.85
act_updateFunction · 0.85
act_upsertFunction · 0.85
PAR_event_initFunction · 0.85
par_end_blockFunction · 0.85
par_end_errorFunction · 0.85
par_end_fetchFunction · 0.85
par_end_forFunction · 0.85
par_end_modifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected