Searched refs:sqlite3VdbeAddOp4Dup8 (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 188 int sqlite3VdbeAddOp4Dup8(Vdbe*,int,int,int,int,const u8*,int);
|
| H A D | expr.c | 2895 sqlite3VdbeAddOp4Dup8(v, OP_ColumnsUsed, in sqlite3FindInIndex() 3679 sqlite3VdbeAddOp4Dup8(v, OP_Real, 0, iMem, 0, (u8*)&value, P4_REAL); in codeReal() 3720 sqlite3VdbeAddOp4Dup8(v, OP_Int64, 0, iMem, 0, (u8*)&value, P4_INT64); in codeInteger()
|
| H A D | pragma.c | 190 sqlite3VdbeAddOp4Dup8(v, OP_Int64, 0, 1, 0, (const u8*)&value, P4_INT64); in returnSingleInt()
|
| H A D | where.c | 6046 sqlite3VdbeAddOp4Dup8(v, OP_ColumnsUsed, pTabItem->iCursor, 0, 0, in sqlite3WhereBegin() 6112 sqlite3VdbeAddOp4Dup8(v, OP_ColumnsUsed, iIndexCur, 0, 0, in sqlite3WhereBegin()
|
| H A D | vdbeaux.c | 399 int sqlite3VdbeAddOp4Dup8( in sqlite3VdbeAddOp4Dup8() function
|