Home
last modified time | relevance | path

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

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