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

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c296 j4 = sqlite3VdbeAddOp3(v, OP_Eq, memId-1, 0, iRec);
1243 j2 = sqlite3VdbeAddOp3(v, OP_Eq, regRowid, 0, rowidChng);
H A Dexpr.c195 ** opcode (OP_Eq, OP_Ge etc.) used to compare pExpr1 and pExpr2.
2398 assert( TK_EQ==OP_Eq );
3158 ** are the same as opcode values (ex: OP_Eq) that implement the corresponding
3206 assert( TK_EQ==OP_Eq );
3300 ** TK_NE OP_Eq
3318 assert( pExpr->op!=TK_NE || op==OP_Eq );
H A Dfkey.c365 sqlite3VdbeAddOp3(v, OP_Eq, regData, iOk, regTemp);
H A Dpragma.c1193 { OP_Eq, 2, 0, 3}, /* 4 */
H A Dvdbe.c1750 case OP_Eq: /* same as TK_EQ, jump, in1, in3 */
1769 ** OP_Eq or OP_Ne) then take the jump or not depending on whether
1772 assert( pOp->opcode==OP_Eq || pOp->opcode==OP_Ne );
1803 case OP_Eq: res = res==0; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8073 #define OP_Eq 76 /* same as TK_EQ */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9333 #define OP_Eq 79 /* same as TK_EQ, synopsis: if r[P1]==r[P3] goto P2 */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9333 #define OP_Eq 79 /* same as TK_EQ, synopsis: if r[P1]==r[P3] goto P2 */ macro
[all...]

Completed in 444 milliseconds