Home
last modified time | relevance | path

Searched refs:OP_Prev (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h89 #define OP_Prev 88 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h89 #define OP_Prev 88 macro
H A Dwhere.c848 pLevel->op = OP_Prev; in sqliteWhereBegin()
1131 pLevel->op = pLevel->bRev ? OP_Prev : OP_Next; in sqliteWhereBegin()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h96 #define OP_Prev 66 macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dmkopcodeh.tcl142 OP_Prev
/dports/databases/sqlite3/sqlite-src-3350500/tool/
H A Dmkopcodeh.tcl162 OP_Prev
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/tool/
H A Dmkopcodeh.tcl162 OP_Prev
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/tool/
H A Dmkopcodeh.tcl162 OP_Prev
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwherecode.c595 pIn->eEndLoopOp = bRev ? OP_Prev : OP_Next; in codeEqualityTerm()
1570 pLevel->op = bRev ? OP_Prev : OP_Next; in sqlite3WhereCodeOneLoopStart()
1973 pLevel->op = OP_Prev; in sqlite3WhereCodeOneLoopStart()
2289 static const u8 aStep[] = { OP_Next, OP_Prev }; in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c5243 op = pLevel->op==OP_Prev ? OP_SeekLT : OP_SeekGT; in sqlite3WhereEnd()
5256 VdbeCoverageIf(v, pLevel->op==OP_Prev); in sqlite3WhereEnd()
5301 VdbeCoverageIf(v, pIn->eEndLoopOp==OP_Prev); in sqlite3WhereEnd()
H A Dvdbe.c5521 case OP_Prev: /* jump */ in sqlite3VdbeExec()
5530 assert( pOp->opcode!=OP_Prev || pOp->p4.xAdvance==sqlite3BtreePrevious ); in sqlite3VdbeExec()
5539 assert( pOp->opcode!=OP_Prev in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwherecode.c598 pIn->eEndLoopOp = bRev ? OP_Prev : OP_Next; in codeEqualityTerm()
1585 pLevel->op = bRev ? OP_Prev : OP_Next; in sqlite3WhereCodeOneLoopStart()
2000 pLevel->op = OP_Prev; in sqlite3WhereCodeOneLoopStart()
2317 static const u8 aStep[] = { OP_Next, OP_Prev }; in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c5379 op = pLevel->op==OP_Prev ? OP_SeekLT : OP_SeekGT; in sqlite3WhereEnd()
5392 VdbeCoverageIf(v, pLevel->op==OP_Prev); in sqlite3WhereEnd()
5438 VdbeCoverageIf(v, pIn->eEndLoopOp==OP_Prev); in sqlite3WhereEnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwherecode.c598 pIn->eEndLoopOp = bRev ? OP_Prev : OP_Next; in codeEqualityTerm()
1585 pLevel->op = bRev ? OP_Prev : OP_Next; in sqlite3WhereCodeOneLoopStart()
1994 pLevel->op = OP_Prev; in sqlite3WhereCodeOneLoopStart()
2311 static const u8 aStep[] = { OP_Next, OP_Prev }; in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c5359 op = pLevel->op==OP_Prev ? OP_SeekLT : OP_SeekGT; in sqlite3WhereEnd()
5372 VdbeCoverageIf(v, pLevel->op==OP_Prev); in sqlite3WhereEnd()
5418 VdbeCoverageIf(v, pIn->eEndLoopOp==OP_Prev); in sqlite3WhereEnd()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dwhere.c848 pLevel->op = OP_Prev; in sqliteWhereBegin()
1131 pLevel->op = pLevel->bRev ? OP_Prev : OP_Next; in sqliteWhereBegin()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwherecode.c1386 pLevel->op = bRev ? OP_Prev : OP_Next; in sqlite3WhereCodeOneLoopStart()
1698 pLevel->op = OP_Prev; in sqlite3WhereCodeOneLoopStart()
2003 static const u8 aStep[] = { OP_Next, OP_Prev }; in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c5012 case OP_Prev: /* jump */ in sqlite3VdbeExec()
5021 assert( pOp->opcode!=OP_Prev || pOp->p4.xAdvance==sqlite3BtreePrevious ); in sqlite3VdbeExec()
5030 assert( pOp->opcode!=OP_Prev || pOp->opcode!=OP_PrevIfOpen in sqlite3VdbeExec()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dcorrupt2.test404 # The corruption is detected as part of an OP_Prev opcode.
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dcorrupt2.test410 # The corruption is detected as part of an OP_Prev opcode.
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dcorrupt2.test410 # The corruption is detected as part of an OP_Prev opcode.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dcorrupt2.test410 # The corruption is detected as part of an OP_Prev opcode.
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dwhere.c3770 pLevel->op = bRev ? OP_Prev : OP_Next; in codeOneLoopStart()
4018 pLevel->op = OP_Prev; in codeOneLoopStart()
4172 static const u8 aStep[] = { OP_Next, OP_Prev }; in codeOneLoopStart()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c5188 op = pLevel->op==OP_Prev ? OP_SeekLT : OP_SeekGT; in sqlite3WhereEnd()
5201 VdbeCoverageIf(v, pLevel->op==OP_Prev); in sqlite3WhereEnd()
5225 VdbeCoverageIf(v, pIn->eEndLoopOp==OP_Prev); in sqlite3WhereEnd()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c5188 op = pLevel->op==OP_Prev ? OP_SeekLT : OP_SeekGT; in sqlite3WhereEnd()
5201 VdbeCoverageIf(v, pLevel->op==OP_Prev); in sqlite3WhereEnd()
5225 VdbeCoverageIf(v, pIn->eEndLoopOp==OP_Prev); in sqlite3WhereEnd()

12345678