Searched refs:sqlite3Fts3SegReaderCursor (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_term.c | 275 rc = sqlite3Fts3SegReaderCursor(pFts3, 0, p->iIndex, FTS3_SEGCURSOR_ALL, in fts3termFilterMethod()
|
| H A D | fts3Int.h | 535 int sqlite3Fts3SegReaderCursor(Fts3Table *,
|
| H A D | fts3_aux.c | 447 rc = sqlite3Fts3SegReaderCursor(pFts3, iLangVal, 0, FTS3_SEGCURSOR_ALL, in fts3auxFilterMethod()
|
| H A D | fts3.c | 3040 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 D | fts3_write.c | 3241 rc = sqlite3Fts3SegReaderCursor(p, iLangid, iIndex, iLevel, 0, 0, 1, 0, &csr); in fts3SegmentMerge() 5225 rc = sqlite3Fts3SegReaderCursor( in fts3ChecksumIndex()
|