Home
last modified time | relevance | path

Searched refs:OP_NotFound (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h71 #define OP_NotFound 70 macro
H A Dselect.c494 sqliteVdbeAddOp(v, OP_NotFound, iParm, addr+3); in selectInnerLoop()
1486 sqliteVdbeAddOp(v, OP_NotFound, tab2, iCont); in multiSelect()
H A Dexpr.c1461 sqliteVdbeAddOp(v, OP_NotFound, pExpr->iTable, dest); in sqliteExprIfFalse()
H A Dvdbe.c2637 case OP_NotFound: in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8373 #define OP_NotFound 49 macro
66296 case OP_NotFound: /* jump, in3 */
73085 sqlite3VdbeAddOp4Int(v, OP_NotFound, pExpr->iTable, destIfFalse, r1, 1);
92275 sqlite3VdbeAddOp4Int(v, OP_NotFound, tab2, iCont, r1, 0);

Completed in 331 milliseconds