Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_aux.c35 int isEof; /* True if cursor is at EOF */ member
292 pCsr->isEof = 1; in fts3auxNextMethod()
357 pCsr->isEof = 1; in fts3auxNextMethod()
463 return pCsr->isEof; in fts3auxEofMethod()
476 assert( p->isEof==0 ); in fts3auxColumnMethod()
H A Dfts3_term.c40 int isEof; /* True if cursor is at EOF */ member
211 pCsr->isEof = 1; in fts3termNextMethod()
292 return pCsr->isEof; in fts3termEofMethod()
H A Dfts3.c1860 pCsr->isEof = 1; in fts3CursorSeek()
3253 pCsr->isEof = 1; in fts3NextMethod()
3421 if( pCsr->isEof ){ in fts3EofMethod()
3423 pCsr->isEof = 1; in fts3EofMethod()
3425 return pCsr->isEof; in fts3EofMethod()
5656 assert( pCsr->isEof==0 ); in fts3EvalNext()
5658 pCsr->isEof = 1; in fts3EvalNext()
5666 pCsr->isEof = pExpr->bEof; in fts3EvalNext()
5679 pCsr->isEof = 1; in fts3EvalNext()
5828 }while( pCsr->isEof==0 in fts3EvalGatherStats()
[all …]
H A Dfts3Int.h332 u8 isEof; /* True if at End Of Results */ member
/sqlite-3.40.0/src/
H A Ddbstat.c121 u8 isEof; /* After pStmt has returned SQLITE_DONE */ member
339 pCsr->isEof = 0; in statResetCsr()
589 pCsr->isEof = 1; in statNext()
602 pCsr->isEof = 1; in statNext()
725 return pCsr->isEof; in statEof()
754 pCsr->isEof = 1; in statFilter()