Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c15160 #define WHERE_ORDERBY_LIMIT 0x0800 /* ORDERBY+LIMIT on the inner loop */ macro
130097 if( wctrlFlags & WHERE_ORDERBY_LIMIT ) eqOpMask |= WO_IN;
130102 if( wctrlFlags & WHERE_ORDERBY_LIMIT ) continue;
130129 assert( wctrlFlags & WHERE_ORDERBY_LIMIT );
130706 WHERE_ORDERBY_LIMIT, nLoop-1, pFrom->aLoop[nLoop-1], &m);

Completed in 512 milliseconds