Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h4743 int sqlite3WhereIsSorted(WhereInfo*);
H A Dwhere.c4703 int sqlite3WhereIsSorted(WhereInfo *pWInfo){ in sqlite3WhereIsSorted() function
H A Dselect.c7598 && (groupBySort || sqlite3WhereIsSorted(pWInfo)) in sqlite3Select()