Searched defs:transcount (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxmlregexp.c315 int transcount; /* the number of chars in char counted transitions */ member in struct:_xmlRegExecCtxt
3190 exec->transcount = 0;
3233 exec->transcount = 0;
3300 exec->transcount = 1;
3305 if (exec->transcount == atom->max) {
3316 if (exec->transcount >= atom->min) {
3332 exec->transcount++;
3334 if (exec->transcount < atom->min)
3362 exec->transcount = 1;
3368 exec->transcount
[all...]

Completed in 933 milliseconds