Searched refs:realloc_fn (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/openssl/crypto/ |
| H A D | mem.c | 61 CRYPTO_realloc_fn realloc_fn, in CRYPTO_set_mem_functions() argument 68 if (realloc_fn != NULL) in CRYPTO_set_mem_functions() 69 realloc_impl = realloc_fn; in CRYPTO_set_mem_functions() 76 CRYPTO_realloc_fn *realloc_fn, in CRYPTO_get_mem_functions() argument 81 if (realloc_fn != NULL) in CRYPTO_get_mem_functions() 82 *realloc_fn = realloc_impl; in CRYPTO_get_mem_functions()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | engine.h | 745 dyn_MEM_realloc_fn realloc_fn; member 809 fns->mem_fns.realloc_fn, \
|
| H A D | crypto.h | 357 CRYPTO_realloc_fn realloc_fn, 360 CRYPTO_realloc_fn *realloc_fn,
|
| H A D | crypto.h.in | 334 CRYPTO_realloc_fn realloc_fn, 337 CRYPTO_realloc_fn *realloc_fn,
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OPENSSL_malloc.pod | 62 CRYPTO_realloc_fn *realloc_fn, 65 CRYPTO_realloc_fn realloc_fn, 155 If any of B<malloc_fn>, B<realloc_fn>, or B<free_fn> are NULL, then
|
| /freebsd/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | event.h | 1541 void *(*realloc_fn)(void *ptr, size_t sz),
|
| /freebsd/contrib/libevent/include/event2/ |
| H A D | event.h | 1541 void *(*realloc_fn)(void *ptr, size_t sz),
|
| /freebsd/crypto/openssl/crypto/engine/ |
| H A D | eng_dyn.c | 482 CRYPTO_get_mem_functions(&fns.mem_fns.malloc_fn, &fns.mem_fns.realloc_fn, in dynamic_load()
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | event.c | 3572 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 D | event.c | 3572 void *(*realloc_fn)(void *ptr, size_t sz), in event_set_mem_functions() 3576 mm_realloc_fn_ = realloc_fn; in event_set_mem_functions()
|