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);
4818 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4903 DEPTH++;
4915 DEPTH++;
4925 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4928 DEPTH++;
4940 DEPTH++;
4952 DEPTH++;
4957 DEPTH++;
5079 DEPTH--;
5083 DEPTH--;
5090 DEPTH--;
5098 DEPTH--;
5344 DEPTH = 0;
5433 DEPTH = 0;