Searched refs:P4_INT64 (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | vdbe.h | 126 #define P4_INT64 (-13) /* P4 is a 64-bit signed integer */ macro
|
| H A D | vdbeaux.c | 1238 case P4_INT64: in freeP4() 1796 case P4_INT64: { in sqlite3VdbeDisplayP4()
|
| H A D | pragma.c | 190 sqlite3VdbeAddOp4Dup8(v, OP_Int64, 0, 1, 0, (const u8*)&value, P4_INT64); in returnSingleInt()
|
| H A D | expr.c | 2896 iTab, 0, 0, (u8*)&mask, P4_INT64); in sqlite3FindInIndex() 3720 sqlite3VdbeAddOp4Dup8(v, OP_Int64, 0, iMem, 0, (u8*)&value, P4_INT64); in codeInteger()
|
| H A D | where.c | 6047 (const u8*)&pTabItem->colUsed, P4_INT64); in sqlite3WhereBegin() 6113 (u8*)&colUsed, P4_INT64); in sqlite3WhereBegin()
|