Lines Matching refs:DEPTH
355 unsigned char depth; /* current depth in the overall tree */
363 #define DEPTH ctxt->vstate->depth
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)
375 xmlNodePtr node, unsigned char depth, long occurs,
409 (ctxt->vstateTab[i].depth == depth) &&
415 ctxt->vstateTab[ctxt->vstateNr].depth = depth;
428 ctxt->vstate->depth = ctxt->vstateTab[ctxt->vstateNr].depth;
603 state->depth, state->occurs, state->state);
4817 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4902 DEPTH++;
4914 DEPTH++;
4924 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4927 DEPTH++;
4939 DEPTH++;
4951 DEPTH++;
4956 DEPTH++;
5078 DEPTH--;
5082 DEPTH--;
5089 DEPTH--;
5097 DEPTH--;
5343 DEPTH = 0;
5432 DEPTH = 0;