Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/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()
/netbsd/crypto/external/bsd/openssl/dist/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
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dengine.h663 dyn_MEM_malloc_fn malloc_fn; member
722 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
/netbsd/crypto/external/bsd/openssl/dist/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.h.in314 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
317 void CRYPTO_get_mem_functions(CRYPTO_malloc_fn *malloc_fn,
/netbsd/external/bsd/ntp/dist/sntp/libevent/include/event2/
H A Devent.h1549 void *(*malloc_fn)(size_t sz),
/netbsd/external/bsd/libevent/dist/include/event2/
H A Devent.h1541 void *(*malloc_fn)(size_t sz),
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_dyn.c491 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()
/netbsd/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_dyn.c498 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()
/netbsd/external/bsd/libevent/dist/
H A Devent.c3575 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions()
3579 mm_malloc_fn_ = malloc_fn; in event_set_mem_functions()
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Devent.c3472 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions()
3476 mm_malloc_fn_ = malloc_fn; in event_set_mem_functions()