Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17642 #define WHERE_ORDERBY_LIMIT 0x0800 /* ORDERBY+LIMIT on the inner loop */ macro
143721 if( wctrlFlags & WHERE_ORDERBY_LIMIT ) eqOpMask |= WO_IN;
143726 if( wctrlFlags & WHERE_ORDERBY_LIMIT ) continue;
143755 assert( wctrlFlags & WHERE_ORDERBY_LIMIT );
144373 WHERE_ORDERBY_LIMIT, nLoop-1, pFrom->aLoop[nLoop-1], &m);

Completed in 455 milliseconds