Lines Matching refs:iPrev
6780 int iPrev = -1; in re_subcompile_string() local
6809 if( iPrev<0 ) return "'*' without operand"; in re_subcompile_string()
6810 re_insert(p, iPrev, RE_OP_GOTO, p->nState - iPrev + 1); in re_subcompile_string()
6811 re_append(p, RE_OP_FORK, iPrev - p->nState + 1); in re_subcompile_string()
6815 if( iPrev<0 ) return "'+' without operand"; in re_subcompile_string()
6816 re_append(p, RE_OP_FORK, iPrev - p->nState); in re_subcompile_string()
6820 if( iPrev<0 ) return "'?' without operand"; in re_subcompile_string()
6821 re_insert(p, iPrev, RE_OP_FORK, p->nState - iPrev+1); in re_subcompile_string()
6835 if( iPrev<0 ) return "'{m,n}' without operand"; in re_subcompile_string()
6846 sz = p->nState - iPrev; in re_subcompile_string()
6849 re_insert(p, iPrev, RE_OP_FORK, sz+1); in re_subcompile_string()
6850 iPrev++; in re_subcompile_string()
6853 for(j=1; j<m; j++) re_copy(p, iPrev, sz); in re_subcompile_string()
6857 re_copy(p, iPrev, sz); in re_subcompile_string()
6917 iPrev = iStart; in re_subcompile_string()
13648 i64 iPrev = -100000; in idxPopulateStat1() local
13703 if( p->iSample<100 && iPrev!=iRowid ){ in idxPopulateStat1()
13712 iPrev = iRowid; in idxPopulateStat1()