Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h4738 LogEst sqlite3WhereOutputRowCount(WhereInfo*);
H A Dselect.c7255 if( sqlite3WhereOutputRowCount(pWInfo) < p->nSelectRow ){ in sqlite3Select()
7256 p->nSelectRow = sqlite3WhereOutputRowCount(pWInfo); in sqlite3Select()
H A Dwhere.c49 LogEst sqlite3WhereOutputRowCount(WhereInfo *pWInfo){ in sqlite3WhereOutputRowCount() function