Searched refs:DEPTH (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dvalid.c348 #define DEPTH ctxt->vstate->depth macro
352 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
353 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
355 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
356 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
4721 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4806 DEPTH++;
4818 DEPTH++;
4828 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4831 DEPTH
[all...]

Completed in 104 milliseconds