Home
last modified time | relevance | path

Searched refs:pIBIndex (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Ddelete.c250 pSrc->a[0].u2.pIBIndex = 0; in sqlite3LimitWhere()
H A DsqliteInt.h3150 Index *pIBIndex; /* Index structure corresponding to u1.zIndexedBy */ member
H A Dwhere.c3404 pProbe = pSrc->u2.pIBIndex; in whereLoopAddBtree()
H A Dselect.c5265 pFrom->u2.pIBIndex = pIdx; in sqlite3IndexedByLookup()