Lines Matching refs:regStat1
124623 int regStat1 = iMem++; /* Value for the stat column of sqlite_stat1 */ local
124894 callStatGet(pParse, regStat, STAT_GET_STAT1, regStat1);
124907 int regEq = regStat1;
124908 int regLt = regStat1+1;
124909 int regDLt = regStat1+2;
124910 int regSample = regStat1+3;
124911 int regCol = regStat1+4;
124919 sqlite3VdbeAddOp2(v, OP_Cast, regStat1, SQLITE_AFF_INTEGER);
124920 addrGotoEnd = sqlite3VdbeAddOp1(v, OP_IfNot, regStat1);
124985 sqlite3VdbeAddOp2(v, OP_Count, iTabCur, regStat1);
124986 jZeroRows = sqlite3VdbeAddOp1(v, OP_IfNot, regStat1); VdbeCoverage(v);