Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h4741 int sqlite3WhereOrderByLimitOptLabel(WhereInfo*);
H A Dwhere.c96 int sqlite3WhereOrderByLimitOptLabel(WhereInfo *pWInfo){ in sqlite3WhereOrderByLimitOptLabel() function
H A Dselect.c7263 sSort.labelOBLopt = sqlite3WhereOrderByLimitOptLabel(pWInfo); in sqlite3Select()