Lines Matching refs:WhereLoop
87 static void explainIndexRange(StrAccum *pStr, WhereLoop *pLoop){ in explainIndexRange()
136 WhereLoop *pLoop; /* The controlling WhereLoop object */ in sqlite3WhereExplainOneScan()
247 WhereLoop *pLoop; /* The where loop */ in sqlite3WhereExplainBloomFilter()
294 WhereLoop *pLoop = pLvl->pWLoop; in sqlite3WhereAddScanStatus()
473 WhereLoop *pLoop, /* The current loop */ in removeUnindexableInClauseTerms()
583 WhereLoop *pLoop = pLevel->pWLoop; in codeEqualityTerm()
774 WhereLoop *pLoop; /* The WhereLoop object */ in codeAllEqualityTerms()
1028 WhereLoop *pLoop = pLevel->pWLoop; in codeCursorHint()
1272 WhereLoop *pLoop = pLevel->pWLoop; in filterPullDown()
1328 WhereLoop *pLoop; /* The WhereLoop object being coded */ in sqlite3WhereCodeOneLoopStart()
2284 WhereLoop *pSubLoop; in sqlite3WhereCodeOneLoopStart()
2695 WhereLoop *pLoop = pLevel->pWLoop; in sqlite3WhereRightJoinLoop()