Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c189 int nOccurrence = 0; in showVocabulary() local
209 nOccurrence = sqlite3_column_int(pStmt, 1); in showVocabulary()
212 printf("Total tokens in all documents............ %9d\n", nOccurrence); in showVocabulary()