Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c22098 SQLITE_PRIVATE LogEst sqlite3WhereOutputRowCount(WhereInfo*);
157055 if( sqlite3WhereOutputRowCount(pWInfo) < p->nSelectRow ){
157056 p->nSelectRow = sqlite3WhereOutputRowCount(pWInfo);
168644 SQLITE_PRIVATE LogEst sqlite3WhereOutputRowCount(WhereInfo *pWInfo){ function