Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diter_utils.c81 fetch_fill(int* target_fetch_policy, int max_dependency_depth, const char* str) in fetch_fill() argument
85 for(i=0; i<max_dependency_depth+1; i++) { in fetch_fill()
98 read_fetch_policy(int** target_fetch_policy, int* max_dependency_depth, in read_fetch_policy() argument
106 *max_dependency_depth = count - 1; in read_fetch_policy()
108 (size_t)(*max_dependency_depth)+1, sizeof(int)); in read_fetch_policy()
113 if(!fetch_fill(*target_fetch_policy, *max_dependency_depth, str)) in read_fetch_policy()
214 &iter_env->max_dependency_depth, cfg->target_fetch_policy)) in iter_apply_cfg()
216 for(i=0; i<iter_env->max_dependency_depth+1; i++) in iter_apply_cfg()
H A Diterator.h153 int max_dependency_depth; member
H A Diter_utils.h442 int read_fetch_policy(int** target_fetch_policy, int* max_dependency_depth,
H A Diterator.c1190 if(iq->depth == ie->max_dependency_depth) in generate_a_aaaa_check()
1241 if(iq->depth == ie->max_dependency_depth) in generate_ns_check()
1425 if(iq->depth > ie->max_dependency_depth) { in processInitRequest()
2048 if(iq->depth == ie->max_dependency_depth) in query_for_targets()
2269 if(iq->depth == ie->max_dependency_depth) { in processLastResort()
2799 if(iq->depth < ie->max_dependency_depth in processQueryTargets()
3045 && iq->depth < ie->max_dependency_depth in processQueryTargets()
4625 return sizeof(*ie) + sizeof(int)*((size_t)ie->max_dependency_depth+1) in iter_get_mem()
/freebsd/contrib/unbound/daemon/
H A Dremote.c4812 int max_dependency_depth; member
6063 &ct->max_dependency_depth, newcfg->target_fetch_policy)) { in fr_construct_from_config()
6662 int oldmaxdependencydepth = iter_env->max_dependency_depth; in fr_adjust_iter_env()
6669 iter_env->max_dependency_depth = ct->max_dependency_depth; in fr_adjust_iter_env()
6679 ct->max_dependency_depth = oldmaxdependencydepth; in fr_adjust_iter_env()