Home
last modified time | relevance | path

Searched refs:hints_create (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/unbound/iterator/
H A Diter_hints.h86 struct iter_hints* hints_create(void);
H A Diter_hints.c54 hints_create(void) in hints_create() function
/freebsd-14.2/contrib/unbound/libunbound/
H A Dcontext.c95 if(!(ctx->env->hints = hints_create()) || in context_finalize()
/freebsd-14.2/contrib/unbound/daemon/
H A Ddaemon.c760 if(!(daemon->env->hints = hints_create()) || in daemon_fork()
/freebsd-14.2/contrib/unbound/smallapp/
H A Dunbound-checkconf.c951 struct iter_hints* hints = hints_create(); in check_hints()