Home
last modified time | relevance | path

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

/third_party/libxml2/
Dpattern.c164 struct _xmlPattern { struct
167 struct _xmlPattern *next; /* next pattern if | is used */ argument
168 const xmlChar *pattern; /* the pattern */
169 int flags; /* flags */
170 int nbStep;
171 int maxStep;
172 xmlStepOpPtr steps; /* ops for computation */
173 xmlStreamCompPtr stream; /* the streaming data if any */
/third_party/gettext/gnulib-local/lib/libxml/
Dpattern.c193 struct _xmlPattern { struct
196 struct _xmlPattern *next; /* next pattern if | is used */ argument
197 const xmlChar *pattern; /* the pattern */
198 int flags; /* flags */
199 int nbStep;
200 int maxStep;
201 xmlStepOpPtr steps; /* ops for computation */
202 xmlStreamCompPtr stream; /* the streaming data if any */