Searched defs:max_depth (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c14111 int max_depth, min_depth; local
14122 max_depth = xmlPatternMaxDepth(comp);
14123 if (max_depth == -1)
14125 if (max_depth == -2)
14126 max_depth = 10000;
14134 printf("stream eval: depth %d from root %d\n", max_depth, from_root);
14162 if (max_depth == 0) {
14249 if ((cur->children == NULL) || (depth >= max_depth)) {
14263 if ((cur->children != NULL) && (depth < max_depth)) {

Completed in 220 milliseconds