Searched refs:WHERE_USE_LIMIT (Results 1 – 3 of 3) sorted by relevance
4756 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){ in whereSortingCost()5653 || (wctrlFlags & WHERE_USE_LIMIT)==0 ); in sqlite3WhereBegin()5820 if( wctrlFlags & WHERE_USE_LIMIT ){ in sqlite3WhereBegin()
3213 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
7247 assert( WHERE_USE_LIMIT==SF_FixedLimit ); in sqlite3Select()