Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5Int.h666 int sqlite3Fts5StorageRowCount(Fts5Storage *p, i64 *pnRow);
H A Dfts5_storage.c1105 int sqlite3Fts5StorageRowCount(Fts5Storage *p, i64 *pnRow){ in sqlite3Fts5StorageRowCount() function
H A Dfts5_main.c1810 return sqlite3Fts5StorageRowCount(pTab->pStorage, pnRow); in fts5ApiRowCount()