Searched refs:regIdxKey (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbuild.c2320 int regIdxKey; /* Registers containing the index key */ local
2352 regIdxKey = sqlite3GenerateIndexKey(pParse, pIndex, iTab, regRecord, 1);
2354 const int regRowid = regIdxKey + pIndex->nColumn;
2356 void * const pRegKey = SQLITE_INT_TO_PTR(regIdxKey);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c79336 int regIdxKey; /* Registers containing the index key */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c83544 int regIdxKey; /* Registers containing the index key */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c83580 int regIdxKey; /* Registers containing the index key */ local
[all...]

Completed in 463 milliseconds