Lines Matching refs:DEPTH
363 #define DEPTH ctxt->vstate->depth macro
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
4867 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0) in xmlValidateElementType()
4952 DEPTH++; in xmlValidateElementType()
4964 DEPTH++; in xmlValidateElementType()
4974 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1), in xmlValidateElementType()
4977 DEPTH++; in xmlValidateElementType()
4989 DEPTH++; in xmlValidateElementType()
5001 DEPTH++; in xmlValidateElementType()
5006 DEPTH++; in xmlValidateElementType()
5128 DEPTH--; in xmlValidateElementType()
5132 DEPTH--; in xmlValidateElementType()
5139 DEPTH--; in xmlValidateElementType()
5147 DEPTH--; in xmlValidateElementType()
5393 DEPTH = 0; in xmlValidateElementContent()
5482 DEPTH = 0; in xmlValidateElementContent()