Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libxml/src/
H A 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;
/aosp_15_r20/external/libxml2/
H A 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;