Home
last modified time | relevance | path

Searched refs:OP_Rowid (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h91 #define OP_Rowid 61 macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dupdate.c746 sqlite3VdbeAddOp2(v, OP_Rowid, iDataCur, regOldRowid); in sqlite3Update()
827 sqlite3VdbeAddOp2(v, OP_Rowid, iEph, regOldRowid); in sqlite3Update()
841 addrTop = sqlite3VdbeAddOp2(v, OP_Rowid, iEph, regOldRowid); in sqlite3Update()
1248 sqlite3VdbeAddOp2(v, OP_Rowid, iCsr, regArg); in updateVirtualTable()
1252 sqlite3VdbeAddOp2(v, OP_Rowid, iCsr, regArg+1); in updateVirtualTable()
H A Dwherecode.c590 pIn->addrInTop = sqlite3VdbeAddOp2(v, OP_Rowid, iTab, iOut); in codeEqualityTerm()
1432 assert( pOp->opcode==OP_Column || pOp->opcode==OP_Rowid ); in sqlite3WhereCodeOneLoopStart()
1434 assert( pOp->opcode!=OP_Rowid || pOp->p2==iReg+j+2 ); in sqlite3WhereCodeOneLoopStart()
1435 testcase( pOp->opcode==OP_Rowid ); in sqlite3WhereCodeOneLoopStart()
1591 sqlite3VdbeAddOp2(v, OP_Rowid, iCur, iRowidReg); in sqlite3WhereCodeOneLoopStart()
H A Dwindow.c1800 sqlite3VdbeAddOp2(v, OP_Rowid, pMWin->iEphCsr, regCRowid); in windowFullScan()
1810 sqlite3VdbeAddOp2(v, OP_Rowid, csr, regRowid); in windowFullScan()
1920 sqlite3VdbeAddOp2(v, OP_Rowid, iEph, tmpReg); in windowReturnOneRow()
2244 sqlite3VdbeAddOp2(v, OP_Rowid, p->start.csr, regRowid1); in windowCodeOp()
2245 sqlite3VdbeAddOp2(v, OP_Rowid, p->end.csr, regRowid2); in windowCodeOp()
H A Dinsert.c413 /* 4 */ {OP_Rowid, 0, 0, 0}, in sqlite3AutoincrementBegin()
2941 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid); in xferOptimization()
2953 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid); in xferOptimization()
H A Dwhere.c631 }else if( pOp->opcode==OP_Rowid ){ in translateColumnToCopy()
5563 assert( pOp->opcode!=OP_Rowid || pOp->p1!=pLevel->iTabCur ); in sqlite3WhereEnd()
5595 }else if( pOp->opcode==OP_Rowid ){ in sqlite3WhereEnd()
H A Dalter.c1935 sqlite3VdbeAddOp2(v, OP_Rowid, iCur, reg); in sqlite3AlterDropColumn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dupdate.c745 sqlite3VdbeAddOp2(v, OP_Rowid, iDataCur, regOldRowid); in sqlite3Update()
826 sqlite3VdbeAddOp2(v, OP_Rowid, iEph, regOldRowid); in sqlite3Update()
840 addrTop = sqlite3VdbeAddOp2(v, OP_Rowid, iEph, regOldRowid); in sqlite3Update()
1247 sqlite3VdbeAddOp2(v, OP_Rowid, iCsr, regArg); in updateVirtualTable()
1251 sqlite3VdbeAddOp2(v, OP_Rowid, iCsr, regArg+1); in updateVirtualTable()
H A Dwherecode.c590 pIn->addrInTop = sqlite3VdbeAddOp2(v, OP_Rowid, iTab, iOut); in codeEqualityTerm()
1432 assert( pOp->opcode==OP_Column || pOp->opcode==OP_Rowid ); in sqlite3WhereCodeOneLoopStart()
1434 assert( pOp->opcode!=OP_Rowid || pOp->p2==iReg+j+2 ); in sqlite3WhereCodeOneLoopStart()
1435 testcase( pOp->opcode==OP_Rowid ); in sqlite3WhereCodeOneLoopStart()
1591 sqlite3VdbeAddOp2(v, OP_Rowid, iCur, iRowidReg); in sqlite3WhereCodeOneLoopStart()
H A Dwindow.c1795 sqlite3VdbeAddOp2(v, OP_Rowid, pMWin->iEphCsr, regCRowid); in windowFullScan()
1805 sqlite3VdbeAddOp2(v, OP_Rowid, csr, regRowid); in windowFullScan()
1915 sqlite3VdbeAddOp2(v, OP_Rowid, iEph, tmpReg); in windowReturnOneRow()
2236 sqlite3VdbeAddOp2(v, OP_Rowid, p->start.csr, regRowid1); in windowCodeOp()
2237 sqlite3VdbeAddOp2(v, OP_Rowid, p->end.csr, regRowid2); in windowCodeOp()
H A Dinsert.c411 /* 4 */ {OP_Rowid, 0, 0, 0}, in sqlite3AutoincrementBegin()
2785 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid); in xferOptimization()
2795 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid); in xferOptimization()
H A Dwhere.c611 }else if( pOp->opcode==OP_Rowid ){ in translateColumnToCopy()
5543 assert( pOp->opcode!=OP_Rowid || pOp->p1!=pLevel->iTabCur ); in sqlite3WhereEnd()
5575 }else if( pOp->opcode==OP_Rowid ){ in sqlite3WhereEnd()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dupdate.c425 sqlite3VdbeAddOp2(v, OP_Rowid, iDataCur, regOldRowid); in sqlite3Update()
806 sqlite3VdbeAddOp2(v, OP_Rowid, iCsr, regArg); in updateVirtualTable()
810 sqlite3VdbeAddOp2(v, OP_Rowid, iCsr, regArg+1); in updateVirtualTable()
H A Dwherecode.c534 pIn->addrInTop = sqlite3VdbeAddOp2(v, OP_Rowid, iTab, iOut); in codeEqualityTerm()
1240 assert( pOp->opcode==OP_Column || pOp->opcode==OP_Rowid ); in sqlite3WhereCodeOneLoopStart()
1242 assert( pOp->opcode!=OP_Rowid || pOp->p2==iReg+j+2 ); in sqlite3WhereCodeOneLoopStart()
1243 testcase( pOp->opcode==OP_Rowid ); in sqlite3WhereCodeOneLoopStart()
1392 sqlite3VdbeAddOp2(v, OP_Rowid, iCur, iRowidReg); in sqlite3WhereCodeOneLoopStart()
H A Dinsert.c276 /* 4 */ {OP_Rowid, 0, 0, 0}, in sqlite3AutoincrementBegin()
2169 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid); in xferOptimization()
2178 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid); in xferOptimization()
H A Dpragma.c1416 sqlite3VdbeAddOp2(v, OP_Rowid, 0, regResult+1); in sqlite3Pragma()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dupdate.c572 sqlite3VdbeAddOp2(v, OP_Rowid, iDataCur, regOldRowid); in sqlite3Update()
1001 sqlite3VdbeAddOp2(v, OP_Rowid, iCsr, regArg); in updateVirtualTable()
1005 sqlite3VdbeAddOp2(v, OP_Rowid, iCsr, regArg+1); in updateVirtualTable()
H A Dwherecode.c587 pIn->addrInTop = sqlite3VdbeAddOp2(v, OP_Rowid, iTab, iOut); in codeEqualityTerm()
1419 assert( pOp->opcode==OP_Column || pOp->opcode==OP_Rowid ); in sqlite3WhereCodeOneLoopStart()
1421 assert( pOp->opcode!=OP_Rowid || pOp->p2==iReg+j+2 ); in sqlite3WhereCodeOneLoopStart()
1422 testcase( pOp->opcode==OP_Rowid ); in sqlite3WhereCodeOneLoopStart()
1576 sqlite3VdbeAddOp2(v, OP_Rowid, iCur, iRowidReg); in sqlite3WhereCodeOneLoopStart()
H A Dwindow.c1757 sqlite3VdbeAddOp2(v, OP_Rowid, pMWin->iEphCsr, regCRowid); in windowFullScan()
1767 sqlite3VdbeAddOp2(v, OP_Rowid, csr, regRowid); in windowFullScan()
1877 sqlite3VdbeAddOp2(v, OP_Rowid, iEph, tmpReg); in windowReturnOneRow()
2197 sqlite3VdbeAddOp2(v, OP_Rowid, p->start.csr, regRowid1); in windowCodeOp()
2198 sqlite3VdbeAddOp2(v, OP_Rowid, p->end.csr, regRowid2); in windowCodeOp()
H A Dinsert.c410 /* 4 */ {OP_Rowid, 0, 0, 0}, in sqlite3AutoincrementBegin()
2778 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid); in xferOptimization()
2788 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid); in xferOptimization()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dinsert.c248 sqlite3VdbeAddOp2(v, OP_Rowid, 0, memId+1); in sqlite3AutoincrementBegin()
302 sqlite3VdbeAddOp2(v, OP_Rowid, 0, memId+1); in sqlite3AutoincrementEnd()
1778 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid); in xferOptimization()
1787 addr1 = sqlite3VdbeAddOp2(v, OP_Rowid, iSrc, regRowid); in xferOptimization()
H A Ddelete.c627 sqlite3VdbeAddOp2(v, OP_Rowid, iCur, regBase+nCol); in sqlite3GenerateIndexKey()
H A Dupdate.c319 sqlite3VdbeAddOp2(v, OP_Rowid, iCur, regOldRowid); in sqlite3Update()
H A Dpragma.c1171 { OP_Rowid, 1, 4, 0}, in sqlite3Pragma()
H A Dwhere.c3304 pIn->addrInTop = sqlite3VdbeAddOp2(v, OP_Rowid, iTab, iReg); in codeEqualityTerm()
3780 sqlite3VdbeAddOp2(v, OP_Rowid, iCur, iRowidReg); in codeOneLoopStart()
4972 }else if( pOp->opcode==OP_Rowid ){ in sqlite3WhereEnd()

12345678