Lines Matching defs:xRowCount
12888 ** xRowCount(pFts5, pnRow)
12963 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
221549 ** xRowCount(pFts5, pnRow)
221624 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
224873 if( rc==SQLITE_OK ) rc = pApi->xRowCount(pFts, &nRow);
240865 ** rows. However this function is only called from the xRowCount() API,