• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/

Lines Matching refs:vstate

292     ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr];
326 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr - 1];
328 ctxt->vstate = NULL;
356 #define CONT ctxt->vstate->cont
357 #define NODE ctxt->vstate->node
358 #define DEPTH ctxt->vstate->depth
359 #define OCCURS ctxt->vstate->occurs
360 #define STATE ctxt->vstate->state
362 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
363 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
365 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
366 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
397 ctxt->vstate = &ctxt->vstateTab[0];
420 ctxt->vstate = &ctxt->vstateTab[0];
421 ctxt->vstate->cont = ctxt->vstateTab[ctxt->vstateNr].cont;
422 ctxt->vstate->node = ctxt->vstateTab[ctxt->vstateNr].node;
423 ctxt->vstate->depth = ctxt->vstateTab[ctxt->vstateNr].depth;
424 ctxt->vstate->occurs = ctxt->vstateTab[ctxt->vstateNr].occurs;
425 ctxt->vstate->state = ctxt->vstateTab[ctxt->vstateNr].state;
606 xmlValidDebugState(ctxt->vstate);
4893 cur = ctxt->vstate->node;
4899 if (cur != ctxt->vstate->node)
4904 cur = ctxt->vstate->node;
4910 if (cur != ctxt->vstate->node)
5018 cur = ctxt->vstate->node;
5024 if (cur != ctxt->vstate->node)
5031 cur = ctxt->vstate->node;
5037 if (cur != ctxt->vstate->node)
5253 ctxt->vstate = &ctxt->vstateTab[0];
5342 ctxt->vstate = &ctxt->vstateTab[0];
5635 if ((ctxt->vstateNr > 0) && (ctxt->vstate != NULL)) {
5636 xmlValidStatePtr state = ctxt->vstate;
5727 if ((ctxt->vstateNr > 0) && (ctxt->vstate != NULL)) {
5728 xmlValidStatePtr state = ctxt->vstate;
5801 if ((ctxt->vstateNr > 0) && (ctxt->vstate != NULL)) {
5802 xmlValidStatePtr state = ctxt->vstate;