Home
last modified time | relevance | path

Searched refs:P4_INT64 (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h126 #define P4_INT64 (-13) /* P4 is a 64-bit signed integer */ macro
H A Dvdbeaux.c1238 case P4_INT64: in freeP4()
1796 case P4_INT64: { in sqlite3VdbeDisplayP4()
H A Dpragma.c190 sqlite3VdbeAddOp4Dup8(v, OP_Int64, 0, 1, 0, (const u8*)&value, P4_INT64); in returnSingleInt()
H A Dexpr.c2896 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 Dwhere.c6047 (const u8*)&pTabItem->colUsed, P4_INT64); in sqlite3WhereBegin()
6113 (u8*)&colUsed, P4_INT64); in sqlite3WhereBegin()