Searched refs:wsFlags (Results 1 – 3 of 3) sorted by relevance
2197 p->wsFlags = 0; in whereLoopInit()2229 p->wsFlags = 0; in whereLoopClear()4275 assert( pNew->wsFlags==0 ); in whereLoopAddAll()5122 u32 wsFlags = pFrom->aLoop[nLoop-1]->wsFlags; in wherePathSolver() local5204 pLoop->wsFlags = 0; in whereShortCut()5245 if( pLoop->wsFlags ){ in whereShortCut()5968 int wsFlags = pWInfo->a[0].pWLoop->wsFlags; in sqlite3WhereBegin() local5981 pWInfo->a[0].pWLoop->wsFlags = (wsFlags & ~WHERE_IDX_ONLY); in sqlite3WhereBegin()6160 int wsFlags; in sqlite3WhereBegin() local6164 wsFlags = pLevel->pWLoop->wsFlags; in sqlite3WhereBegin()[all …]
102 if( pLoop->wsFlags&WHERE_BTM_LIMIT ){ in explainIndexRange()106 if( pLoop->wsFlags&WHERE_TOP_LIMIT ){ in explainIndexRange()143 flags = pLoop->wsFlags; in sqlite3WhereExplainOneScan()255 if( pLoop->wsFlags & WHERE_IPK ){ in sqlite3WhereExplainBloomFilter()641 pLoop->wsFlags |= WHERE_IN_ABLE; in codeEqualityTerm()646 pLoop->wsFlags |= WHERE_IN_EARLYOUT; in codeEqualityTerm()1280 if( pLoop->wsFlags & WHERE_IPK ){ in filterPullDown()1533 if( (pLoop->wsFlags & WHERE_IPK)!=0 in sqlite3WhereCodeOneLoopStart()1561 }else if( (pLoop->wsFlags & WHERE_IPK)!=0 in sqlite3WhereCodeOneLoopStart()2066 if( pLoop->wsFlags & WHERE_ONEROW ){ in sqlite3WhereCodeOneLoopStart()[all …]
157 u32 wsFlags; /* WHERE_* flags describing the plan */ member