Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_config.c842 int nHashSize = -1; in sqlite3Fts5ConfigSetValue() local
844 nHashSize = sqlite3_value_int(pVal); in sqlite3Fts5ConfigSetValue()
846 if( nHashSize<=0 ){ in sqlite3Fts5ConfigSetValue()
849 pConfig->nHashSize = nHashSize; in sqlite3Fts5ConfigSetValue()
927 pConfig->nHashSize = FTS5_DEFAULT_HASHSIZE; in sqlite3Fts5ConfigLoad()
H A Dfts5Int.h207 int nHashSize; /* Bytes of memory for in-memory hash */ member
H A Dfts5_index.c5348 || (p->nPendingData > p->pConfig->nHashSize) in sqlite3Fts5IndexBeginWrite()