Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h11862 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow); member
H A Dsqlite3.c12901 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow); member
207297 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
210506 if( rc==SQLITE_OK ) rc = pApi->xRowCount(pFts, &nRow);