Home
last modified time | relevance | path

Searched refs:OP_If (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h48 #define OP_If 47 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h48 #define OP_If 47 macro
H A Dpragma.c285 { OP_If, 0, 0, 0}, /* 3 */ in sqlitePragma()
H A Dexpr.c1381 sqliteVdbeAddOp(v, OP_If, jumpIfNull, dest); in sqliteExprIfTrue()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h54 #define OP_If 26 macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dselect.c2368 addrEofA = sqlite3VdbeAddOp2(v, OP_If, regEofB, labelEnd); in multiSelectOrderBy()
2383 addrEofB = sqlite3VdbeAddOp2(v, OP_If, regEofA, labelEnd); in multiSelectOrderBy()
2394 sqlite3VdbeAddOp2(v, OP_If, regEofA, addrEofA); in multiSelectOrderBy()
2408 sqlite3VdbeAddOp2(v, OP_If, regEofA, addrEofA); in multiSelectOrderBy()
2420 sqlite3VdbeAddOp2(v, OP_If, regEofB, addrEofB); in multiSelectOrderBy()
2430 sqlite3VdbeAddOp2(v, OP_If, regEofA, addrEofA); in multiSelectOrderBy()
2431 sqlite3VdbeAddOp2(v, OP_If, regEofB, addrEofB); in multiSelectOrderBy()
H A Dexpr.c1463 iAddr = sqlite3VdbeAddOp1(v, OP_If, iMem); in sqlite3FindInIndex()
1495 iAddr = sqlite3VdbeAddOp1(v, OP_If, iMem); in sqlite3FindInIndex()
1595 sqlite3VdbeAddOp1(v, OP_If, mem); in sqlite3CodeSubselect()
1894 sqlite3VdbeAddOp2(v, OP_If, rRhsHasNull, destIfNull); in sqlite3ExprCodeIN()
3264 sqlite3VdbeAddOp3(v, OP_If, r1, dest, jumpIfNull!=0); in sqlite3ExprIfTrue()
H A Dinsert.c655 addrIf = sqlite3VdbeAddOp1(v, OP_If, regEof); in sqlite3Insert()
792 addrInsTop = sqlite3VdbeAddOp1(v, OP_If, regEof); in sqlite3Insert()
H A Dpragma.c639 { OP_If, 1, 0, 0}, /* 2 */ in sqlite3Pragma()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dpragma.c285 { OP_If, 0, 0, 0}, /* 3 */ in sqlitePragma()
H A Dexpr.c1381 sqliteVdbeAddOp(v, OP_If, jumpIfNull, dest); in sqliteExprIfTrue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwherecode.c1885 sqlite3VdbeAddOp2(v, OP_If, regBignull, sqlite3VdbeCurrentAddr(v)+2); in sqlite3WhereCodeOneLoopStart()
2366 skipLikeAddr = sqlite3VdbeAddOp1(v, (x&1)?OP_IfNot:OP_If,(int)(x>>1)); in sqlite3WhereCodeOneLoopStart()
H A Dpragma.c770 { OP_If, 1, 0, 0}, /* 2 */ in sqlite3Pragma()
H A Dexpr.c642 sqlite3VdbeAddOp2(v, OP_If, dest, addrDone); VdbeCoverage(v); in codeVectorCompare()
4890 sqlite3VdbeAddOp3(v, OP_If, r1, dest, jumpIfNull!=0); in sqlite3ExprIfTrue()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwherecode.c1922 sqlite3VdbeAddOp2(v, OP_If, regBignull, sqlite3VdbeCurrentAddr(v)+2); in sqlite3WhereCodeOneLoopStart()
2394 skipLikeAddr = sqlite3VdbeAddOp1(v, (x&1)?OP_IfNot:OP_If,(int)(x>>1)); in sqlite3WhereCodeOneLoopStart()
H A Danalyze.c1255 j2 = sqlite3VdbeAddOp1(v, OP_If, regTemp); VdbeCoverage(v); in analyzeOneTable()
H A Dpragma.c778 { OP_If, 1, 0, 0}, /* 2 */ in sqlite3Pragma()
H A Dexpr.c663 sqlite3VdbeAddOp2(v, OP_If, dest, addrDone); VdbeCoverage(v); in codeVectorCompare()
5001 sqlite3VdbeAddOp3(v, OP_If, r1, dest, jumpIfNull!=0); in sqlite3ExprIfTrue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwherecode.c1916 sqlite3VdbeAddOp2(v, OP_If, regBignull, sqlite3VdbeCurrentAddr(v)+2); in sqlite3WhereCodeOneLoopStart()
2388 skipLikeAddr = sqlite3VdbeAddOp1(v, (x&1)?OP_IfNot:OP_If,(int)(x>>1)); in sqlite3WhereCodeOneLoopStart()
H A Danalyze.c1255 j2 = sqlite3VdbeAddOp1(v, OP_If, regTemp); VdbeCoverage(v); in analyzeOneTable()
H A Dpragma.c778 { OP_If, 1, 0, 0}, /* 2 */ in sqlite3Pragma()
H A Dexpr.c652 sqlite3VdbeAddOp2(v, OP_If, dest, addrDone); VdbeCoverage(v); in codeVectorCompare()
4971 sqlite3VdbeAddOp3(v, OP_If, r1, dest, jumpIfNull!=0); in sqlite3ExprIfTrue()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dpragma.c731 { OP_If, 1, 0, 0}, /* 2 */ in sqlite3Pragma()
H A Dwherecode.c2080 skipLikeAddr = sqlite3VdbeAddOp1(v, (x&1)?OP_IfNot:OP_If, (int)(x>>1)); in sqlite3WhereCodeOneLoopStart()
H A Dexpr.c573 sqlite3VdbeAddOp2(v, OP_If, dest, addrDone); VdbeCoverage(v); in codeVectorCompare()
4485 sqlite3VdbeAddOp3(v, OP_If, r1, dest, jumpIfNull!=0); in sqlite3ExprIfTrue()

12345678