Searched defs:_xmlPattern (Results 1 – 2 of 2) sorted by relevance
164 struct _xmlPattern { struct167 struct _xmlPattern *next; /* next pattern if | is used */ argument168 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 */
193 struct _xmlPattern { struct196 struct _xmlPattern *next; /* next pattern if | is used */ argument197 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 */