Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c318 struct _xmlRegExecCtxt { struct
319 int status; /* execution status != 0 indicate an error */
320 int determinist; /* did we find an indeterministic behaviour */
321 xmlRegexpPtr comp; /* the compiled regexp */
322 xmlRegExecCallbacks callback;
323 void *data;
325 xmlRegStatePtr state;/* the current state */
326 int transno; /* the current transition on that state */
327 int transcount; /* the number of chars in char counted transitions */
332 int maxRollbacks;
[all …]