HomeSort by relevance Sort by last modified time
    Searched refs:vstate (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
valid.c 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)
    [all...]
  /external/qemu/target-i386/
hax-all.c 99 struct hax_vcpu_state *vstate; local
101 vstate = env->hax_vcpu;
102 assert(vstate->emulation_state);
103 if (vstate->emulation_state == HAX_EMULATE_STATE_MMIO )
  /external/libxml2/include/libxml/
valid.h 98 xmlValidState *vstate; /* current state */ member in struct:_xmlValidCtxt

Completed in 173 milliseconds