Home
last modified time | relevance | path

Searched refs:intToKey (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h26 #define intToKey(X) (sqliteVdbeByteSwap((X) ^ 0x80000000)) macro
H A Dvdbe.c2101 iKey = intToKey(pRec->i); in sqliteVdbeExec()
2566 int iKey = intToKey(pTos->i); in sqliteVdbeExec()
2783 iKey = intToKey(pTos->i); in sqliteVdbeExec()
2883 x = intToKey(v); in sqliteVdbeExec()
2944 iKey = intToKey(pNos->i); in sqliteVdbeExec()