Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c252758 static void fts5SegIterLoadTerm(Fts5Index *p, Fts5SegIter *pIter, int nKeep){ argument
252764 if( iOff+nNew>pIter->pLeaf->szLeaf || nKeep>pIter->term.n || nNew==0 ){
252768 pIter->term.n = nKeep;
253064 int nKeep = 0; local
253066 iOff += fts5GetVarint32(&pIter->pLeaf->p[iOff], nKeep);
253069 fts5SegIterLoadTerm(p, pIter, nKeep);
253115 int nKeep = 0; local
253135 iOff += fts5GetVarint32(&a[iOff], nKeep);
253208 fts5SegIterLoadTerm(p, pIter, nKeep);
253374 u32 nKeep = 0; local
[all …]