Searched refs:OP_Found (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dfkey.c402 sqlite3VdbeAddOp4Int(v, OP_Found, iCur, iOk, regRec, 0);
H A Dexpr.c1876 j1 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, r1, 1);
1885 j3 = sqlite3VdbeAddOp4Int(v, OP_Found, pExpr->iTable, 0, rRhsHasNull, 1);
1897 /* The OP_Found at the top of this branch jumps here when true,
H A Dpragma.c1177 jmp2 = sqlite3VdbeAddOp4Int(v, OP_Found, j+2, 0, r1, pIdx->nColumn+1);
H A Dvdbe.c111 ** The next global variable is incremented each type the OP_Found opcode
3464 case OP_Found: { /* jump, in3 */
3515 if( pOp->opcode==OP_Found ){
H A Dselect.c487 sqlite3VdbeAddOp4Int(v, OP_Found, iTab, addrRepeat, iMem, N);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8127 #define OP_Found 50 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8666 #define OP_Found 52 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8666 #define OP_Found 52 macro
[all...]

Completed in 442 milliseconds