Home
last modified time | relevance | path

Searched refs:OP_IfNot (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h49 #define OP_IfNot 48 macro
H A Dexpr.c1221 jumpInst = sqliteVdbeAddOp(v, OP_IfNot, 1, 0); in sqliteExprCode()
1482 sqliteVdbeAddOp(v, OP_IfNot, jumpIfNull, dest); in sqliteExprIfFalse()
H A Dvdbe.c1756 case OP_IfNot: { in sqliteVdbeExec()
1764 if( pOp->opcode==OP_IfNot ) c = !c; in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8349 #define OP_IfNot 27 macro
64800 case OP_IfNot: { /* jump, in1 */
64813 if( pOp->opcode==OP_IfNot ) u.al.c = !u.al.c;
74633 sqlite3VdbeAddOp3(v, OP_IfNot, r1, dest, jumpIfNull!=0);
76086 sqlite3VdbeAddOp1(v, OP_IfNot, iMem+1);
76138 jZeroRows = sqlite3VdbeAddOp1(v, OP_IfNot, iMem);
76163 jZeroRows = sqlite3VdbeAddOp1(v, OP_IfNot, regSampleno);
92392 j1 = sqlite3VdbeAddOp1(v, OP_IfNot, regPrev);

Completed in 277 milliseconds