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

/freebsd-10-stable/contrib/unbound/iterator/
H A Diterator.h104 int max_dependency_depth; member in struct:iter_env
112 * 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.c789 if(iq->depth == ie->max_dependency_depth)
840 if(iq->depth == ie->max_dependency_depth)
1002 if(iq->depth > ie->max_dependency_depth) {
1467 if(iq->depth == ie->max_dependency_depth)
1667 if(iq->depth == ie->max_dependency_depth) {
1851 if(iq->depth < ie->max_dependency_depth
3243 return sizeof(*ie) + sizeof(int)*((size_t)ie->max_dependency_depth+1)

Completed in 44 milliseconds