Home
last modified time | relevance | path

Searched refs:sqlite3Fts5HashScanInit (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5Int.h620 int sqlite3Fts5HashScanInit(
H A Dfts5_hash.c525 int sqlite3Fts5HashScanInit( in sqlite3Fts5HashScanInit() function
H A Dfts5_index.c2527 p->rc = sqlite3Fts5HashScanInit(p->pHash, (const char*)pTerm, nTerm); in fts5SegIterHashInit()
4606 p->rc = sqlite3Fts5HashScanInit(pHash, 0, 0); in fts5FlushOneHash()