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

/external/chromium_org/third_party/libxml/src/
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...]
/external/libxml2/
H A Dxmlregexp.c319 int transcount; /* the number of chars in char counted transitions */ member in struct:_xmlRegExecCtxt
3198 exec->transcount = 0;
3241 exec->transcount = 0;
3308 exec->transcount = 1;
3313 if (exec->transcount == atom->max) {
3324 if (exec->transcount >= atom->min) {
3340 exec->transcount++;
3342 if (exec->transcount < atom->min)
3370 exec->transcount = 1;
3376 exec->transcount
[all...]

Completed in 288 milliseconds