Searched refs:pnRow (Results 1 – 2 of 2) sorted by relevance
3192 int *pnRow, /* Number of result rows written here */13948 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
3513 int *pnRow, /* Number of result rows written here */14269 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);158092 int *pnRow, /* Write the number of rows in the result here */ argument158104 if( pnRow ) *pnRow = 0;158150 if( pnRow ) *pnRow = res.nRow;171122 tRowcnt *pnRow /* Write the revised row estimate here */ argument171146 *pnRow = 1;171159 *pnRow = a[1];171186 tRowcnt *pnRow /* Write the revised row estimate here */ argument171206 *pnRow = nRowEst;[all …]