Searched refs:keyToInt (Results 1 – 3 of 3) sorted by relevance
28 #define keyToInt(X) (sqliteVdbeByteSwap(X) ^ 0x80000000) macro
2746 v = keyToInt(v); in sqliteVdbeExec()2857 v = keyToInt(v); in sqliteVdbeExec()3255 v = keyToInt(pC->iKey); in sqliteVdbeExec()3262 v = keyToInt(v); in sqliteVdbeExec()3534 v = keyToInt(v); in sqliteVdbeExec()
1055 p->lastRecno = keyToInt(p->movetoTarget); in sqliteVdbeCursorMoveto()