Searched refs:realloc_fn (Results 1 – 5 of 5) sorted by relevance
/openssl-master/crypto/ |
A D | mem.c | 52 CRYPTO_realloc_fn realloc_fn, in CRYPTO_set_mem_functions() argument 59 if (realloc_fn != NULL) in CRYPTO_set_mem_functions() 60 realloc_impl = realloc_fn; in CRYPTO_set_mem_functions() 67 CRYPTO_realloc_fn *realloc_fn, in CRYPTO_get_mem_functions() argument 72 if (realloc_fn != NULL) in CRYPTO_get_mem_functions() 73 *realloc_fn = realloc_impl; in CRYPTO_get_mem_functions()
|
/openssl-master/doc/man3/ |
A D | OPENSSL_malloc.pod | 58 CRYPTO_realloc_fn *realloc_fn, 61 CRYPTO_realloc_fn realloc_fn, 126 If any of B<malloc_fn>, B<realloc_fn>, or B<free_fn> are NULL, then
|
/openssl-master/include/openssl/ |
A D | engine.h | 743 dyn_MEM_realloc_fn realloc_fn; member 802 fns->mem_fns.realloc_fn, \
|
A D | crypto.h.in | 313 CRYPTO_realloc_fn realloc_fn, 316 CRYPTO_realloc_fn *realloc_fn,
|
/openssl-master/crypto/engine/ |
A D | eng_dyn.c | 478 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()
|
Completed in 12 milliseconds