Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.c339 struct _xmlRegExecCtxt { struct
340 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 …]
/third_party/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 …]