Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193636 int nAll; /* Size of a[] in bytes */ member
197902 p->doclist.nAll = 0;
197907 p->doclist.nAll = nList;
197923 nLeft = p->doclist.nAll;
197929 nRight = p->doclist.nAll;
197940 p->doclist.nAll = nRight;
198271 if( pIter==0 || pIter>=(pEnd = pDL->aAll + pDL->nAll) ){
198295 assert( pIter>=&pDL->aAll[pDL->nAll] || *pIter );
198484 }else if( pCsr->bDesc!=pTab->bDescIdx && pDL->nAll ){
198485 sqlite3Fts3DoclistPrev(pTab->bDescIdx, pDL->aAll, pDL->nAll,
[all …]