Searched defs:_xmlRegExecCtxt (Results 1 – 1 of 1) sorted by relevance
310 struct _xmlRegExecCtxt { struct311 int status; /* execution status != 0 indicate an error */312 int determinist; /* did we find an indeterministic behaviour */313 xmlRegexpPtr comp; /* the compiled regexp */314 xmlRegExecCallbacks callback;315 void *data;317 xmlRegStatePtr state;/* the current state */318 int transno; /* the current transition on that state */319 int transcount; /* the number of chars in char counted transitions */324 int maxRollbacks;[all …]