Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dmem.c57 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() argument
63 if (malloc_fn != NULL) in CRYPTO_set_mem_functions()
64 malloc_impl = malloc_fn; in CRYPTO_set_mem_functions()
72 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn, in CRYPTO_get_mem_functions() argument
76 if (malloc_fn != NULL) in CRYPTO_get_mem_functions()
77 *malloc_fn = malloc_impl; in CRYPTO_get_mem_functions()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod57 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
60 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
126 If any of B<malloc_fn>, B<realloc_fn>, or B<free_fn> are NULL, then
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h742 dyn_MEM_malloc_fn malloc_fn; member
801 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
H A Dcrypto.h337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
340 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
H A Dcrypto.h.in314 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
317 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h1540 void *(*malloc_fn)(size_t sz),
/freebsd/contrib/libevent/include/event2/
H A Devent.h1540 void *(*malloc_fn)(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.c3571 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions()
3575 mm_malloc_fn_ = malloc_fn; in event_set_mem_functions()
/freebsd/contrib/libevent/
H A Devent.c3571 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions()
3575 mm_malloc_fn_ = malloc_fn; in event_set_mem_functions()