Searched defs:_xmlRegExecCtxt (Results 1 – 1 of 1) sorted by relevance
318 struct _xmlRegExecCtxt { struct319 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 …]