Home
last modified time | relevance | path

Searched refs:wsFlags (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c2197 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() local
5204 pLoop->wsFlags = 0; in whereShortCut()
5245 if( pLoop->wsFlags ){ in whereShortCut()
5968 int wsFlags = pWInfo->a[0].pWLoop->wsFlags; in sqlite3WhereBegin() local
5981 pWInfo->a[0].pWLoop->wsFlags = (wsFlags & ~WHERE_IDX_ONLY); in sqlite3WhereBegin()
6160 int wsFlags; in sqlite3WhereBegin() local
6164 wsFlags = pLevel->pWLoop->wsFlags; in sqlite3WhereBegin()
[all …]
H A Dwherecode.c102 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 …]
H A DwhereInt.h157 u32 wsFlags; /* WHERE_* flags describing the plan */ member