Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h12224 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow); member
/third_party/sqlite/src/
Dsqlite3.c12558 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow); member
215217 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
218466 if( rc==SQLITE_OK ) rc = pApi->xRowCount(pFts, &nRow);