Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16629 #define OP_IfNotZero 60 /* jump, synopsis: if r[P1]!=0 then r[P1]--, goto P2 */ macro
100164 case OP_IfNotZero: { /* jump, in1 */
139882 { OP_IfNotZero, 1, 4, 0}, /* 1 */
142598 sqlite3VdbeAddOp2(v, OP_IfNotZero, iLimit, sqlite3VdbeCurrentAddr(v)+4);