Home
last modified time | relevance | path

Searched refs:cleanup_stack (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/engine/
H A Deng_lib.c113 static STACK_OF(ENGINE_CLEANUP_ITEM) *cleanup_stack = NULL;
116 if (cleanup_stack) in int_cleanup_check()
120 cleanup_stack = sk_ENGINE_CLEANUP_ITEM_new_null(); in int_cleanup_check()
121 return (cleanup_stack ? 1 : 0); in int_cleanup_check()
144 sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0); in engine_cleanup_add_first()
154 if (sk_ENGINE_CLEANUP_ITEM_push(cleanup_stack, item) <= 0) in engine_cleanup_add_last()
169 sk_ENGINE_CLEANUP_ITEM_pop_free(cleanup_stack, in engine_cleanup_int()
171 cleanup_stack = NULL; in engine_cleanup_int()
/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-symbol-cmds.c38 struct cleanup *cleanup_stack, *cleanup_tuple; in mi_cmd_symbol_list_lines() local
53 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()
H A Dmi-cmd-stack.c47 struct cleanup *cleanup_stack; in mi_cmd_stack_list_frames() local
79 cleanup_stack = make_cleanup_ui_out_list_begin_end (uiout, "stack"); in mi_cmd_stack_list_frames()
98 do_cleanups (cleanup_stack); in mi_cmd_stack_list_frames()
/freebsd-12.1/contrib/tcsh/
H A Dsh.err.c383 static struct cleanup_entry *cleanup_stack INIT_ZERO; /* = NULL; */
404 cleanup_stack = xrealloc(cleanup_stack, in cleanup_push_internal()
405 cleanup_stack_size * sizeof (*cleanup_stack)); in cleanup_push_internal()
407 ce = cleanup_stack + cleanup_sp; in cleanup_push_internal()
428 ce = cleanup_stack + cleanup_sp; in cleanup_ignore()
429 while (ce != cleanup_stack) { in cleanup_ignore()
446 ce = cleanup_stack[cleanup_sp]; in cleanup_until()
467 ce = cleanup_stack[cleanup_sp]; in cleanup_until_mark()