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

/external/libxml2/
H A Dxmlregexp.c319 int transcount; /* the number of chars in char counted transitions */ member in struct:_xmlRegExecCtxt
3205 exec->transcount = 0;
3248 exec->transcount = 0;
3315 exec->transcount = 1;
3320 if (exec->transcount == atom->max) {
3331 if (exec->transcount >= atom->min) {
3347 exec->transcount++;
3349 if (exec->transcount < atom->min)
3377 exec->transcount = 1;
3383 exec->transcount
[all...]

Completed in 57 milliseconds