Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.h108 #define fts2HashCount(H) ((H)->count) macro
H A Dfts2.c5787 n = fts2HashCount(pTerms); in writeZeroSegment()
6352 nTerms = fts2HashCount(pTerms); in generateTermsResult()
6450 const int nTerms = fts2HashCount(&terms); in dumpTermsFunc()