Home
last modified time | relevance | path

Searched defs:pLoop (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dwherecode.c87 static void explainIndexRange(StrAccum *pStr, WhereLoop *pLoop){ in explainIndexRange()
136 WhereLoop *pLoop; /* The controlling WhereLoop object */ in sqlite3WhereExplainOneScan() local
247 WhereLoop *pLoop; /* The where loop */ in sqlite3WhereExplainBloomFilter() local
294 WhereLoop *pLoop = pLvl->pWLoop; in sqlite3WhereAddScanStatus() local
473 WhereLoop *pLoop, /* The current loop */ in removeUnindexableInClauseTerms()
583 WhereLoop *pLoop = pLevel->pWLoop; in codeEqualityTerm() local
774 WhereLoop *pLoop; /* The WhereLoop object */ in codeAllEqualityTerms() local
1028 WhereLoop *pLoop = pLevel->pWLoop; in codeCursorHint() local
1272 WhereLoop *pLoop = pLevel->pWLoop; in filterPullDown() local
1328 WhereLoop *pLoop; /* The WhereLoop object being coded */ in sqlite3WhereCodeOneLoopStart() local
[all …]
H A Dwhere.c840 WhereLoop *pLoop; /* The Loop object */ in constructAutomaticIndex() local
1067 WhereLoop *pLoop = pLevel->pWLoop; /* The loop being coded */ in sqlite3ConstructBloomFilter() local
1693 WhereLoop *pLoop, /* Update the .nOut value of this loop */ in whereRangeSkipScanEst()
1806 WhereLoop *pLoop /* Modify the .nOut and maybe .rRun fields */ in whereRangeScanEst()
2623 WhereLoop *pLoop, /* The loop to adjust downward */ in whereLoopOutputAdjust()
4377 WhereLoop *pLoop = 0; /* Current WhereLoop being processed. */ in wherePathSatisfiesOrderBy() local
5183 WhereLoop *pLoop; in whereShortCut() local
5370 WhereLoop *pLoop; in whereOmitNoopJoin() local
5436 WhereLoop *pLoop = pWInfo->a[i].pWLoop; in whereCheckIfBloomFilterIsUseful() local
5640 WhereLoop *pLoop; /* Pointer to a single WhereLoop object */ in sqlite3WhereBegin() local
[all …]
H A Dbuild.c4061 Index *pLoop; in sqlite3CreateIndex() local
H A Dselect.c3105 Select *pLoop; /* For looping through SELECT statements */ in multiSelect() local