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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c311 int transcount; /* the number of chars in char counted transitions */ member in struct:_xmlRegExecCtxt
3130 exec->transcount = 0;
3172 exec->transcount = 0;
3239 exec->transcount = 1;
3244 if (exec->transcount == atom->max) {
3255 if (exec->transcount >= atom->min) {
3271 exec->transcount++;
3273 if (exec->transcount < atom->min)
3301 exec->transcount = 1;
3307 exec->transcount
[all...]

Completed in 39 milliseconds