Searched defs:_xmlStreamCtxt (Results 1 – 1 of 1) sorted by relevance
108 struct _xmlStreamCtxt { struct109 struct _xmlStreamCtxt *next;/* link to next sub pattern if | */ argument110 xmlStreamCompPtr comp; /* the compiled stream */111 int nbState; /* number of states in the automata */112 int maxState; /* allocated number of states */113 int level; /* how deep are we ? */114 int *states; /* the array of step indexes */115 int flags; /* validation options */116 int blockLevel;