Home
last modified time | relevance | path

Searched refs:OP_SCopy (Results 1 – 25 of 201) 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.test171 # Incorrect result in a nested GROUP BY/DISTINCT due to the use of an OP_SCopy
/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.test171 # Incorrect result in a nested GROUP BY/DISTINCT due to the use of an OP_SCopy
/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.test171 # Incorrect result in a nested GROUP BY/DISTINCT due to the use of an OP_SCopy
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h19 #define OP_SCopy 15 macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dinsert.c890 sqlite3VdbeAddOp2(v, OP_SCopy, regFromSelect+keyColumn, regRowid); in sqlite3Insert()
958 sqlite3VdbeAddOp2(v, OP_SCopy, regFromSelect+j, iRegStore); in sqlite3Insert()
1324 sqlite3VdbeAddOp2(v, OP_SCopy, regRowid, regIdx+i); in sqlite3GenerateConstraintChecks()
1326 sqlite3VdbeAddOp2(v, OP_SCopy, regData+idx, regIdx+i); in sqlite3GenerateConstraintChecks()
1329 sqlite3VdbeAddOp2(v, OP_SCopy, regRowid, regIdx+i); in sqlite3GenerateConstraintChecks()
1352 sqlite3VdbeAddOp2(v, OP_SCopy, regOldRowid, regR); in sqlite3GenerateConstraintChecks()
H A Ddelete.c631 sqlite3VdbeAddOp2(v, OP_SCopy, regBase+nCol, regBase+j); in sqlite3GenerateIndexKey()
H A Danalyze.c327 sqlite3VdbeAddOp2(v, OP_SCopy, iMem, regSampleno); in analyzeOneTable()
H A Dfkey.c357 sqlite3VdbeAddOp2(v, OP_SCopy, aiCol[0]+1+regData, regTemp); in fkLookupParent()
H A Dexpr.c2379 sqlite3VdbeAddOp2(v, OP_SCopy, inReg, target); in sqlite3ExprCodeTarget()
2893 sqlite3VdbeAddOp2(pParse->pVdbe, OP_SCopy, inReg, target); in sqlite3ExprCode()
3086 sqlite3VdbeAddOp2(pParse->pVdbe, doHardCopy ? OP_Copy : OP_SCopy, in sqlite3ExprCodeExprList()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dinsert.c979 sqlite3VdbeAddOp2(v, OP_SCopy, regFromSelect+j, iRegStore); in sqlite3Insert()
1525 sqlite3VdbeAddOp2(v, iField<0 ? OP_IntCopy : OP_SCopy, x, regIdx+i); in sqlite3GenerateConstraintChecks()
H A Dfkey.c362 sqlite3VdbeAddOp2(v, OP_SCopy, aiCol[0]+1+regData, regTemp); in fkLookupParent()
H A Dexpr.c3327 if( r1!=iReg ) sqlite3VdbeAddOp2(pParse->pVdbe, OP_SCopy, r1, iReg); in sqlite3ExprCodeGetColumnToReg()
3557 sqlite3VdbeAddOp2(v, OP_SCopy, inReg, target); in sqlite3ExprCodeTarget()
4177 sqlite3VdbeAddOp2(pParse->pVdbe, OP_SCopy, inReg, target); in sqlite3ExprCode()
4257 u8 copyOp = (flags & SQLITE_ECEL_DUP) ? OP_Copy : OP_SCopy; in sqlite3ExprCodeExprList()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dupdate.c1015 sqlite3VdbeAddOp2(v, OP_SCopy, regArg+2+iPk, regArg+1); in updateVirtualTable()
H A Dexpr.c3814 sqlite3VdbeAddOp2(v, OP_SCopy, iReg, target); in sqlite3ExprCodeTarget()
3859 sqlite3VdbeAddOp2(v, OP_SCopy, iSrc, target); in sqlite3ExprCodeTarget()
3945 sqlite3VdbeAddOp2(v, OP_SCopy, inReg, target); in sqlite3ExprCodeTarget()
4571 op = OP_SCopy; in sqlite3ExprCode()
4632 u8 copyOp = (flags & SQLITE_ECEL_DUP) ? OP_Copy : OP_SCopy; in sqlite3ExprCodeExprList()
H A Dfkey.c368 sqlite3VdbeAddOp2(v, OP_SCopy, in fkLookupParent()
H A Dinsert.c1100 sqlite3VdbeAddOp2(v, OP_SCopy, regFromSelect+k, iRegStore); in sqlite3Insert()
1975 sqlite3VdbeAddOp2(v, OP_SCopy, x, regIdx+i); in sqlite3GenerateConstraintChecks()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dfkey.c368 sqlite3VdbeAddOp2(v, OP_SCopy, in fkLookupParent()
H A Dinsert.c1116 sqlite3VdbeAddOp2(v, OP_SCopy, regFromSelect+k, iRegStore); in sqlite3Insert()
2114 sqlite3VdbeAddOp2(v, OP_SCopy, x, regIdx+i); in sqlite3GenerateConstraintChecks()
H A Dupdate.c1262 sqlite3VdbeAddOp2(v, OP_SCopy, regArg+2+iPk, regArg+1); in updateVirtualTable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dfkey.c368 sqlite3VdbeAddOp2(v, OP_SCopy, in fkLookupParent()
H A Dinsert.c1101 sqlite3VdbeAddOp2(v, OP_SCopy, regFromSelect+k, iRegStore); in sqlite3Insert()
1980 sqlite3VdbeAddOp2(v, OP_SCopy, x, regIdx+i); in sqlite3GenerateConstraintChecks()
H A Dupdate.c1261 sqlite3VdbeAddOp2(v, OP_SCopy, regArg+2+iPk, regArg+1); in updateVirtualTable()

123456789