Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4756 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()
H A DsqliteInt.h3213 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
H A Dselect.c7247 assert( WHERE_USE_LIMIT==SF_FixedLimit ); in sqlite3Select()