Searched refs:bEof (Results 1 – 14 of 14) sorted by relevance
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_expr.c | 812 int bEof = 0; in fts5ExprSynonymAdvanceto() local 825 bEof = 1; in fts5ExprSynonymAdvanceto() 829 return bEof; in fts5ExprSynonymAdvanceto() 940 pNode->bEof = 0; in fts5ExprNearInitAll() 1110 int bEof = 1; in fts5ExprNodeNext_STRING() local 1141 pNode->bEof = (rc || bEof); in fts5ExprNodeNext_STRING() 1231 pNode->bEof = pNext->bEof; in fts5ExprNodeTest_OR() 1353 pNode->bEof = p1->bEof; in fts5ExprNodeTest_NOT() 1356 if( p1->bEof ){ in fts5ExprNodeTest_NOT() 1444 assert( pChild->bEof==0 || pChild->bEof==1 ); in fts5ExprNodeFirst() [all …]
|
| H A D | fts5_vocab.c | 61 int bEof; /* True if this cursor is at EOF */ member 403 pCsr->bEof = 0; in fts5VocabResetCursor() 423 pCsr->bEof = 1; in fts5VocabInstanceNewTerm() 432 pCsr->bEof = 1; in fts5VocabInstanceNewTerm() 449 assert( pCsr->bEof==0 ); in fts5VocabInstanceNext() 459 if( pCsr->bEof || eDetail==FTS5_DETAIL_NONE ) break; in fts5VocabInstanceNext() 462 pCsr->bEof = 1; in fts5VocabInstanceNext() 495 pCsr->bEof = 1; in fts5VocabNextMethod() 506 pCsr->bEof = 1; in fts5VocabNextMethod() 661 if( rc==SQLITE_OK && !pCsr->bEof in fts5VocabFilterMethod() [all …]
|
| H A D | fts5_buffer.c | 211 pIter->bEof = 1; in sqlite3Fts5PoslistReaderNext() 213 return pIter->bEof; in sqlite3Fts5PoslistReaderNext() 224 return pIter->bEof; in sqlite3Fts5PoslistReaderInit()
|
| H A D | fts5Int.h | 316 u8 bEof; /* Set to true at EOF */ member 368 u8 bEof; member 371 #define sqlite3Fts5IterEof(x) ((x)->bEof)
|
| H A D | fts5_index.c | 1337 assert( pLvl->bEof==0 ); in fts5DlidxLvlNext() 1355 pLvl->bEof = 1; in fts5DlidxLvlNext() 1359 return pLvl->bEof; in fts5DlidxLvlNext() 1372 if( pLvl[1].bEof==0 ){ in fts5DlidxIterNextR() 1420 pLvl->bEof = 0; in fts5DlidxIterLast() 1439 assert( pLvl->bEof==0 ); in fts5DlidxLvlPrev() 1441 pLvl->bEof = 1; in fts5DlidxLvlPrev() 1482 return pLvl->bEof; in fts5DlidxLvlPrev() 1500 pLvl->bEof = 0; in fts5DlidxIterPrevR() 3578 pNew->base.bEof = 1; in fts5MultiIterNew2() [all …]
|
| H A D | fts5_main.c | 1943 if( (aIter[i].bEof==0) in fts5CacheInstArray()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 4696 u8 bEof = 0; in fts3EvalIncrPhraseNext() local 5307 pExpr->bEof = pRight->bEof; in fts3EvalNextRow() 5313 pExpr->bEof = pLeft->bEof; in fts3EvalNextRow() 5328 pExpr->bEof = (pLeft->bEof || pRight->bEof); in fts3EvalNextRow() 5345 pRight->bEof = pLeft->bEof = 1; in fts3EvalNextRow() 5359 if( pRight->bEof || (pLeft->bEof==0 && iCmp<0) ){ in fts3EvalNextRow() 5368 pExpr->bEof = (pLeft->bEof && pRight->bEof); in fts3EvalNextRow() 5398 pExpr->bEof = pLeft->bEof; in fts3EvalNextRow() 5793 u8 bEof; in fts3EvalGatherStats() local 5801 bEof = pRoot->bEof; in fts3EvalGatherStats() [all …]
|
| H A D | fts3Int.h | 467 u8 bEof; /* True this expression is at EOF already */ member
|
| H A D | fts3_write.c | 1446 u8 bEof = 0; in fts3SegReaderFirstDocid() local 1451 &pReader->iDocid, &pReader->nOffsetList, &bEof in fts3SegReaderFirstDocid() 1489 u8 bEof = 0; in fts3SegReaderNextDocid() local 1496 &pReader->nOffsetList, &bEof in fts3SegReaderNextDocid() 1498 if( bEof ){ in fts3SegReaderNextDocid()
|
| H A D | fts3_snippet.c | 908 if( pExpr->bEof==0 && pExpr->iDocid==p->pCursor->iPrevId ){ in fts3ExprLHitGather()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_log.c | 1004 int bEof = 0; in lsmLogRecover() local 1006 while( rc==LSM_OK && !bEof ){ in lsmLogRecover() 1032 logReaderCksum(&reader, &buf1, &bEof, &rc); in lsmLogRecover() 1036 if( bEof ) break; in lsmLogRecover() 1058 bEof = logRequireCksum(&reader, nKey); in lsmLogRecover() 1060 if( bEof ) break; in lsmLogRecover() 1070 logReaderCksum(&reader, &buf1, &bEof, &rc); in lsmLogRecover() 1071 if( bEof==0 ){ in lsmLogRecover() 1074 if( nCommit==0 ) bEof = 1; in lsmLogRecover() 1094 bEof = 1; in lsmLogRecover() [all …]
|
| /sqlite-3.40.0/src/ |
| H A D | vdbesort.c | 401 int bEof; /* Set to true when merge is finished */ member 638 assert( pReadr->pIncr==0 || pReadr->pIncr->bEof==0 ); in vdbePmaReaderSeek() 684 int bEof = 1; in vdbePmaReaderNext() local 687 if( rc==SQLITE_OK && pIncr->bEof==0 ){ in vdbePmaReaderNext() 691 bEof = 0; in vdbePmaReaderNext() 695 if( bEof ){ in vdbePmaReaderNext() 1887 assert( pIncr->bEof==0 ); in vdbeIncrPopulate() 1970 pIncr->bEof = 1; in vdbeIncrSwap() 1981 pIncr->bEof = 1; in vdbeIncrSwap()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | zipfile.c | 271 u8 bEof; /* True when at EOF */ member 461 pCsr->bEof = 0; in zipfileResetCursor() 907 pCsr->bEof = 1; in zipfileNext() 923 pCsr->bEof = 1; in zipfileNext() 1122 return pCsr->bEof; in zipfileEof() 1291 pCsr->bEof = 1; in zipfileFilter()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 85 int bEof; /* Set to true after xInput finished */ member 2838 pRet->in.bEof = (xInput ? 0 : 1); in sessionChangesetStart() 2914 while( !pIn->bEof && (pIn->iNext+nByte)>=pIn->nData && rc==SQLITE_OK ){ in sessionInputBuffer() 2921 pIn->bEof = 1; in sessionInputBuffer()
|