Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dmem.c58 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()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod58 CRYPTO_realloc_fn *realloc_fn,
61 CRYPTO_realloc_fn realloc_fn,
127 If any of B<malloc_fn>, B<realloc_fn>, or B<free_fn> are NULL, then
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h743 dyn_MEM_realloc_fn realloc_fn; member
802 fns->mem_fns.realloc_fn, \
H A Dcrypto.h338 CRYPTO_realloc_fn realloc_fn,
341 CRYPTO_realloc_fn *realloc_fn,
H A Dcrypto.h.in315 CRYPTO_realloc_fn realloc_fn,
318 CRYPTO_realloc_fn *realloc_fn,
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h1541 void *(*realloc_fn)(void *ptr, size_t sz),
/freebsd/contrib/libevent/include/event2/
H A Devent.h1541 void *(*realloc_fn)(void *ptr, size_t sz),
/freebsd/crypto/openssl/crypto/engine/
H A Deng_dyn.c498 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()
/freebsd/contrib/ntp/sntp/libevent/
H A Devent.c3572 void *(*realloc_fn)(void *ptr, size_t sz), in event_set_mem_functions()
3576 mm_realloc_fn_ = realloc_fn; in event_set_mem_functions()
/freebsd/contrib/libevent/
H A Devent.c3572 void *(*realloc_fn)(void *ptr, size_t sz), in event_set_mem_functions()
3576 mm_realloc_fn_ = realloc_fn; in event_set_mem_functions()