Searched refs:alloc_fn (Results 1 – 3 of 3) sorted by relevance
53 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, in ASYNC_set_mem_functions() argument66 if (alloc_fn != NULL) in ASYNC_set_mem_functions()67 stack_alloc_impl = alloc_fn; in ASYNC_set_mem_functions()73 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn, in ASYNC_get_mem_functions() argument76 if (alloc_fn != NULL) in ASYNC_get_mem_functions()77 *alloc_fn = stack_alloc_impl; in ASYNC_get_mem_functions()
19 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, in ASYNC_set_mem_functions() argument25 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn, in ASYNC_get_mem_functions() argument28 if (alloc_fn != NULL) in ASYNC_get_mem_functions()29 *alloc_fn = NULL; in ASYNC_get_mem_functions()
23 int ASYNC_set_mem_functions(ASYNC_stack_alloc_fn alloc_fn, in ASYNC_set_mem_functions() argument29 void ASYNC_get_mem_functions(ASYNC_stack_alloc_fn *alloc_fn, in ASYNC_get_mem_functions() argument32 if (alloc_fn != NULL) in ASYNC_get_mem_functions()33 *alloc_fn = NULL; in ASYNC_get_mem_functions()
Completed in 13 milliseconds