Home
last modified time | relevance | path

Searched refs:alloc_set_id_cleanup (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dalloc.h184 void alloc_set_id_cleanup(struct alloc_cache* alloc, void (*cleanup)(void*),
H A Dalloc.c357 alloc_set_id_cleanup(struct alloc_cache* alloc, void (*cleanup)(void*), in alloc_set_id_cleanup() function
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c152 alloc_set_id_cleanup(w->env->alloc, &libworker_alloc_cleanup, w); in libworker_setup()
/freebsd/contrib/unbound/daemon/
H A Dworker.c2229 alloc_set_id_cleanup(worker->alloc, &worker_alloc_cleanup, worker); in worker_init()