Searched refs:cleanup_stack (Results 1 – 4 of 4) sorted by relevance
152 static STACK_OF(ENGINE_CLEANUP_ITEM) *cleanup_stack = NULL;156 if (cleanup_stack) in int_cleanup_check()160 cleanup_stack = sk_ENGINE_CLEANUP_ITEM_new_null(); in int_cleanup_check()161 return (cleanup_stack ? 1 : 0); in int_cleanup_check()184 sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0); in engine_cleanup_add_first()196 sk_ENGINE_CLEANUP_ITEM_push(cleanup_stack, item); in engine_cleanup_add_last()210 sk_ENGINE_CLEANUP_ITEM_pop_free(cleanup_stack, in ENGINE_cleanup()212 cleanup_stack = NULL; in ENGINE_cleanup()
381 static struct cleanup_entry *cleanup_stack INIT_ZERO; /* = NULL; */402 cleanup_stack = xrealloc(cleanup_stack, in cleanup_push_internal()403 cleanup_stack_size * sizeof (*cleanup_stack)); in cleanup_push_internal()405 ce = cleanup_stack + cleanup_sp; in cleanup_push_internal()426 ce = cleanup_stack + cleanup_sp; in cleanup_ignore()427 while (ce != cleanup_stack) { in cleanup_ignore()444 ce = cleanup_stack[cleanup_sp]; in cleanup_until()465 ce = cleanup_stack[cleanup_sp]; in cleanup_until_mark()
36 struct cleanup *cleanup_stack, *cleanup_tuple; in mi_cmd_symbol_list_lines() local53 cleanup_stack = make_cleanup_ui_out_list_begin_end (uiout, "lines"); in mi_cmd_symbol_list_lines()64 do_cleanups (cleanup_stack); in mi_cmd_symbol_list_lines()
53 struct cleanup *cleanup_stack; in mi_cmd_stack_list_frames() local82 cleanup_stack = make_cleanup_ui_out_list_begin_end (current_uiout, "stack"); in mi_cmd_stack_list_frames()96 do_cleanups (cleanup_stack); in mi_cmd_stack_list_frames()