Home
last modified time | relevance | path

Searched refs:alloc_get_id (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dalloc.c195 alloc_get_id(struct alloc_cache* alloc) in alloc_get_id() function
223 p->id = alloc_get_id(alloc); in alloc_special_obtain()
237 p->id = alloc_get_id(alloc); in alloc_special_obtain()
248 p->id = alloc_get_id(alloc); in alloc_special_obtain()
H A Dalloc.h148 uint64_t alloc_get_id(struct alloc_cache* alloc);
/freebsd/contrib/unbound/services/cache/
H A Drrset.c178 uint64_t newid = alloc_get_id(alloc); in rrset_update_id()