Home
last modified time | relevance | path

Searched refs:keyToInt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h25 #define keyToInt(X) (sqliteVdbeByteSwap(X) ^ 0x80000000) macro
H A Dvdbe.c2744 v = keyToInt(v); in sqliteVdbeExec()
2855 v = keyToInt(v); in sqliteVdbeExec()
3253 v = keyToInt(pC->iKey); in sqliteVdbeExec()
3260 v = keyToInt(v); in sqliteVdbeExec()
3532 v = keyToInt(v); in sqliteVdbeExec()
H A Dvdbeaux.c1052 p->lastRecno = keyToInt(p->movetoTarget); in sqliteVdbeCursorMoveto()