Home
last modified time | relevance | path

Searched refs:OP_Copy (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/databases/sqlite3/sqlite-src-3350500/test/
H A DselectF.test12 # This file verifies that an OP_Copy operation is used instead of OP_SCopy
H A DwhereG.test172 # where an OP_Copy was needed.
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A DselectF.test12 # This file verifies that an OP_Copy operation is used instead of OP_SCopy
H A DwhereG.test172 # where an OP_Copy was needed.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A DselectF.test12 # This file verifies that an OP_Copy operation is used instead of OP_SCopy
H A DwhereG.test172 # where an OP_Copy was needed.
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h18 #define OP_Copy 14 macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwindow.c1751 sqlite3VdbeAddOp2(v, OP_Copy, pWin->regAccum, pWin->regResult); in windowAggFinal()
2024 sqlite3VdbeAddOp3(v, OP_Copy, regNew, regOld, nVal-1); in windowIfNewPeer()
2868 sqlite3VdbeAddOp3(v, OP_Copy, regNewPart, pMWin->regPart, nPart-1); in sqlite3WindowCodeStep()
2916 sqlite3VdbeAddOp3(v, OP_Copy, regNewPeer, regPeer, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
2917 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.start.reg, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
2918 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.current.reg, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
2919 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.end.reg, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
H A Dinsert.c416 /* 7 */ {OP_Copy, 0, 0, 0}, in sqlite3AutoincrementBegin()
1046 sqlite3VdbeAddOp2(v, OP_Copy, regFromSelect+ipkColumn, regRowid); in sqlite3Insert()
1155 sqlite3VdbeAddOp3(v, OP_Copy, regRowid+1, regCols+1, pTab->nNVCol-1); in sqlite3Insert()
H A Ddelete.c737 sqlite3VdbeAddOp2(v, OP_Copy, iPk, iOld); in sqlite3GenerateRowDelete()
H A Dexpr.c3290 sqlite3VdbeAddOp3(v, OP_Copy, rLhsOrig+i, rLhs+aiMap[i], 0); in sqlite3ExprCodeIN()
3703 if( sqlite3VdbeGetOp(v, -1)->opcode==OP_Copy ){ in setDoNotMergeFlagOnCopy()
4679 op = OP_Copy; in sqlite3ExprCode()
4742 u8 copyOp = (flags & SQLITE_ECEL_DUP) ? OP_Copy : OP_SCopy; in sqlite3ExprCodeExprList()
4772 if( copyOp==OP_Copy in sqlite3ExprCodeExprList()
4773 && (pOp=sqlite3VdbeGetOp(v, -1))->opcode==OP_Copy in sqlite3ExprCodeExprList()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwindow.c1708 sqlite3VdbeAddOp2(v, OP_Copy, pWin->regAccum, pWin->regResult); in windowAggFinal()
1980 sqlite3VdbeAddOp3(v, OP_Copy, regNew, regOld, nVal-1); in windowIfNewPeer()
2817 sqlite3VdbeAddOp3(v, OP_Copy, regNewPart, pMWin->regPart, nPart-1); in sqlite3WindowCodeStep()
2865 sqlite3VdbeAddOp3(v, OP_Copy, regNewPeer, regPeer, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
2866 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.start.reg, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
2867 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.current.reg, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
2868 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.end.reg, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
H A Dinsert.c413 /* 7 */ {OP_Copy, 0, 0, 0}, in sqlite3AutoincrementBegin()
1030 sqlite3VdbeAddOp2(v, OP_Copy, regFromSelect+ipkColumn, regRowid); in sqlite3Insert()
1144 sqlite3VdbeAddOp3(v, OP_Copy, regRowid+1, regCols+1, pTab->nNVCol-1); in sqlite3Insert()
H A Ddelete.c731 sqlite3VdbeAddOp2(v, OP_Copy, iPk, iOld); in sqlite3GenerateRowDelete()
H A Dexpr.c3226 sqlite3VdbeAddOp3(v, OP_Copy, rLhsOrig+i, rLhs+aiMap[i], 0); in sqlite3ExprCodeIN()
3672 if( sqlite3VdbeGetOp(v, -1)->opcode==OP_Copy ){ in exprCodeInlineFunction()
4569 op = OP_Copy; in sqlite3ExprCode()
4632 u8 copyOp = (flags & SQLITE_ECEL_DUP) ? OP_Copy : OP_SCopy; in sqlite3ExprCodeExprList()
4662 if( copyOp==OP_Copy in sqlite3ExprCodeExprList()
4663 && (pOp=sqlite3VdbeGetOp(v, -1))->opcode==OP_Copy in sqlite3ExprCodeExprList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwindow.c1746 sqlite3VdbeAddOp2(v, OP_Copy, pWin->regAccum, pWin->regResult); in windowAggFinal()
2019 sqlite3VdbeAddOp3(v, OP_Copy, regNew, regOld, nVal-1); in windowIfNewPeer()
2860 sqlite3VdbeAddOp3(v, OP_Copy, regNewPart, pMWin->regPart, nPart-1); in sqlite3WindowCodeStep()
2908 sqlite3VdbeAddOp3(v, OP_Copy, regNewPeer, regPeer, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
2909 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.start.reg, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
2910 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.current.reg, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
2911 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.end.reg, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
H A Dinsert.c414 /* 7 */ {OP_Copy, 0, 0, 0}, in sqlite3AutoincrementBegin()
1031 sqlite3VdbeAddOp2(v, OP_Copy, regFromSelect+ipkColumn, regRowid); in sqlite3Insert()
1145 sqlite3VdbeAddOp3(v, OP_Copy, regRowid+1, regCols+1, pTab->nNVCol-1); in sqlite3Insert()
H A Ddelete.c730 sqlite3VdbeAddOp2(v, OP_Copy, iPk, iOld); in sqlite3GenerateRowDelete()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Ddelete.c517 sqlite3VdbeAddOp2(v, OP_Copy, iRowid, iOld); in sqlite3GenerateRowDelete()
H A Dupdate.c404 sqlite3VdbeAddOp2(v, OP_Copy, regOldRowid, regNewRowid); in sqlite3Update()
H A Danalyze.c208 sqlite3VdbeAddOp2(v, OP_Copy, regFirst, regSamplerecno); in analyzeOneTable()
H A Dexpr.c2226 sqlite3VdbeAddOp2(pParse->pVdbe, OP_Copy, iFrom+i, iTo+i); in sqlite3ExprCodeCopy()
2888 sqlite3VdbeAddOp2(pParse->pVdbe, OP_Copy, pExpr->iTable, target); in sqlite3ExprCode()
2925 sqlite3VdbeAddOp2(v, OP_Copy, inReg, iMem); in sqlite3ExprCodeAndCache()
3086 sqlite3VdbeAddOp2(pParse->pVdbe, doHardCopy ? OP_Copy : OP_SCopy, in sqlite3ExprCodeExprList()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dexpr.c2870 sqlite3VdbeAddOp3(v, OP_Copy, rLhsOrig+i, rLhs+aiMap[i], 0); in sqlite3ExprCodeIN()
4172 sqlite3VdbeAddOp2(pParse->pVdbe, OP_Copy, pExpr->iTable, target); in sqlite3ExprCode()
4228 sqlite3VdbeAddOp2(v, OP_Copy, target, iMem); in sqlite3ExprCodeAndCache()
4257 u8 copyOp = (flags & SQLITE_ECEL_DUP) ? OP_Copy : OP_SCopy; in sqlite3ExprCodeExprList()
4279 if( copyOp==OP_Copy in sqlite3ExprCodeExprList()
4280 && (pOp=sqlite3VdbeGetOp(v, -1))->opcode==OP_Copy in sqlite3ExprCodeExprList()
H A Ddelete.c674 sqlite3VdbeAddOp2(v, OP_Copy, iPk, iOld); in sqlite3GenerateRowDelete()
H A Dupdate.c530 sqlite3VdbeAddOp2(v, OP_Copy, regOldRowid, regNewRowid); in sqlite3Update()

123456789