Searched refs:iKey (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h64 ** the rowid is in Cursor.iKey.
82 int iKey; /* Key for the NEW or OLD pseudo-table row */ member in struct:Cursor
H A Dvdbe.c2099 u32 iKey; local
2103 iKey = intToKey(pRec->i);
2104 memcpy(&zNewKey[j], &iKey, sizeof(u32));
2568 int iKey = intToKey(pTos->i); local
2570 pC->movetoTarget = iKey;
2576 sqliteBtreeMoveto(pC->pCursor, (char*)&iKey, sizeof(int), &res);
2783 int res, rx, iKey; local
2785 iKey = intToKey(pTos->i);
2786 rx = sqliteBtreeMoveto(pCrsr, (char*)&iKey, sizeof(int), &res);
2938 int nKey, iKey; local
[all...]

Completed in 22 milliseconds