Home | History | Annotate | Download | only in libxml2

Lines Matching defs:max_depth

14062     int max_depth, min_depth;
14073 max_depth = xmlPatternMaxDepth(comp);
14074 if (max_depth == -1)
14076 if (max_depth == -2)
14077 max_depth = 10000;
14085 printf("stream eval: depth %d from root %d\n", max_depth, from_root);
14113 if (max_depth == 0) {
14200 if ((cur->children == NULL) || (depth >= max_depth)) {
14214 if ((cur->children != NULL) && (depth < max_depth)) {