Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c252026 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
[all …]