Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c22120 SQLITE_PRIVATE LogEst sqlite3WhereOutputRowCount(WhereInfo*);
157288 if( sqlite3WhereOutputRowCount(pWInfo) < p->nSelectRow ){
157289 p->nSelectRow = sqlite3WhereOutputRowCount(pWInfo);
168898 SQLITE_PRIVATE LogEst sqlite3WhereOutputRowCount(WhereInfo *pWInfo){ function