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)
4817 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0) in xmlValidateElementType()
4902 DEPTH++; in xmlValidateElementType()
4914 DEPTH++; in xmlValidateElementType()
4924 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1), in xmlValidateElementType()
4927 DEPTH++; in xmlValidateElementType()
4939 DEPTH++; in xmlValidateElementType()
4951 DEPTH++; in xmlValidateElementType()
4956 DEPTH++; in xmlValidateElementType()
5078 DEPTH--; in xmlValidateElementType()
5082 DEPTH--; in xmlValidateElementType()
5089 DEPTH--; in xmlValidateElementType()
5097 DEPTH--; in xmlValidateElementType()
5343 DEPTH = 0; in xmlValidateElementContent()
5432 DEPTH = 0; in xmlValidateElementContent()