Home
last modified time | relevance | path

Searched defs:_xmlStreamCtxt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dpattern.c105 struct _xmlStreamCtxt { struct
106 struct _xmlStreamCtxt *next;/* link to next sub pattern if | */ argument
107 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;