• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

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);
5019 cur = ctxt->vstate->node;
5025 if (cur != ctxt->vstate->node)
5030 cur = ctxt->vstate->node;
5036 if (cur != ctxt->vstate->node)
5144 cur = ctxt->vstate->node;
5150 if (cur != ctxt->vstate->node)
5157 cur = ctxt->vstate->node;
5163 if (cur != ctxt->vstate->node)
5379 ctxt->vstate = &ctxt->vstateTab[0];
5468 ctxt->vstate = &ctxt->vstateTab[0];
5761 if ((ctxt->vstateNr > 0) && (ctxt->vstate != NULL)) {
5762 xmlValidStatePtr state = ctxt->vstate;
5853 if ((ctxt->vstateNr > 0) && (ctxt->vstate != NULL)) {
5854 xmlValidStatePtr state = ctxt->vstate;
5927 if ((ctxt->vstateNr > 0) && (ctxt->vstate != NULL)) {
5928 xmlValidStatePtr state = ctxt->vstate;