Searched refs:regIdxKey (Results 1 – 2 of 2) sorted by relevance
2317 int regIdxKey; /* Registers containing the index key */ in sqlite3RefillIndex() local2349 regIdxKey = sqlite3GenerateIndexKey(pParse, pIndex, iTab, regRecord, 1); in sqlite3RefillIndex()2351 const int regRowid = regIdxKey + pIndex->nColumn; in sqlite3RefillIndex()2353 void * const pRegKey = SQLITE_INT_TO_PTR(regIdxKey); in sqlite3RefillIndex()
79156 int regIdxKey; /* Registers containing the index key */79188 regIdxKey = sqlite3GenerateIndexKey(pParse, pIndex, iTab, regRecord, 1);79190 const int regRowid = regIdxKey + pIndex->nColumn;79192 void * const pRegKey = SQLITE_INT_TO_PTR(regIdxKey);