Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Dmem.c52 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 DOPENSSL_malloc.pod58 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 Dengine.h743 dyn_MEM_realloc_fn realloc_fn; member
802 fns->mem_fns.realloc_fn, \
A Dcrypto.h.in313 CRYPTO_realloc_fn realloc_fn,
316 CRYPTO_realloc_fn *realloc_fn,
/openssl-master/crypto/engine/
A Deng_dyn.c478 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()

Completed in 12 milliseconds