Searched refs:ASYNC_stack_alloc_fn (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | async.h | 83 typedef void *(*ASYNC_stack_alloc_fn)(size_t *num); typedef 86 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, 88 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn,
|
/freebsd/crypto/openssl/crypto/async/arch/ |
H A D | async_posix.c | 39 static ASYNC_stack_alloc_fn stack_alloc_impl = async_stack_alloc; 53 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, in ASYNC_set_mem_functions() 73 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn, in ASYNC_get_mem_functions()
|
H A D | async_null.c | 19 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, in ASYNC_set_mem_functions() 25 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn, in ASYNC_get_mem_functions()
|
H A D | async_win.c | 23 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, in ASYNC_set_mem_functions() 29 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn, in ASYNC_get_mem_functions()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASYNC_start_job.pod | 8 ASYNC_stack_alloc_fn, ASYNC_stack_free_fn, ASYNC_set_mem_functions, ASYNC_get_mem_functions 29 typedef void *(*ASYNC_stack_alloc_fn)(size_t *num); 31 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, 33 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn, 164 Using an ASYNC_stack_alloc_fn callback also allows manipulation of the stack
|
/freebsd/crypto/openssl/test/ |
H A D | asynctest.c | 433 ASYNC_stack_alloc_fn alloc_fn; in test_ASYNC_set_mem_functions()
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 159 ASYNC_stack_alloc_fn datatype
|