Home
last modified time | relevance | path

Searched refs:OP_Destroy (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h98 #define OP_Destroy 97 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h98 #define OP_Destroy 97 macro
H A Dbuild.c1278 sqliteVdbeAddOp(v, OP_Destroy, pTable->tnum, pTable->iDb); in sqliteDropTable()
1280 sqliteVdbeAddOp(v, OP_Destroy, pIdx->tnum, pIdx->iDb); in sqliteDropTable()
1819 sqliteVdbeAddOp(v, OP_Destroy, pIndex->tnum, pIndex->iDb); in sqliteDropIndex()
H A Dvdbe.c3631 case OP_Destroy: { in sqliteVdbeExec()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h103 #define OP_Destroy 95 macro
H A Dsqlite3.c8136 #define OP_Destroy 95 macro
48540 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename
57960 case OP_Destroy: { /* out2-prerelease */
69815 sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb);
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dbuild.c1278 sqliteVdbeAddOp(v, OP_Destroy, pTable->tnum, pTable->iDb); in sqliteDropTable()
1280 sqliteVdbeAddOp(v, OP_Destroy, pIdx->tnum, pIdx->iDb); in sqliteDropTable()
1819 sqliteVdbeAddOp(v, OP_Destroy, pIndex->tnum, pIndex->iDb); in sqliteDropIndex()
H A Dvdbe.c3631 case OP_Destroy: { in sqliteVdbeExec()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbeaux.c370 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename in sqlite3VdbeAssertMayAbort()
H A Dbuild.c1907 sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb); in destroyRootPage()
H A Dvdbe.c4527 case OP_Destroy: { /* out2-prerelease */ in sqlite3VdbeExec()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbuild.c2335 sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb); in destroyRootPage()
H A Dvdbeaux.c514 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename in sqlite3VdbeAssertMayAbort()
H A Dvdbe.c5358 case OP_Destroy: { /* out2 */ in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbeaux.c705 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename in sqlite3VdbeAssertMayAbort()
H A Dbuild.c2961 sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb); in destroyRootPage()
H A Dvdbe.c6166 case OP_Destroy: { /* out2 */ in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbeaux.c703 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename in sqlite3VdbeAssertMayAbort()
H A Dbuild.c2754 sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb); in destroyRootPage()
H A Dvdbe.c5894 case OP_Destroy: { /* out2 */ in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbuild.c2855 sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb); in destroyRootPage()
H A Dvdbeaux.c704 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename in sqlite3VdbeAssertMayAbort()
H A Dvdbe.c6139 case OP_Destroy: { /* out2 */ in sqlite3VdbeExec()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c7333 #define OP_Destroy 92 macro
47526 if( opcode==OP_Destroy || opcode==OP_VUpdate || opcode==OP_VRename
56635 case OP_Destroy: { /* out2-prerelease */
68123 vtk_sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c7076 #define OP_Destroy 112 macro
45732 }else if( opcode==OP_Destroy ){
53799 case OP_Destroy: { /* out2-prerelease */
64246 sqlite3VdbeAddOp3(v, OP_Destroy, iTable, r1, iDb);

12345678