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

/external/libxml2/
H A Dxmlregexp.c311 int transcount; /* the number of chars in char counted transitions */ member in struct:_xmlRegExecCtxt
3151 exec->transcount = 0;
3194 exec->transcount = 0;
3261 exec->transcount = 1;
3266 if (exec->transcount == atom->max) {
3277 if (exec->transcount >= atom->min) {
3293 exec->transcount++;
3295 if (exec->transcount < atom->min)
3323 exec->transcount = 1;
3329 exec->transcount
[all...]

Completed in 22 milliseconds