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

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c244 sqlite3VdbeAddOp2(v, OP_Rewind, 0, addr+9);
294 j2 = sqlite3VdbeAddOp0(v, OP_Rewind);
779 addrInsTop = sqlite3VdbeAddOp1(v, OP_Rewind, srcTab);
1767 addr1 = sqlite3VdbeAddOp2(v, OP_Rewind, iDest, 0);
1774 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0);
1810 addr1 = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0);
H A Danalyze.c237 sqlite3VdbeAddOp2(v, OP_Rewind, iIdxCur, endOfLoop);
H A Dupdate.c649 addr = sqlite3VdbeAddOp2(v, OP_Rewind, ephemTab, 0);
H A Dpragma.c1158 loopTop = sqlite3VdbeAddOp2(v, OP_Rewind, 1, 0);
1190 { OP_Rewind, 0, 0, 0}, /* 1 */
H A Dwhere.c1931 addrTop = sqlite3VdbeAddOp1(v, OP_Rewind, pLevel->iTabCur);
3290 sqlite3VdbeAddOp2(v, OP_Rewind, iTab, 0);
3752 sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iCur, addrBrk);
3820 OP_Rewind, /* 2: (!start_constraints && startEq && !bRev) */
3939 testcase( op==OP_Rewind );
4173 static const u8 aStart[] = { OP_Rewind, OP_Last };
H A Dtrigger.c560 { OP_Rewind, 0, ADDR(9), 0},
H A Dselect.c1727 sqlite3VdbeAddOp2(v, OP_Rewind, unionTab, iBreak);
1802 sqlite3VdbeAddOp2(v, OP_Rewind, tab1, iBreak);
H A Dexpr.c1834 sqlite3VdbeAddOp2(v, OP_Rewind, pExpr->iTable, destIfFalse);
H A Dbuild.c2350 addr1 = sqlite3VdbeAddOp2(v, OP_Rewind, iTab, 0);
H A Dvdbe.c4059 ** OP_Rewind/Op_Next with no intervening instructions that might invalidate
4199 ** This opcode does exactly the same thing as OP_Rewind except that
4204 ** end. We use the OP_Sort opcode instead of OP_Rewind to do the
4215 /* Fall through into OP_Rewind */
4225 case OP_Rewind: { /* jump */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8142 #define OP_Rewind 65 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8684 #define OP_Rewind 72 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8684 #define OP_Rewind 72 macro
[all...]

Completed in 626 milliseconds