Home | History | Annotate | Download | only in libxml2

Lines Matching defs:depth

3650 	ctxt->depth++;
3658 ctxt->depth++;
3668 ctxt->depth++;
3842 if ((ctxt->depth > 0) &&
3846 ctxt->depth--;
3989 int depth;
3993 depth = ctxt->nameNr;
4044 if ((ctxt->nameNr > 0) && (depth >= ctxt->nameNr) &&
4150 int depth;
4238 depth = ctxt->nameNr;
4243 if (ctxt->nameNr < depth) break;
4389 int depth;
4393 depth = ctxt->nameNr;
4412 depth = ctxt->nameNr;
4434 depth = ctxt->nameNr;
4450 if ((ctxt->nameNr > 0) && (depth >= ctxt->nameNr) &&
4457 depth = ctxt->nameNr;
4505 depth = ctxt->nameNr;
6469 ctxt->depth = 0;