Lines Matching refs:nPgTombstone
250496 int nPgTombstone; /* Number of tombstone hash table pages */ member
251097 if( pSeg->nPgTombstone ){
251099 i64 iTomb2 = FTS5_TOMBSTONE_ROWID(iSegid, pSeg->nPgTombstone-1);
251275 i += fts5GetVarint32(&pData[i], pSeg->nPgTombstone);
251543 fts5BufferAppendVarint(&p->rc, &buf, pSeg->nPgTombstone);
252075 const i64 nTomb = (i64)pIter->pSeg->nPgTombstone;
255932 if( nSeg==1 && nThis==1 && pStruct->aLevel[i].aSeg[0].nPgTombstone==0 ){
257997 for(ii=0; res==0 && ii<pSeg->nPgTombstone; ii++){
258088 if( pSeg->nPgTombstone==0 ){
258092 }else if( pSeg->nPgTombstone==1 ){
258102 nOut = (pSeg->nPgTombstone * 2 + 1);
258169 if( pSeg->nPgTombstone>0 ){
258170 iPg = iRowid % pSeg->nPgTombstone;
258177 if( 0==fts5IndexTombstoneAddToPage(pPg, 0, pSeg->nPgTombstone, iRowid) ){
258201 pSeg->nPgTombstone = nHash;
259512 sqlite3_result_int(ctx, pSeg->nPgTombstone);