Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_term.c275 rc = sqlite3Fts3SegReaderCursor(pFts3, 0, p->iIndex, FTS3_SEGCURSOR_ALL, in fts3termFilterMethod()
H A Dfts3Int.h535 int sqlite3Fts3SegReaderCursor(Fts3Table *,
H A Dfts3_aux.c447 rc = sqlite3Fts3SegReaderCursor(pFts3, iLangVal, 0, FTS3_SEGCURSOR_ALL, in fts3auxFilterMethod()
H A Dfts3.c3040 int sqlite3Fts3SegReaderCursor( in sqlite3Fts3SegReaderCursor() function
3117 rc = sqlite3Fts3SegReaderCursor(p, pCsr->iLangid, in fts3TermSegReaderCursor()
3127 rc = sqlite3Fts3SegReaderCursor(p, pCsr->iLangid, in fts3TermSegReaderCursor()
3140 rc = sqlite3Fts3SegReaderCursor(p, pCsr->iLangid, in fts3TermSegReaderCursor()
H A Dfts3_write.c3241 rc = sqlite3Fts3SegReaderCursor(p, iLangid, iIndex, iLevel, 0, 0, 1, 0, &csr); in fts3SegmentMerge()
5225 rc = sqlite3Fts3SegReaderCursor( in fts3ChecksumIndex()