Lines Matching refs:transcount
319 int transcount; /* the number of chars in char counted transitions */ member
3205 exec->transcount = 0; in xmlFARegExec()
3248 exec->transcount = 0; in xmlFARegExec()
3315 exec->transcount = 1; in xmlFARegExec()
3320 if (exec->transcount == atom->max) { in xmlFARegExec()
3331 if (exec->transcount >= atom->min) { in xmlFARegExec()
3347 exec->transcount++; in xmlFARegExec()
3349 if (exec->transcount < atom->min) in xmlFARegExec()
3377 exec->transcount = 1; in xmlFARegExec()
3383 exec->transcount = 1; in xmlFARegExec()
3530 exec->transcount = 0; in xmlRegNewExecCtxt()
3831 exec->transcount = 0; in xmlRegExecPushStringInternal()
3949 exec->transcount = 1; in xmlRegExecPushStringInternal()
3954 if (exec->transcount == atom->max) { in xmlRegExecPushStringInternal()
3971 if (exec->transcount >= atom->min) { in xmlRegExecPushStringInternal()
3988 exec->transcount++; in xmlRegExecPushStringInternal()
3990 if (exec->transcount < atom->min) in xmlRegExecPushStringInternal()
4450 exec->transcount = 0;
4488 exec->transcount = 1;
4493 if (exec->transcount == atom->max) {
4504 if (exec->transcount >= atom->min) {
4520 exec->transcount++;
4522 if (exec->transcount < atom->min)