Home | History | Annotate | Download | only in libxml2

Lines Matching defs:depth

3721 	ctxt->depth++;
3729 ctxt->depth++;
3739 ctxt->depth++;
3913 if ((ctxt->depth > 0) &&
3917 ctxt->depth--;
4061 int depth;
4065 depth = ctxt->nameNr;
4116 if ((ctxt->nameNr > 0) && (depth >= ctxt->nameNr) &&
4222 int depth;
4310 depth = ctxt->nameNr;
4315 if (ctxt->nameNr < depth) break;
4461 int depth;
4465 depth = ctxt->nameNr;
4484 depth = ctxt->nameNr;
4506 depth = ctxt->nameNr;
4522 if ((ctxt->nameNr > 0) && (depth >= ctxt->nameNr) &&
4529 depth = ctxt->nameNr;
4577 depth = ctxt->nameNr;
6583 ctxt->depth = 0;