Home | History | Annotate | Download | only in libxml2

Lines Matching defs: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);
4867 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4952 DEPTH++;
4964 DEPTH++;
4974 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4977 DEPTH++;
4989 DEPTH++;
5001 DEPTH++;
5006 DEPTH++;
5128 DEPTH--;
5132 DEPTH--;
5139 DEPTH--;
5147 DEPTH--;
5393 DEPTH = 0;
5482 DEPTH = 0;