Home
last modified time | relevance | path

Searched defs:pbEof (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c4486 u8 *pbEof /* OUT: End-of-file flag */ in sqlite3Fts3DoclistPrev()
4541 u8 *pbEof /* OUT: End-of-file flag */ in sqlite3Fts3DoclistNext()
4575 u8 *pbEof in fts3EvalDlPhraseNext()
4641 u8 *pbEof /* OUT: True if iterator is at EOF */ in incrPhraseTokenNext()
4691 u8 *pbEof /* OUT: Set to 1 if EOF */ in fts3EvalIncrPhraseNext()
4792 u8 *pbEof /* OUT: Set to 1 if EOF */ in fts3EvalPhraseNext()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_log.c922 static void logReaderCksum(LogReader *p, LsmString *pBuf, int *pbEof, int *pRc){ in logReaderCksum()
/sqlite-3.40.0/src/
H A Dvdbesort.c1614 int *pbEof /* Set TRUE at EOF. Set false for more content */ in vdbeMergeEngineStep()
2582 int sqlite3VdbeSorterRewind(const VdbeCursor *pCsr, int *pbEof){ in sqlite3VdbeSorterRewind()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c432 static i64 fts5ExprSynonymRowid(Fts5ExprTerm *pTerm, int bDesc, int *pbEof){ in fts5ExprSynonymRowid()
782 int *pbEof /* OUT: Set to true if EOF */ in fts5ExprAdvanceto()