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

/freebsd-13-stable/contrib/unbound/iterator/
H A Diterator.h126 int max_dependency_depth; member in struct:iter_env
134 * array of max_dependency_depth+1 size.
H A Diter_utils.c81 for(i=0; i<ie->max_dependency_depth+1; i++) {
98 ie->max_dependency_depth = count - 1;
100 (size_t)ie->max_dependency_depth+1, sizeof(int));
150 for(i=0; i<iter_env->max_dependency_depth+1; i++)
H A Diterator.c1032 if(iq->depth == ie->max_dependency_depth)
1083 if(iq->depth == ie->max_dependency_depth)
1255 if(iq->depth > ie->max_dependency_depth) {
1809 if(iq->depth == ie->max_dependency_depth)
1994 if(iq->depth == ie->max_dependency_depth) {
2401 if(iq->depth < ie->max_dependency_depth
3934 return sizeof(*ie) + sizeof(int)*((size_t)ie->max_dependency_depth+1)

Completed in 51 milliseconds