Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diter_fwd.h97 struct iter_forwards* forwards_create(void);
H A Diter_fwd.c68 forwards_create(void) in forwards_create() function
/freebsd/contrib/unbound/libunbound/
H A Dcontext.c92 if(!(ctx->env->fwds = forwards_create()) || in context_finalize()
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c757 if(!(daemon->env->fwds = forwards_create()) || in daemon_fork()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c940 struct iter_forwards* fwd = forwards_create(); in check_fwd()