Home
last modified time | relevance | path

Searched refs:regIdxKey (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dbuild.c2317 int regIdxKey; /* Registers containing the index key */ in sqlite3RefillIndex() local
2349 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()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c79156 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);