Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17645 #define WHERE_USE_LIMIT 0x4000 /* Use the LIMIT in cost estimates */ macro
130690 assert( WHERE_USE_LIMIT==SF_FixedLimit );
144012 if( (pWInfo->wctrlFlags & WHERE_USE_LIMIT)!=0 && pWInfo->iLimit<nRow ){
144642 || (wctrlFlags & WHERE_USE_LIMIT)==0 );
144800 if( wctrlFlags & WHERE_USE_LIMIT ){

Completed in 377 milliseconds