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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c4770 Index *pIx = pLevel->plan.u.pIdx; local
4771 KeyInfo *pKey = sqlite3IndexKeyinfo(pParse, pIx);
4773 assert( pIx->pSchema==pTab->pSchema );
4775 sqlite3VdbeAddOp4(v, OP_OpenRead, iIdxCur, pIx->tnum, iDb,
4777 VdbeComment((v, "%s", pIx->zName));
/external/sqlite/dist/orig/
H A Dsqlite3.c117190 Index *pIx = pLoop->u.btree.pIndex; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c117210 Index *pIx = pLoop->u.btree.pIndex; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c102424 Index *pIx = pLevel->plan.u.pIdx; local
[all...]

Completed in 428 milliseconds