Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c93 if( nEq==0 && (pLoop->wsFlags&(WHERE_BTM_LIMIT|WHERE_TOP_LIMIT))==0 ) return; in explainIndexRange()
102 if( pLoop->wsFlags&WHERE_BTM_LIMIT ){ in explainIndexRange()
146 isSearch = (flags&(WHERE_BTM_LIMIT|WHERE_TOP_LIMIT))!=0 in sqlite3WhereExplainOneScan()
193 }else if( flags&WHERE_BTM_LIMIT ){ in sqlite3WhereExplainOneScan()
1573 if( pLoop->wsFlags & WHERE_BTM_LIMIT ) pStart = pLoop->aLTerm[j++]; in sqlite3WhereCodeOneLoopStart()
1746 if( pLoop->wsFlags & WHERE_BTM_LIMIT ){ in sqlite3WhereCodeOneLoopStart()
1789 if( (pLoop->wsFlags & (WHERE_TOP_LIMIT|WHERE_BTM_LIMIT))==0 in sqlite3WhereCodeOneLoopStart()
H A DwhereInt.h616 #define WHERE_BTM_LIMIT 0x00000020 /* x>EXPR or x>=EXPR constraint */ macro
H A Dwhere.c2818 if( pNew->wsFlags & WHERE_BTM_LIMIT ){ in whereLoopAddBtreeIndex()
2981 pNew->wsFlags |= WHERE_COLUMN_RANGE|WHERE_BTM_LIMIT; in whereLoopAddBtreeIndex()
3004 pBtm = (pNew->wsFlags & WHERE_BTM_LIMIT)!=0 ? in whereLoopAddBtreeIndex()