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