Home
last modified time | relevance | path

Searched refs:vstate (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dvalid.c297 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr]; in vstateVPush()
331 ctxt->vstate = &ctxt->vstateTab[ctxt->vstateNr - 1]; in vstateVPop()
333 ctxt->vstate = NULL; in vstateVPop()
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/
Dhax-all.c99 struct hax_vcpu_state *vstate; in hax_stop_translate() local
101 vstate = env->hax_vcpu; in hax_stop_translate()
102 assert(vstate->emulation_state); in hax_stop_translate()
103 if (vstate->emulation_state == HAX_EMULATE_STATE_MMIO ) in hax_stop_translate()
/external/libxml2/include/libxml/
Dvalid.h98 xmlValidState *vstate; /* current state */ member