Searched refs:pLoops (Results 1 – 2 of 2) sorted by relevance
488 WhereLoop *pLoops; /* List of all WhereLoop objects */ member
2285 while( pWInfo->pLoops ){ in whereInfoFree()2286 WhereLoop *p = pWInfo->pLoops; in whereInfoFree()2287 pWInfo->pLoops = p->pNextLoop; in whereInfoFree()2498 whereLoopAdjustCost(pWInfo->pLoops, pTemplate); in whereLoopInsert()2523 ppPrev = whereLoopFindLesser(&pWInfo->pLoops, pTemplate); 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()5856 while( pWInfo->pLoops ){ in sqlite3WhereBegin()5857 WhereLoop *p = pWInfo->pLoops; in sqlite3WhereBegin()5858 pWInfo->pLoops = p->pNextLoop; in sqlite3WhereBegin()