Searched refs:OP_Int64 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 8339 #define OP_Int64 8 macro 64412 case OP_Int64: { /* out2-prerelease */ 74984 sqlite3VdbeAddOp4(v, OP_Int64, 0, iMem, 0, zV, P4_INT64); 90113 sqlite3VdbeAddOp4(v, OP_Int64, 0, mem, 0, (char*)pI64, P4_INT64);
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 15361 #define OP_Int64 70 /* synopsis: r[P2]=P4 */ macro 86264 case OP_Int64: { /* out2 */ 102953 sqlite3VdbeAddOp4Dup8(v, OP_Int64, 0, iMem, 0, (u8*)&value, P4_INT64); 125529 sqlite3VdbeAddOp4Dup8(v, OP_Int64, 0, 1, 0, (const u8*)&value, P4_INT64);
|