Home
last modified time | relevance | path

Searched defs:pnRow (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dtable.c120 int *pnRow, /* Write the number of rows in the result here */ in sqlite3_get_table()
H A Dwhere.c1986 tRowcnt *pnRow /* Write the revised row estimate here */ in whereEqualScanEst()
2050 tRowcnt *pnRow /* Write the revised row estimate here */ in whereInScanEst()
/sqlite-3.40.0/test/
H A Doptfuzz.c87 int *pnRow, /* Write the number of rows here */ in optfuzz_exec()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_storage.c776 static int fts5StorageCount(Fts5Storage *p, const char *zSuffix, i64 *pnRow){ in fts5StorageCount()
1105 int sqlite3Fts5StorageRowCount(Fts5Storage *p, i64 *pnRow){ in sqlite3Fts5StorageRowCount()
H A Dfts5_main.c1807 static int fts5ApiRowCount(Fts5Context *pCtx, i64 *pnRow){ in fts5ApiRowCount()
H A Dfts5_index.c5710 int sqlite3Fts5IndexGetAverages(Fts5Index *p, i64 *pnRow, i64 *anSize){ in sqlite3Fts5IndexGetAverages()