Home
last modified time | relevance | path

Searched refs:pCoveringIdx (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h105 Index *pCoveringIdx; /* Possible covering index for WHERE_MULTI_OR */ member
H A Dwhere.c6401 || ((ws & WHERE_MULTI_OR) && pLevel->u.pCoveringIdx) in sqlite3WhereEnd()
6404 Index *pIx = pLevel->u.pCoveringIdx; in sqlite3WhereEnd()
6466 pIdx = pLevel->u.pCoveringIdx; in sqlite3WhereEnd()
H A Dwherecode.c2394 pLevel->u.pCoveringIdx = pCov; in sqlite3WhereCodeOneLoopStart()