Searched refs:OP_Dup (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | insert.c | 391 sqliteVdbeAddOp(v, OP_Dup, nColumn-j-1, 1); in sqliteInsert() 464 sqliteVdbeAddOp(v, OP_Dup, i+nColumn-j, 1); in sqliteInsert() 666 sqliteVdbeAddOp(v, OP_Dup, nCol-1-i, 1); in sqliteGenerateConstraintChecks() 713 sqliteVdbeAddOp(v, OP_Dup, nCol+1, 1); in sqliteGenerateConstraintChecks() 714 sqliteVdbeAddOp(v, OP_Dup, nCol+1, 1); in sqliteGenerateConstraintChecks() 717 sqliteVdbeAddOp(v, OP_Dup, nCol, 1); in sqliteGenerateConstraintChecks() 751 sqliteVdbeAddOp(v, OP_Dup, nCol+1, 1); in sqliteGenerateConstraintChecks() 766 sqliteVdbeAddOp(v, OP_Dup, nCol+extra, 1); in sqliteGenerateConstraintChecks() 770 sqliteVdbeAddOp(v, OP_Dup, i+extra+nCol+1, 1); in sqliteGenerateConstraintChecks() 887 sqliteVdbeAddOp(v, OP_Dup, 1, 0); in sqliteCompleteInsertion() [all …]
|
H A D | opcodes.h | 10 #define OP_Dup 9 macro
|
H A D | update.c | 259 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteUpdate() 264 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteUpdate() 347 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteUpdate()
|
H A D | pragma.c | 201 { OP_Dup, 0, 0, 0}, in sqlitePragma() 284 { OP_Dup, 0, 0, 0}, in sqlitePragma() 304 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqlitePragma() 588 { OP_Dup, 0, 1, 0}, in sqlitePragma()
|
H A D | delete.c | 229 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteDeleteFrom() 384 sqliteVdbeAddOp(v, OP_Dup, j, 0); in sqliteGenerateRowIndexDelete()
|
H A D | expr.c | 1185 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteExprCode() 1217 sqliteVdbeAddOp(v, OP_Dup, 1, 1); in sqliteExprCode() 1369 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteExprIfTrue() 1470 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteExprIfFalse()
|
H A D | build.c | 542 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteStartTable() 940 sqliteVdbeAddOp(v, OP_Dup, 4, 0); in sqliteEndTable() 1701 OP_Dup, 0, 0, in sqliteCreateIndex() 1722 sqliteVdbeAddOp(v, OP_Dup, i, 0); in sqliteCreateIndex()
|
H A D | where.c | 837 sqliteVdbeAddOp(v, OP_Dup, 0, 0); in sqliteWhereBegin() 985 sqliteVdbeAddOp(v, OP_Dup, nEqColumn-1, 0); in sqliteWhereBegin()
|
H A D | vdbe.c | 759 case OP_Dup: { in sqliteVdbeExec()
|
Completed in 36 milliseconds