Searched refs:sqlite3WhereIsSorted (Results 1 – 3 of 3) sorted by relevance
4743 int sqlite3WhereIsSorted(WhereInfo*);
4703 int sqlite3WhereIsSorted(WhereInfo *pWInfo){ in sqlite3WhereIsSorted() function
7598 && (groupBySort || sqlite3WhereIsSorted(pWInfo)) in sqlite3Select()