Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h3192 int *pnRow, /* Number of result rows written here */
13948 int (*xRowCount)(Fts5Context*, sqlite3_int64 *pnRow);
H A Dsqlite3.c3513 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 */ argument
158104 if( pnRow ) *pnRow = 0;
158150 if( pnRow ) *pnRow = res.nRow;
171122 tRowcnt *pnRow /* Write the revised row estimate here */ argument
171146 *pnRow = 1;
171159 *pnRow = a[1];
171186 tRowcnt *pnRow /* Write the revised row estimate here */ argument
171206 *pnRow = nRowEst;
[all …]