Searched refs:free_func (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c3 typedef void (*free_func) (void * opaque, void* address); typedef
21 void (*free_func)(OPENSSL_BLOCK), int ex_tag,
/freebsd-13-stable/contrib/apr-util/buckets/
H A Dapr_buckets_heap.c36 (*h->free_func)(h->base);
45 void (*free_func)(void *data))
51 if (!free_func) {
58 h->free_func = apr_bucket_free;
67 h->free_func = free_func;
78 void (*free_func)(void *data),
86 return apr_bucket_heap_make(b, buf, length, free_func);
H A Dapr_buckets_pool.c115 p->heap.free_func = apr_bucket_free;
/freebsd-13-stable/sys/kern/
H A Dsubr_busdma_bufalloc.c77 uma_alloc alloc_func, uma_free free_func, u_int32_t zcreate_flags)
111 if (free_func != NULL)
112 uma_zone_set_freef(bz->umazone, free_func);
76 busdma_bufalloc_create(const char *name, bus_size_t minimum_alignment, uma_alloc alloc_func, uma_free free_func, u_int32_t zcreate_flags) argument
/freebsd-13-stable/crypto/openssl/crypto/
H A Dex_data.c21 CRYPTO_EX_free *free_func; member in struct:ex_callback_st
145 a->free_func = dummy_free;
157 CRYPTO_EX_free *free_func)
186 a->free_func = free_func;
352 if (f != NULL && f->free_func != NULL) {
354 f->free_func(obj, ptr, ad, i, f->argl, f->argp);
155 CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) argument
/freebsd-13-stable/crypto/openssl/crypto/objects/
H A Do_names.c52 void (*free_func) (const char *, int, const char *); member in struct:name_funcs_st
83 void (*free_func) (const char *, int, const char *))
132 if (free_func != NULL)
133 name_funcs->free_func = free_func;
242 ret->type)->free_func(ret->name, ret->type,
284 ret->type)->free_func(ret->name, ret->type,
/freebsd-13-stable/lib/libc/tests/nss/
H A Dtestutil.h38 void (*free_func)(struct ent *); \
82 td->free_func = freef; \
191 td->free_func(&e->data); \
281 td->free_func(&data); \
/freebsd-13-stable/sys/contrib/zlib/
H A Dcompress.c38 stream.zfree = (free_func)0;
H A Duncompr.c52 stream.zfree = (free_func)0;
H A Dinfback.c52 if (strm->zfree == (free_func)0)
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
H A Dzlib.h82 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
99 free_func zfree; /* used to free the internal state */
H A Dzconf.h151 # define free_func z_free_func macro
H A Dinflate.c110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
217 if (strm->zfree == (free_func)0)
H A Ddeflate.c278 if (strm->zfree == (free_func)0)
361 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dindex.c195 void (*free_func)(void *node, const lzma_allocator *allocator))
200 index_tree_node_end(node->left, allocator, free_func);
203 index_tree_node_end(node->right, allocator, free_func);
205 free_func(node, allocator);
211 /// given free_func which is either &lzma_free or &index_stream_end.
216 void (*free_func)(void *node, const lzma_allocator *allocator))
218 assert(free_func != NULL);
221 index_tree_node_end(tree->root, allocator, free_func);
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_buckets.h553 void (*free_func)(void *data); member in struct:apr_bucket_heap
1423 * @param free_func Function to use to free the data; NULL indicates that the
1430 void (*free_func)(void *data),
1437 * @param free_func Function to use to free the data; NULL indicates that the
1443 void (*free_func)(void *data));
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dobjects.h47 void (*free_func) (const char *, int, const char *));
H A Dcrypto.h174 CRYPTO_EX_free *free_func);
/freebsd-13-stable/crypto/openssl/crypto/stack/
H A Dstack.c75 OPENSSL_sk_freefunc free_func)
108 free_func((void *)ret->data[i]);
73 OPENSSL_sk_deep_copy(const OPENSSL_STACK *sk, OPENSSL_sk_copyfunc copy_func, OPENSSL_sk_freefunc free_func) argument
/freebsd-13-stable/sys/contrib/zlib/test/
H A Dexample.c73 static free_func zfree = myfree;
78 static free_func zfree = (free_func)0;
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c98 static free_func zfree = myfree;
103 static free_func zfree = (free_func)0;
H A Dexample_original.c90 static free_func zfree = myfree;
95 static free_func zfree = (free_func)0;
/freebsd-13-stable/contrib/libxo/libxo/
H A Dxo.h165 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func);
H A Dlibxo.c7943 xo_set_allocator (xo_realloc_func_t realloc_func, xo_free_func_t free_func) argument
7946 xo_free = free_func;
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c560 rb->rb_zstr.zfree = (free_func)0;
1307 zstr.zfree = (free_func)0;

Completed in 315 milliseconds