Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5Int.h656 int sqlite3Fts5StorageContentInsert(Fts5Storage *p, sqlite3_value**, i64*);
H A Dfts5_main.c1594 rc = sqlite3Fts5StorageContentInsert(pTab->pStorage, apVal, piRowid); in fts5StorageInsert()
1719 rc = sqlite3Fts5StorageContentInsert(pTab->pStorage, apVal, pRowid); in fts5UpdateMethod()
H A Dfts5_storage.c698 int sqlite3Fts5StorageContentInsert( in sqlite3Fts5StorageContentInsert() function