Searched refs:ref_stack_cleanup (Results 1 – 4 of 4) sorted by relevance
229 ref_stack_cleanup(&pcst->dict_stack.stack); in context_state_store()230 ref_stack_cleanup(&pcst->exec_stack.stack); in context_state_store()231 ref_stack_cleanup(&pcst->op_stack.stack); in context_state_store()
55 ref_stack_cleanup(&d_stack); in ivalidate_clean_spaces()56 ref_stack_cleanup(&e_stack); in ivalidate_clean_spaces()57 ref_stack_cleanup(&o_stack); in ivalidate_clean_spaces()
181 void ref_stack_cleanup(ref_stack_t *pstack);
570 ref_stack_cleanup(ref_stack_t *pstack) in ref_stack_cleanup() function