Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5Int.h657 int sqlite3Fts5StorageIndexInsert(Fts5Storage *p, sqlite3_value**, i64);
H A Dfts5_main.c1597 rc = sqlite3Fts5StorageIndexInsert(pTab->pStorage, apVal, *piRowid); in fts5StorageInsert()
1724 rc = sqlite3Fts5StorageIndexInsert(pTab->pStorage, apVal,*pRowid); in fts5UpdateMethod()
H A Dfts5_storage.c733 int sqlite3Fts5StorageIndexInsert( in sqlite3Fts5StorageIndexInsert() function