Searched defs:_xmlRegExecCtxt (Results 1 – 2 of 2) sorted by relevance
339 struct _xmlRegExecCtxt { struct340 int status; /* execution status != 0 indicate an error */341 int determinist; /* did we find an indeterministic behaviour */342 xmlRegexpPtr comp; /* the compiled regexp */343 xmlRegExecCallbacks callback;344 void *data;346 xmlRegStatePtr state;/* the current state */347 int transno; /* the current transition on that state */348 int transcount; /* the number of chars in char counted transitions */353 int maxRollbacks;[all …]
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 …]