Lines Matching defs:DEPTH
358 #define DEPTH ctxt->vstate->depth
362 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
363 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
365 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
366 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
4744 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4829 DEPTH++;
4841 DEPTH++;
4851 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4854 DEPTH++;
4866 DEPTH++;
4878 DEPTH++;
4883 DEPTH++;
5005 DEPTH--;
5009 DEPTH--;
5016 DEPTH--;
5024 DEPTH--;
5270 DEPTH = 0;
5359 DEPTH = 0;