Searched refs:sqlite3Fts5StorageRowCount (Results 1 – 3 of 3) sorted by relevance
666 int sqlite3Fts5StorageRowCount(Fts5Storage *p, i64 *pnRow);
1105 int sqlite3Fts5StorageRowCount(Fts5Storage *p, i64 *pnRow){ in sqlite3Fts5StorageRowCount() function
1810 return sqlite3Fts5StorageRowCount(pTab->pStorage, pnRow); in fts5ApiRowCount()