Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/iterator/
H A Diter_hints.h81 struct iter_hints* hints_create(void);
H A Diter_hints.c54 hints_create(void) in hints_create() function
/freebsd-13.1/contrib/unbound/smallapp/
H A Dunbound-checkconf.c893 struct iter_hints* hints = hints_create(); in check_hints()
/freebsd-13.1/contrib/unbound/libunbound/
H A Dlibworker.c166 w->env->hints = hints_create(); in libworker_setup()
/freebsd-13.1/contrib/unbound/daemon/
H A Dworker.c1860 if(!(worker->env.hints = hints_create()) || in worker_init()