Lines Matching refs:pPgidx
254549 Fts5Buffer *pPgidx = &pWriter->writer.pgidx; local
254557 if( (pPage->buf.n + pPgidx->n + nTerm + 2)>=p->pConfig->pgsz ){
254566 pPgidx->n += sqlite3Fts5PutVarint(
254567 &pPgidx->p[pPgidx->n], pPage->buf.n - pPage->iPrevPgidx
254571 fts5PutU16(&pPgidx->p[pPgidx->n], pPage->buf.n);
254572 pPgidx->n += 2;
255696 Fts5Buffer *pPgidx; /* Buffer in which to assemble pgidx */ local
255702 pPgidx = &writer.writer.pgidx;
255707 assert( p->rc || pPgidx->nSpace>=(pgsz + FTS5_DATA_PADDING) );
255728 if( !bSecureDelete && pgsz>=(pBuf->n + pPgidx->n + nDoclist + 1) ){
255799 if( (pBuf->n + pPgidx->n)>=pgsz ){
255813 if( (pBuf->n + pPgidx->n + nCopy) <= pgsz ){
255824 int nSpace = pgsz - pBuf->n - pPgidx->n;
255834 if( (pBuf->n + pPgidx->n)>=pgsz ){