Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c3991 Fts5Buffer *pPgidx = &pWriter->writer.pgidx; in fts5WriteAppendTerm() local
4008 pPgidx->n += sqlite3Fts5PutVarint( in fts5WriteAppendTerm()
4009 &pPgidx->p[pPgidx->n], pPage->buf.n - pPage->iPrevPgidx in fts5WriteAppendTerm()
4013 fts5PutU16(&pPgidx->p[pPgidx->n], pPage->buf.n); in fts5WriteAppendTerm()
4014 pPgidx->n += 2; in fts5WriteAppendTerm()
4596 pPgidx = &writer.writer.pgidx; in fts5FlushOneHash()
4619 if( pgsz>=(pBuf->n + pPgidx->n + nDoclist + 1) ){ in fts5FlushOneHash()
4654 if( (pBuf->n + pPgidx->n)>=pgsz ){ in fts5FlushOneHash()
4662 if( (pBuf->n + pPgidx->n + nCopy) <= pgsz ){ in fts5FlushOneHash()
4673 int nSpace = pgsz - pBuf->n - pPgidx->n; in fts5FlushOneHash()
[all …]