Home
last modified time | relevance | path

Searched refs:OP_NotExists (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h74 #define OP_NotExists 73 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h74 #define OP_NotExists 73 macro
H A Ddelete.c344 addr = sqliteVdbeAddOp(v, OP_NotExists, iCur, 0); in sqliteGenerateRowDelete()
H A Dupdate.c349 sqliteVdbeAddOp(v, OP_NotExists, iCur, loopStart); in sqliteUpdate()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h82 #define OP_NotExists 52 macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dupdate.c377 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, addr, regOldRowid); in sqlite3Update()
460 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, addr, regOldRowid); in sqlite3Update()
488 j1 = sqlite3VdbeAddOp3(v, OP_NotExists, iCur, 0, regOldRowid); in sqlite3Update()
H A Ddelete.c498 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); in sqlite3GenerateRowDelete()
533 sqlite3VdbeAddOp3(v, OP_NotExists, iCur, iLabel, iRowid); in sqlite3GenerateRowDelete()
H A Dvdbeblob.c145 {OP_NotExists, 0, 10, 1}, /* 6: Seek the cursor */ in sqlite3_blob_open()
H A Dinsert.c1245 j3 = sqlite3VdbeAddOp3(v, OP_NotExists, baseCur, 0, regRowid); in sqlite3GenerateConstraintChecks()
1779 addr2 = sqlite3VdbeAddOp3(v, OP_NotExists, iDest, 0, regRowid); in xferOptimization()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Ddelete.c649 opSeek = HasRowid(pTab) ? OP_NotExists : OP_NotFound; in sqlite3GenerateRowDelete()
652 VdbeCoverageIf(v, opSeek==OP_NotExists); in sqlite3GenerateRowDelete()
699 VdbeCoverageIf(v, opSeek==OP_NotExists); in sqlite3GenerateRowDelete()
H A Dupdate.c497 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue, regOldRowid); in sqlite3Update()
590 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue, regOldRowid); in sqlite3Update()
625 addr1 = sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, 0, regOldRowid); in sqlite3Update()
H A Dvdbeblob.c269 {OP_NotExists, 0, 5, 1}, /* 2: Seek the cursor to rowid=r[1] */ in sqlite3_blob_open()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbeblob.c71 assert( v->aOp[v->pc].opcode==OP_NotExists ); in blobSeekToRow()
267 {OP_NotExists, 0, 5, 1}, /* 2: Seek the cursor to rowid=r[1] */ in sqlite3_blob_open()
H A Ddelete.c712 opSeek = HasRowid(pTab) ? OP_NotExists : OP_NotFound; in sqlite3GenerateRowDelete()
715 VdbeCoverageIf(v, opSeek==OP_NotExists); in sqlite3GenerateRowDelete()
763 VdbeCoverageIf(v, opSeek==OP_NotExists); in sqlite3GenerateRowDelete()
H A Dupdate.c829 v, OP_NotExists, iDataCur, labelContinue, regOldRowid in sqlite3Update()
843 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue, regOldRowid); in sqlite3Update()
961 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue,regOldRowid); in sqlite3Update()
1005 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue,regOldRowid); in sqlite3Update()
H A Dinsert.c1968 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, addrRowidOk, regNewData); in sqlite3GenerateConstraintChecks()
2370 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, addrRecheck, regNewData); in sqlite3GenerateConstraintChecks()
2944 addr2 = sqlite3VdbeAddOp3(v, OP_NotExists, iDest, 0, regRowid); in xferOptimization()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbeblob.c71 assert( v->aOp[v->pc].opcode==OP_NotExists ); in blobSeekToRow()
267 {OP_NotExists, 0, 5, 1}, /* 2: Seek the cursor to rowid=r[1] */ in sqlite3_blob_open()
H A Ddelete.c706 opSeek = HasRowid(pTab) ? OP_NotExists : OP_NotFound; in sqlite3GenerateRowDelete()
709 VdbeCoverageIf(v, opSeek==OP_NotExists); in sqlite3GenerateRowDelete()
757 VdbeCoverageIf(v, opSeek==OP_NotExists); in sqlite3GenerateRowDelete()
H A Dupdate.c645 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue, regOldRowid); in sqlite3Update()
751 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue, regOldRowid); in sqlite3Update()
794 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue,regOldRowid); in sqlite3Update()
H A Dinsert.c1833 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, addrRowidOk, regNewData); in sqlite3GenerateConstraintChecks()
2226 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, addrRecheck, regNewData); in sqlite3GenerateConstraintChecks()
2780 addr2 = sqlite3VdbeAddOp3(v, OP_NotExists, iDest, 0, regRowid); in xferOptimization()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbeblob.c71 assert( v->aOp[v->pc].opcode==OP_NotExists ); in blobSeekToRow()
267 {OP_NotExists, 0, 5, 1}, /* 2: Seek the cursor to rowid=r[1] */ in sqlite3_blob_open()
H A Ddelete.c705 opSeek = HasRowid(pTab) ? OP_NotExists : OP_NotFound; in sqlite3GenerateRowDelete()
708 VdbeCoverageIf(v, opSeek==OP_NotExists); in sqlite3GenerateRowDelete()
756 VdbeCoverageIf(v, opSeek==OP_NotExists); in sqlite3GenerateRowDelete()
H A Dupdate.c828 v, OP_NotExists, iDataCur, labelContinue, regOldRowid in sqlite3Update()
842 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue, regOldRowid); in sqlite3Update()
960 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue,regOldRowid); in sqlite3Update()
1004 sqlite3VdbeAddOp3(v, OP_NotExists, iDataCur, labelContinue,regOldRowid); in sqlite3Update()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Ddelete.c344 addr = sqliteVdbeAddOp(v, OP_NotExists, iCur, 0); in sqliteGenerateRowDelete()
H A Dupdate.c349 sqliteVdbeAddOp(v, OP_NotExists, iCur, loopStart); in sqliteUpdate()

123456789