Searched refs:sqlite3BtreeRowCountEst (Results 1 – 3 of 3) sorted by relevance
334 i64 sqlite3BtreeRowCountEst(BtCursor*);
3583 nEntry = sqlite3BtreeRowCountEst(pCrsr); in sqlite3VdbeExec()6066 sz = sqlite3BtreeRowCountEst(pCrsr); in sqlite3VdbeExec()
6019 i64 sqlite3BtreeRowCountEst(BtCursor *pCur){ in sqlite3BtreeRowCountEst() function