Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.h13042 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow); member
Dsqlite3.c13355 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow); member
229829 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
233165 if( rc==SQLITE_OK ) rc = pApi->xRowCount(pFts, &nRow);