Searched refs:realloc_fn (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/ |
H A D | mem.c | 58 CRYPTO_realloc_fn realloc_fn, in CRYPTO_set_mem_functions() argument 65 if (realloc_fn != NULL) in CRYPTO_set_mem_functions() 66 realloc_impl = realloc_fn; in CRYPTO_set_mem_functions() 73 CRYPTO_realloc_fn *realloc_fn, in CRYPTO_get_mem_functions() argument 78 if (realloc_fn != NULL) in CRYPTO_get_mem_functions() 79 *realloc_fn = realloc_impl; in CRYPTO_get_mem_functions()
|
/openssl/include/openssl/ |
H A D | engine.h | 743 dyn_MEM_realloc_fn realloc_fn; member 802 fns->mem_fns.realloc_fn, \
|
H A D | crypto.h.in | 327 CRYPTO_realloc_fn realloc_fn, 330 CRYPTO_realloc_fn *realloc_fn,
|
/openssl/doc/man3/ |
H A D | OPENSSL_malloc.pod | 62 CRYPTO_realloc_fn *realloc_fn, 65 CRYPTO_realloc_fn realloc_fn, 151 If any of B<malloc_fn>, B<realloc_fn>, or B<free_fn> are NULL, then
|
/openssl/crypto/engine/ |
H A D | eng_dyn.c | 494 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()
|
Completed in 30 milliseconds