Lines Matching refs:bEof

88202   int bEof;                       /* Set to true when merge is finished */
88439 assert( pReadr->pIncr==0 || pReadr->pIncr->bEof==0 );
88485 int bEof = 1;
88488 if( rc==SQLITE_OK && pIncr->bEof==0 ){
88492 bEof = 0;
88496 if( bEof ){
89678 assert( pIncr->bEof==0 );
89761 pIncr->bEof = 1;
89772 pIncr->bEof = 1;
148902 u8 bEof; /* True this expression is at EOF already */
153345 u8 bEof = 0;
153355 if( pDL->pList==0 ) bEof = 1;
153364 while( bEof==0 ){
153370 for(i=0; rc==SQLITE_OK && i<p->nToken && bEof==0; i++){
153371 rc = incrPhraseTokenNext(pTab, p, i, &a[i], &bEof);
153382 while( rc==SQLITE_OK && bEof==0
153385 rc = incrPhraseTokenNext(pTab, p, i, &a[i], &bEof);
153394 if( bEof==0 ){
153424 *pbEof = bEof;
153938 assert( pExpr->bEof==0 );
153953 pExpr->bEof = pRight->bEof;
153959 pExpr->bEof = pLeft->bEof;
153964 while( !pLeft->bEof && !pRight->bEof && *pRc==SQLITE_OK ){
153974 pExpr->bEof = (pLeft->bEof || pRight->bEof);
153975 if( pExpr->eType==FTSQUERY_NEAR && pExpr->bEof ){
153979 while( *pRc==SQLITE_OK && pRight->bEof==0 ){
153986 while( *pRc==SQLITE_OK && pLeft->bEof==0 ){
154004 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){
154006 }else if( pLeft->bEof || iCmp>0 ){
154013 pExpr->bEof = (pLeft->bEof && pRight->bEof);
154015 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){
154034 if( pLeft->bEof==0 ){
154036 && !pRight->bEof
154043 pExpr->bEof = pLeft->bEof;
154050 *pRc = fts3EvalPhraseNext(pCsr, pPhrase, &pExpr->bEof);
154233 bHit = (pExpr->bEof==0 && pExpr->iDocid==pCsr->iPrevId);
154309 pCsr->isEof = pExpr->bEof;
154364 pExpr->bEof = 0;
154437 u8 bEof;
154445 bEof = pRoot->bEof;
154468 pCsr->isEof = pRoot->bEof;
154485 if( bEof ){
154486 pRoot->bEof = bEof;
154497 assert( pRoot->bEof==0 );
154604 if( iDocid!=pCsr->iPrevId || pExpr->bEof ){
154622 if( p->bEof ) bTreeEof = 1;
154630 int bEofSave = pNear->bEof;
154632 while( rc==SQLITE_OK && !pNear->bEof ){
154639 while( rc==SQLITE_OK && !pNear->bEof ){
154647 u8 bEof = 0;
154658 bEof = !pPh->doclist.nAll ||
154660 while( (pIter==0 || DOCID_CMP(iDocid, pCsr->iPrevId)<0 ) && bEof==0 ){
154663 &pIter, &iDocid, &bEof
154667 bEof = !pPh->doclist.nAll || (pIter && pIter<=pPh->doclist.aAll);
154668 while( (pIter==0 || DOCID_CMP(iDocid, pCsr->iPrevId)>0 ) && bEof==0 ){
154672 &pIter, &iDocid, &dummy, &bEof
154678 if( bEof || iDocid!=pCsr->iPrevId ) bMatch = 0;
160316 u8 bEof = 0;
160321 &pReader->iDocid, &pReader->nOffsetList, &bEof
160359 u8 bEof = 0;
160366 &pReader->nOffsetList, &bEof
160368 if( bEof ){
165478 if( pExpr->bEof==0 && pExpr->iDocid==p->pCursor->iPrevId ){
178847 int bEof; /* Set to true after xInput finished */
181328 pRet->in.bEof = (xInput ? 0 : 1);
181362 if( pIn->bEof && pIn->xInput && pIn->iNext>=SESSIONS_STRM_CHUNK_SIZE ){
181384 while( !pIn->bEof && (pIn->iNext+nByte)>=pIn->nData && rc==SQLITE_OK ){
181391 pIn->bEof = 1;
186893 u8 bEof; /* Set to true at EOF */
186945 u8 bEof;
186948 #define sqlite3Fts5IterEof(x) ((x)->bEof)
189720 pIter->bEof = 1;
189722 return pIter->bEof;
189733 return pIter->bEof;
190940 int bEof; /* True at EOF */
191144 pNew->pRoot->bEof = 1;
191248 assert( aIter[nIter].bEof==0 );
191264 if( aIter[i].bEof==0 ){
191343 if( aIter[i].bEof ) goto ismatch_out;
191572 int bEof = 0;
191585 bEof = 1;
191587 *piLast = fts5ExprSynonymRowid(pTerm, bDesc, &bEof);
191589 return bEof;
191663 pNode->bEof = 1;
191693 pNode->bEof = 1;
191700 pNode->bEof = 0;
191731 pNode->bEof = 1;
191773 if( p2->bEof ) return -1;
191774 if( p1->bEof ) return +1;
191830 pNode->bEof = 1;
191835 if( pIter->iRowid==iLast || pIter->bEof ) continue;
191837 if( fts5ExprAdvanceto(pIter, bDesc, &iLast, &rc, &pNode->bEof) ){
191847 assert( pNode->bEof==0 || pNode->bNomatch==0 );
191870 int bEof = 1;
191891 bEof = 0;
191894 bEof = 0;
191901 pNode->bEof = (rc || bEof);
191912 pNode->bEof = (rc || sqlite3Fts5IterEof(pIter));
191915 if( pNode->bEof==0 ){
191961 assert( pNode->bEof==0 );
191970 pNode->bEof = 1;
191991 pNode->bEof = pNext->bEof;
192006 assert( p1->bEof || fts5RowidCmp(pExpr, p1->iRowid, iLast)>=0 );
192007 if( p1->bEof==0 ){
192036 assert( pAnd->bEof==0 );
192056 assert( pChild->bEof || fts5RowidCmp(pExpr, iLast, pChild->iRowid)<=0 );
192057 if( pChild->bEof ){
192103 while( rc==SQLITE_OK && p1->bEof==0 ){
192113 pNode->bEof = p1->bEof;
192116 if( p1->bEof ){
192148 if( pNode->bEof==0 ){
192190 pNode->bEof = 0;
192197 pNode->bEof = 1;
192204 assert( pChild->bEof==0 || pChild->bEof==1 );
192205 nEof += pChild->bEof;
192220 pNode->bEof = pNode->apChild[0]->bEof;
192258 && 0==pRoot->bEof
192266 assert( pRoot->bEof==0 && rc==SQLITE_OK );
192281 assert( pRoot->bEof==0 && pRoot->bNomatch==0 );
192284 assert( pRoot->bNomatch==0 || (rc==SQLITE_OK && pRoot->bEof==0) );
192287 pRoot->bEof = 1;
192293 return p->pRoot->bEof;
193503 if( pNode->bEof==0 && pNode->iRowid==pExpr->pRoot->iRowid ){
193530 (pBuf->n==0 || pNode->iRowid!=pExpr->pRoot->iRowid || pNode->bEof)
193637 pNode->bEof = 0;
193699 if( pNode->bEof==0
194807 int bEof; /* At EOF already */
195536 assert( pLvl->bEof==0 );
195554 pLvl->bEof = 1;
195558 return pLvl->bEof;
195571 if( pLvl[1].bEof==0 ){
195582 return pIter->aLvl[0].bEof;
195604 return pIter->aLvl[0].bEof;
195609 return p->rc!=SQLITE_OK || pIter->aLvl[0].bEof;
195619 pLvl->bEof = 0;
195638 assert( pLvl->bEof==0 );
195640 pLvl->bEof = 1;
195681 return pLvl->bEof;
195691 if( pLvl[1].bEof==0 ){
195699 pLvl->bEof = 0;
195705 return pIter->aLvl[0].bEof;
196815 assert( (pFirst->pLeaf==0)==pIter->base.bEof );
197086 pIter->base.bEof = pSeg->pLeaf==0;
197104 assert( pIter->base.bEof==0 );
197707 }else if( pNew->base.bEof==0 ){
197748 pNew->base.bEof = 1;
197764 || (pIter->aSeg[ pIter->aFirst[1].iFirst ].pLeaf==0)==pIter->base.bEof
197766 return (p->rc || pIter->base.bEof);
199691 pIter->base.bEof = 1;
199902 sReader.bEof==0;
200551 for(fts5DlidxLvlNext(&lvl); lvl.bEof==0; fts5DlidxLvlNext(&lvl)){
202551 if( (aIter[i].bEof==0)
206649 int bEof; /* True if this cursor is at EOF */
206998 pCsr->bEof = 1;
207007 pCsr->bEof = 1;
207035 pCsr->bEof = 1;
207066 pCsr->bEof = 1;
207076 pCsr->bEof = 1;
207157 if( rc==SQLITE_OK && pCsr->bEof==0 && pTab->eType==FTS5_VOCAB_COL ){
207223 && !pCsr->bEof
207238 return pCsr->bEof;