Searched refs:addrCont (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c456 int addrCont = 0; /* Top of insert loop. Label "C" in templates 3 and 4 */ local
780 addrCont = sqlite3VdbeCurrentAddr(v);
791 addrCont = sqlite3VdbeAddOp1(v, OP_Yield, dest.iParm);
1004 sqlite3VdbeAddOp2(v, OP_Next, srcTab, addrCont);
1008 sqlite3VdbeAddOp2(v, OP_Goto, 0, addrCont);
H A Dwhere.c3607 int addrCont; /* Jump here to continue with next cycle */ local
3632 addrCont = pLevel->addrCont = sqlite3VdbeMakeLabel(v);
3998 sqlite3VdbeAddOp2(v, OP_IsNull, r1, addrCont);
4206 sqlite3ExprIfFalse(pParse, pE, addrCont, SQLITE_JUMPIFNULL);
4227 sqlite3ExprIfFalse(pParse, pTerm->pExpr, addrCont, SQLITE_JUMPIFNULL);
4794 pWInfo->iContinue = pLevel->addrCont;
4877 sqlite3VdbeResolveLabel(v, pLevel->addrCont);
H A DsqliteInt.h1914 int addrCont; /* Jump here to continue with the next loop cycle */ member in struct:WhereLevel
/external/sqlite/dist/orig/
H A Dsqlite3.c95243 int addrCont = 0; /* Top of insert loop. Label "C" in templates 3 and 4 */ local
103349 int addrCont, addrBreak; /* CONTINUE and BREAK addresses */ local
110519 int addrCont; /* Jump here to continue with the next loop cycle */ member in struct:WhereLevel
113794 int addrCont; /* Jump here to continue with next cycle */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c95263 int addrCont = 0; /* Top of insert loop. Label "C" in templates 3 and 4 */ local
103369 int addrCont, addrBreak; /* CONTINUE and BREAK addresses */ local
110539 int addrCont; /* Jump here to continue with the next loop cycle */ member in struct:WhereLevel
113814 int addrCont; /* Jump here to continue with next cycle */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10259 int addrCont; /* Jump here to continue with the next loop cycle */ member in struct:WhereLevel
84939 int addrCont = 0; /* Top of insert loop. Label "C" in templates 3 and 4 */ local
101261 int addrCont; /* Jump here to continue with next cycle */ local
[all...]

Completed in 563 milliseconds