Lines Matching refs:bEof

88218   int bEof;                       /* Set to true when merge is finished */
88455 assert( pReadr->pIncr==0 || pReadr->pIncr->bEof==0 );
88501 int bEof = 1;
88504 if( rc==SQLITE_OK && pIncr->bEof==0 ){
88508 bEof = 0;
88512 if( bEof ){
89694 assert( pIncr->bEof==0 );
89777 pIncr->bEof = 1;
89788 pIncr->bEof = 1;
148918 u8 bEof; /* True this expression is at EOF already */
153373 u8 bEof = 0;
153383 if( pDL->pList==0 ) bEof = 1;
153392 while( bEof==0 ){
153398 for(i=0; rc==SQLITE_OK && i<p->nToken && bEof==0; i++){
153399 rc = incrPhraseTokenNext(pTab, p, i, &a[i], &bEof);
153410 while( rc==SQLITE_OK && bEof==0
153413 rc = incrPhraseTokenNext(pTab, p, i, &a[i], &bEof);
153422 if( bEof==0 ){
153452 *pbEof = bEof;
153966 assert( pExpr->bEof==0 );
153981 pExpr->bEof = pRight->bEof;
153987 pExpr->bEof = pLeft->bEof;
153992 while( !pLeft->bEof && !pRight->bEof && *pRc==SQLITE_OK ){
154002 pExpr->bEof = (pLeft->bEof || pRight->bEof);
154003 if( pExpr->eType==FTSQUERY_NEAR && pExpr->bEof ){
154007 while( *pRc==SQLITE_OK && pRight->bEof==0 ){
154014 while( *pRc==SQLITE_OK && pLeft->bEof==0 ){
154032 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){
154034 }else if( pLeft->bEof || iCmp>0 ){
154041 pExpr->bEof = (pLeft->bEof && pRight->bEof);
154043 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){
154062 if( pLeft->bEof==0 ){
154064 && !pRight->bEof
154071 pExpr->bEof = pLeft->bEof;
154078 *pRc = fts3EvalPhraseNext(pCsr, pPhrase, &pExpr->bEof);
154261 bHit = (pExpr->bEof==0 && pExpr->iDocid==pCsr->iPrevId);
154337 pCsr->isEof = pExpr->bEof;
154392 pExpr->bEof = 0;
154465 u8 bEof;
154473 bEof = pRoot->bEof;
154496 pCsr->isEof = pRoot->bEof;
154513 if( bEof ){
154514 pRoot->bEof = bEof;
154525 assert( pRoot->bEof==0 );
154632 if( iDocid!=pCsr->iPrevId || pExpr->bEof ){
154650 if( p->bEof ) bTreeEof = 1;
154658 int bEofSave = pNear->bEof;
154660 while( rc==SQLITE_OK && !pNear->bEof ){
154667 while( rc==SQLITE_OK && !pNear->bEof ){
154675 u8 bEof = 0;
154686 bEof = !pPh->doclist.nAll ||
154688 while( (pIter==0 || DOCID_CMP(iDocid, pCsr->iPrevId)<0 ) && bEof==0 ){
154691 &pIter, &iDocid, &bEof
154695 bEof = !pPh->doclist.nAll || (pIter && pIter<=pPh->doclist.aAll);
154696 while( (pIter==0 || DOCID_CMP(iDocid, pCsr->iPrevId)>0 ) && bEof==0 ){
154700 &pIter, &iDocid, &dummy, &bEof
154706 if( bEof || iDocid!=pCsr->iPrevId ) bMatch = 0;
160344 u8 bEof = 0;
160349 &pReader->iDocid, &pReader->nOffsetList, &bEof
160387 u8 bEof = 0;
160394 &pReader->nOffsetList, &bEof
160396 if( bEof ){
165506 if( pExpr->bEof==0 && pExpr->iDocid==p->pCursor->iPrevId ){
178875 int bEof; /* Set to true after xInput finished */
181356 pRet->in.bEof = (xInput ? 0 : 1);
181390 if( pIn->bEof && pIn->xInput && pIn->iNext>=SESSIONS_STRM_CHUNK_SIZE ){
181412 while( !pIn->bEof && (pIn->iNext+nByte)>=pIn->nData && rc==SQLITE_OK ){
181419 pIn->bEof = 1;
186921 u8 bEof; /* Set to true at EOF */
186973 u8 bEof;
186976 #define sqlite3Fts5IterEof(x) ((x)->bEof)
189748 pIter->bEof = 1;
189750 return pIter->bEof;
189761 return pIter->bEof;
190968 int bEof; /* True at EOF */
191172 pNew->pRoot->bEof = 1;
191276 assert( aIter[nIter].bEof==0 );
191292 if( aIter[i].bEof==0 ){
191371 if( aIter[i].bEof ) goto ismatch_out;
191600 int bEof = 0;
191613 bEof = 1;
191615 *piLast = fts5ExprSynonymRowid(pTerm, bDesc, &bEof);
191617 return bEof;
191691 pNode->bEof = 1;
191721 pNode->bEof = 1;
191728 pNode->bEof = 0;
191759 pNode->bEof = 1;
191801 if( p2->bEof ) return -1;
191802 if( p1->bEof ) return +1;
191858 pNode->bEof = 1;
191863 if( pIter->iRowid==iLast || pIter->bEof ) continue;
191865 if( fts5ExprAdvanceto(pIter, bDesc, &iLast, &rc, &pNode->bEof) ){
191875 assert( pNode->bEof==0 || pNode->bNomatch==0 );
191898 int bEof = 1;
191919 bEof = 0;
191922 bEof = 0;
191929 pNode->bEof = (rc || bEof);
191940 pNode->bEof = (rc || sqlite3Fts5IterEof(pIter));
191943 if( pNode->bEof==0 ){
191989 assert( pNode->bEof==0 );
191998 pNode->bEof = 1;
192019 pNode->bEof = pNext->bEof;
192034 assert( p1->bEof || fts5RowidCmp(pExpr, p1->iRowid, iLast)>=0 );
192035 if( p1->bEof==0 ){
192064 assert( pAnd->bEof==0 );
192084 assert( pChild->bEof || fts5RowidCmp(pExpr, iLast, pChild->iRowid)<=0 );
192085 if( pChild->bEof ){
192131 while( rc==SQLITE_OK && p1->bEof==0 ){
192141 pNode->bEof = p1->bEof;
192144 if( p1->bEof ){
192176 if( pNode->bEof==0 ){
192218 pNode->bEof = 0;
192225 pNode->bEof = 1;
192232 assert( pChild->bEof==0 || pChild->bEof==1 );
192233 nEof += pChild->bEof;
192248 pNode->bEof = pNode->apChild[0]->bEof;
192286 && 0==pRoot->bEof
192294 assert( pRoot->bEof==0 && rc==SQLITE_OK );
192309 assert( pRoot->bEof==0 && pRoot->bNomatch==0 );
192312 assert( pRoot->bNomatch==0 || (rc==SQLITE_OK && pRoot->bEof==0) );
192315 pRoot->bEof = 1;
192321 return p->pRoot->bEof;
193531 if( pNode->bEof==0 && pNode->iRowid==pExpr->pRoot->iRowid ){
193558 (pBuf->n==0 || pNode->iRowid!=pExpr->pRoot->iRowid || pNode->bEof)
193665 pNode->bEof = 0;
193727 if( pNode->bEof==0
194835 int bEof; /* At EOF already */
195564 assert( pLvl->bEof==0 );
195582 pLvl->bEof = 1;
195586 return pLvl->bEof;
195599 if( pLvl[1].bEof==0 ){
195610 return pIter->aLvl[0].bEof;
195632 return pIter->aLvl[0].bEof;
195637 return p->rc!=SQLITE_OK || pIter->aLvl[0].bEof;
195647 pLvl->bEof = 0;
195666 assert( pLvl->bEof==0 );
195668 pLvl->bEof = 1;
195709 return pLvl->bEof;
195719 if( pLvl[1].bEof==0 ){
195727 pLvl->bEof = 0;
195733 return pIter->aLvl[0].bEof;
196843 assert( (pFirst->pLeaf==0)==pIter->base.bEof );
197114 pIter->base.bEof = pSeg->pLeaf==0;
197132 assert( pIter->base.bEof==0 );
197735 }else if( pNew->base.bEof==0 ){
197776 pNew->base.bEof = 1;
197792 || (pIter->aSeg[ pIter->aFirst[1].iFirst ].pLeaf==0)==pIter->base.bEof
197794 return (p->rc || pIter->base.bEof);
199719 pIter->base.bEof = 1;
199930 sReader.bEof==0;
200579 for(fts5DlidxLvlNext(&lvl); lvl.bEof==0; fts5DlidxLvlNext(&lvl)){
202579 if( (aIter[i].bEof==0)
206677 int bEof; /* True if this cursor is at EOF */
207026 pCsr->bEof = 1;
207035 pCsr->bEof = 1;
207063 pCsr->bEof = 1;
207094 pCsr->bEof = 1;
207104 pCsr->bEof = 1;
207185 if( rc==SQLITE_OK && pCsr->bEof==0 && pTab->eType==FTS5_VOCAB_COL ){
207251 && !pCsr->bEof
207266 return pCsr->bEof;