Lines Matching refs:nKeep
252026 static void fts5SegIterLoadTerm(Fts5Index *p, Fts5SegIter *pIter, int nKeep){ argument
252032 if( iOff+nNew>pIter->pLeaf->szLeaf || nKeep>pIter->term.n || nNew==0 ){
252036 pIter->term.n = nKeep;
252332 int nKeep = 0; local
252334 iOff += fts5GetVarint32(&pIter->pLeaf->p[iOff], nKeep);
252337 fts5SegIterLoadTerm(p, pIter, nKeep);
252383 int nKeep = 0; local
252403 iOff += fts5GetVarint32(&a[iOff], nKeep);
252476 fts5SegIterLoadTerm(p, pIter, nKeep);
252642 u32 nKeep = 0; local
252662 if( nKeep<nMatch ){
252666 assert( nKeep>=nMatch );
252667 if( nKeep==nMatch ){
252692 iPgidx += fts5GetVarint32(&a[iPgidx], nKeep);
252693 iTermOff += nKeep;
252702 fts5FastGetVarint32(a, iOff, nKeep);
252722 nKeep = 0;
252741 fts5BufferSet(&p->rc, &pIter->term, nKeep, pTerm);
258527 int nKeep, nByte; local
258528 iOff += fts5GetVarint32(&pLeaf->p[iOff], nKeep);
258530 if( nKeep>buf1.n || (iOff+nByte)>pLeaf->szLeaf ){
258533 buf1.n = nKeep;
259147 int nKeep = 0; local
259166 term.n = nKeep;
259187 iOff += fts5GetVarint32(&a[iOff], nKeep);