Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c366 int nEmpty; /* Number of contiguous term-less nodes */ member
3784 if( pWriter->aDlidx[0].buf.n>0 && pWriter->nEmpty>=FTS5_MIN_DLIDX_SIZE ){ in fts5WriteFlushDlidx()
3788 pWriter->nEmpty = 0; in fts5WriteFlushDlidx()
3806 assert( pWriter->iBtPage || pWriter->nEmpty==0 ); in fts5WriteFlushBtree()
3861 pWriter->nEmpty++; in fts5WriteBtreeNoTerm()