Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/iterator/
H A Diterator.h124 int max_dependency_depth; member
H A Diter_utils.c82 for(i=0; i<ie->max_dependency_depth+1; i++) { in fetch_fill()
99 ie->max_dependency_depth = count - 1; in read_fetch_policy()
101 (size_t)ie->max_dependency_depth+1, sizeof(int)); in read_fetch_policy()
151 for(i=0; i<iter_env->max_dependency_depth+1; i++) in iter_apply_cfg()
H A Diterator.c1086 if(iq->depth == ie->max_dependency_depth) in generate_a_aaaa_check()
1137 if(iq->depth == ie->max_dependency_depth) in generate_ns_check()
1309 if(iq->depth > ie->max_dependency_depth) { in processInitRequest()
1864 if(iq->depth == ie->max_dependency_depth) in query_for_targets()
2050 if(iq->depth == ie->max_dependency_depth) { in processLastResort()
2459 if(iq->depth < ie->max_dependency_depth in processQueryTargets()
4053 return sizeof(*ie) + sizeof(int)*((size_t)ie->max_dependency_depth+1) in iter_get_mem()