Home | History | Annotate | Download | only in libxml2

Lines Matching refs:vstate

297     ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr];
331 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr - 1];
333 ctxt->vstate = NULL;
361 #define CONT ctxt->vstate->cont
362 #define NODE ctxt->vstate->node
363 #define DEPTH ctxt->vstate->depth
364 #define OCCURS ctxt->vstate->occurs
365 #define STATE ctxt->vstate->state
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)
402 ctxt->vstate = &ctxt->vstateTab[0];
425 ctxt->vstate = &ctxt->vstateTab[0];
426 ctxt->vstate->cont = ctxt->vstateTab[ctxt->vstateNr].cont;
427 ctxt->vstate->node = ctxt->vstateTab[ctxt->vstateNr].node;
428 ctxt->vstate->depth = ctxt->vstateTab[ctxt->vstateNr].depth;
429 ctxt->vstate->occurs = ctxt->vstateTab[ctxt->vstateNr].occurs;
430 ctxt->vstate->state = ctxt->vstateTab[ctxt->vstateNr].state;
611 xmlValidDebugState(ctxt->vstate);
4979 cur = ctxt->vstate->node;
4985 if (cur != ctxt->vstate->node)
4990 cur = ctxt->vstate->node;
4996 if (cur != ctxt->vstate->node)
5104 cur = ctxt->vstate->node;
5110 if (cur != ctxt->vstate->node)
5117 cur = ctxt->vstate->node;
5123 if (cur != ctxt->vstate->node)
5339 ctxt->vstate = &ctxt->vstateTab[0];
5428 ctxt->vstate = &ctxt->vstateTab[0];
5721 if ((ctxt->vstateNr > 0) && (ctxt->vstate != NULL)) {
5722 xmlValidStatePtr state = ctxt->vstate;
5813 if ((ctxt->vstateNr > 0) && (ctxt->vstate != NULL)) {
5814 xmlValidStatePtr state = ctxt->vstate;
5887 if ((ctxt->vstateNr > 0) && (ctxt->vstate != NULL)) {
5888 xmlValidStatePtr state = ctxt->vstate;