Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_hints.h81 struct iter_hints* hints_create(void);
H A Diter_hints.c54 hints_create(void) in hints_create() function
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c947 struct iter_hints* hints = hints_create(); in check_hints()
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibworker.c167 w->env->hints = hints_create(); in libworker_setup()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c2272 if(!(worker->env.hints = hints_create()) || in worker_init()