Searched defs:_xmlRegExecCtxt (Results 1 – 1 of 1) sorted by relevance
295 struct _xmlRegExecCtxt { struct296 int status; /* execution status != 0 indicate an error */297 int determinist; /* did we find an indeterministic behaviour */298 xmlRegexpPtr comp; /* the compiled regexp */299 xmlRegExecCallbacks callback;300 void *data;302 xmlRegStatePtr state;/* the current state */303 int transno; /* the current transition on that state */304 int transcount; /* the number of chars in char counted transitions */309 int maxRollbacks;[all …]