Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/async/arch/
H A Dasync_posix.c40 static ASYNC_stack_free_fn stack_free_impl = async_stack_free; variable
69 stack_free_impl = free_fn; in ASYNC_set_mem_functions()
79 *free_fn = stack_free_impl; in ASYNC_get_mem_functions()
130 stack_free_impl(fibre->fibre.uc_stack.ss_sp); in async_fibre_free()