Home
last modified time | relevance | path

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

12345678

/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h99 #define OP_Clear 98 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h99 #define OP_Clear 98 macro
H A Ddelete.c184 sqliteVdbeAddOp(v, OP_Clear, pTab->tnum, pTab->iDb); in sqliteDeleteFrom()
186 sqliteVdbeAddOp(v, OP_Clear, pIdx->tnum, pIdx->iDb); in sqliteDeleteFrom()
H A Dvdbe.c3648 case OP_Clear: { in sqliteVdbeExec()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Ddelete.c184 sqliteVdbeAddOp(v, OP_Clear, pTab->tnum, pTab->iDb); in sqliteDeleteFrom()
186 sqliteVdbeAddOp(v, OP_Clear, pIdx->tnum, pIdx->iDb); in sqliteDeleteFrom()
H A Dvdbe.c3648 case OP_Clear: { in sqliteVdbeExec()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h104 #define OP_Clear 96 macro
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dsharedlock.test54 # are deleted using the OP_Clear optimization.
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dsharedlock.test54 # are deleted using the OP_Clear optimization.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dsharedlock.test54 # are deleted using the OP_Clear optimization.
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Ddelete.c355 sqlite3VdbeAddOp4(v, OP_Clear, pTab->tnum, iDb, memCnt, in sqlite3DeleteFrom()
359 sqlite3VdbeAddOp2(v, OP_Clear, pIdx->tnum, iDb); in sqlite3DeleteFrom()
H A Danalyze.c87 sqlite3VdbeAddOp2(v, OP_Clear, aRoot[i], iDb); in openStatTable()
H A Dbuild.c2338 sqlite3VdbeAddOp2(v, OP_Clear, tnum, iDb); in sqlite3RefillIndex()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddelete.c372 sqlite3VdbeAddOp4(v, OP_Clear, pTab->tnum, iDb, memCnt, in sqlite3DeleteFrom()
377 sqlite3VdbeAddOp2(v, OP_Clear, pIdx->tnum, iDb); in sqlite3DeleteFrom()
H A Danalyze.c239 sqlite3VdbeAddOp2(v, OP_Clear, aRoot[i], iDb); in openStatTable()
H A Dbuild.c2821 if( memRootPage<0 ) sqlite3VdbeAddOp2(v, OP_Clear, tnum, iDb); in sqlite3RefillIndex()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Ddelete.c425 sqlite3VdbeAddOp4(v, OP_Clear, pTab->tnum, iDb, memCnt ? memCnt : -1, in sqlite3DeleteFrom()
430 sqlite3VdbeAddOp2(v, OP_Clear, pIdx->tnum, iDb); in sqlite3DeleteFrom()
H A Danalyze.c238 sqlite3VdbeAddOp2(v, OP_Clear, (int)aRoot[i], iDb); in openStatTable()
H A Dvdbeaux.c722 if( opcode==OP_Clear ) hasCreateIndex = 1; in sqlite3VdbeAssertMayAbort()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Ddelete.c418 sqlite3VdbeAddOp4(v, OP_Clear, pTab->tnum, iDb, memCnt ? memCnt : -1, in sqlite3DeleteFrom()
423 sqlite3VdbeAddOp2(v, OP_Clear, pIdx->tnum, iDb); in sqlite3DeleteFrom()
H A Danalyze.c233 sqlite3VdbeAddOp2(v, OP_Clear, aRoot[i], iDb); in openStatTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Ddelete.c418 sqlite3VdbeAddOp4(v, OP_Clear, pTab->tnum, iDb, memCnt ? memCnt : -1, in sqlite3DeleteFrom()
423 sqlite3VdbeAddOp2(v, OP_Clear, pIdx->tnum, iDb); in sqlite3DeleteFrom()
H A Danalyze.c238 sqlite3VdbeAddOp2(v, OP_Clear, (int)aRoot[i], iDb); in openStatTable()
/dports/games/residualvm/residualvm-0.3.1/graphics/tinygl/
H A Dapi.cpp503 p[0].op = TinyGL::OP_Clear; in tglClear()
/dports/games/scummvm/scummvm-2.5.1/graphics/tinygl/
H A Dapi.cpp506 p[0].op = TinyGL::OP_Clear; in tglClear()

12345678