Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_fwd.h91 struct iter_forwards* forwards_create(void);
H A Diter_fwd.c68 forwards_create(void) in forwards_create() function
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c936 struct iter_forwards* fwd = forwards_create(); in check_fwd()
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibworker.c162 w->env->fwds = forwards_create(); in libworker_setup()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c2266 if(!(worker->env.fwds = forwards_create()) || in worker_init()