DEPTH             367 third_party/libxml/src/valid.c #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
DEPTH             368 third_party/libxml/src/valid.c #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
DEPTH             370 third_party/libxml/src/valid.c #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
DEPTH             371 third_party/libxml/src/valid.c #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
DEPTH            4817 third_party/libxml/src/valid.c 	if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
DEPTH            4902 third_party/libxml/src/valid.c 		    DEPTH++;
DEPTH            4914 third_party/libxml/src/valid.c 		    DEPTH++;
DEPTH            4924 third_party/libxml/src/valid.c 	    if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
DEPTH            4927 third_party/libxml/src/valid.c 	    DEPTH++;
DEPTH            4939 third_party/libxml/src/valid.c 		    DEPTH++;
DEPTH            4951 third_party/libxml/src/valid.c 		    DEPTH++;
DEPTH            4956 third_party/libxml/src/valid.c 	    DEPTH++;
DEPTH            5078 third_party/libxml/src/valid.c 		    DEPTH--;
DEPTH            5082 third_party/libxml/src/valid.c 		    DEPTH--;
DEPTH            5089 third_party/libxml/src/valid.c 		    DEPTH--;
DEPTH            5097 third_party/libxml/src/valid.c 		    DEPTH--;
DEPTH            5343 third_party/libxml/src/valid.c     DEPTH = 0;
DEPTH            5432 third_party/libxml/src/valid.c 	DEPTH = 0;