Home
last modified time | relevance | path

Searched defs:free_func (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c3 typedef void (*free_func) (void * opaque, void* address); typedef
/freebsd/crypto/openssl/include/internal/
H A Dcryptlib.h125 CRYPTO_EX_free *free_func; member
181 void (*free_func)(void *); member
/freebsd/sys/kern/
H A Dsubr_busdma_bufalloc.c75 uma_alloc alloc_func, uma_free free_func, uint32_t zcreate_flags) in busdma_bufalloc_create() argument
/freebsd/crypto/openssl/crypto/
H A Dex_data.c145 CRYPTO_EX_free *free_func, in ossl_crypto_get_ex_new_index_ex()
200 CRYPTO_EX_free *free_func) in CRYPTO_get_ex_new_index()
/freebsd/crypto/openssl/crypto/objects/
H A Do_names.c35 void (*free_func) (const char *, int, const char *); member
/freebsd/crypto/openssl/crypto/stack/
H A Dstack.c82 OPENSSL_sk_freefunc free_func) in OPENSSL_sk_deep_copy()
/freebsd/sys/contrib/zlib/
H A Dzlib.h82 typedef void (*free_func)(voidpf opaque, voidpf address); typedef
H A Dzconf.h159 # define free_func z_free_func macro
H A Dzconf.h.in148 # define free_func z_free_func macro
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c7969 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func) in xo_set_allocator()