Home
last modified time | relevance | path

Searched refs:pNextLoop (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h164 WhereLoop *pNextLoop; /* Next WhereLoop object in the WhereClause */ member
H A Dwhere.c2287 pWInfo->pLoops = p->pNextLoop; in whereInfoFree()
2357 for(; p; p=p->pNextLoop){ in whereLoopAdjustCost()
2401 for(p=(*ppPrev); p; ppPrev=&p->pNextLoop, p=*ppPrev){ in whereLoopFindLesser()
2560 p->pNextLoop = 0; in whereLoopInsert()
2565 WhereLoop **ppTail = &p->pNextLoop; in whereLoopInsert()
2572 *ppTail = pToDel->pNextLoop; in whereLoopInsert()
4869 for(pWLoop=pWInfo->pLoops; pWLoop; pWLoop=pWLoop->pNextLoop){ in wherePathSolver()
5307 for(p=pWInfo->pLoops, i=0; p; p=p->pNextLoop, i++){ in showAllWhereLoops()
5858 pWInfo->pLoops = p->pNextLoop; in sqlite3WhereBegin()