Home
last modified time | relevance | path

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

/netbsd-src/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-src/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-src/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-src/external/bsd/libevent/dist/include/event2/
H A Devent.h1541 void *(*malloc_fn)(size_t sz),
/netbsd-src/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-src/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-src/external/bsd/libevent/dist/
H A Devent.c3576 event_set_mem_functions(void *(*malloc_fn)(size_t sz), in event_set_mem_functions()
3580 mm_malloc_fn_ = malloc_fn; in event_set_mem_functions()