Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c3 typedef void (*free_func) (void * opaque, void* address); typedef
/freebsd-12.1/crypto/openssl/crypto/
H A Dex_data.c21 CRYPTO_EX_free *free_func; member
157 CRYPTO_EX_free *free_func) in CRYPTO_get_ex_new_index()
/freebsd-12.1/sys/kern/
H A Dsubr_busdma_bufalloc.c77 uma_alloc alloc_func, uma_free free_func, u_int32_t zcreate_flags) in busdma_bufalloc_create()
/freebsd-12.1/crypto/openssl/crypto/stack/
H A Dstack.c75 OPENSSL_sk_freefunc free_func) in OPENSSL_sk_deep_copy()
/freebsd-12.1/crypto/openssl/crypto/objects/
H A Do_names.c52 void (*free_func) (const char *, int, const char *); member
/freebsd-12.1/contrib/apr-util/include/
H A Dapr_buckets.h553 void (*free_func)(void *data); member
/freebsd-12.1/sys/contrib/zlib/
H A Dzconf.h.in145 # define free_func z_free_func macro
H A Dzconf.h145 # define free_func z_free_func macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dsymtab.h812 void (*free_func)(struct symtab *symtab); member
/freebsd-12.1/contrib/libxo/libxo/
H A Dlibxo.c7918 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func) in xo_set_allocator()