Searched refs:keyToInt (Results 1 – 3 of 3) sorted by relevance
25 #define keyToInt(X) (sqliteVdbeByteSwap(X) ^ 0x80000000) macro
2744 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()
1052 p->lastRecno = keyToInt(p->movetoTarget); in sqliteVdbeCursorMoveto()