Home
last modified time | relevance | path

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

/src/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
/src/contrib/unbound/libunbound/
H A Dcontext.c95 if(!(ctx->env->hints = hints_create()) || in context_finalize()
/src/contrib/unbound/daemon/
H A Ddaemon.c759 if(!(daemon->env->hints = hints_create()) || in daemon_fork()
H A Dremote.c5613 if(!(ct->hints = hints_create())) { in fr_construct_from_config()
/src/contrib/unbound/smallapp/
H A Dunbound-checkconf.c994 struct iter_hints* hints = hints_create(); in check_hints()