Searched refs:sqlite3WhereMinMaxOptEarlyOut (Results 1 – 3 of 3) sorted by relevance
4742 void sqlite3WhereMinMaxOptEarlyOut(Vdbe*,WhereInfo*);
119 void sqlite3WhereMinMaxOptEarlyOut(Vdbe *v, WhereInfo *pWInfo){ in sqlite3WhereMinMaxOptEarlyOut() function
7838 sqlite3WhereMinMaxOptEarlyOut(v, pWInfo); in sqlite3Select()