Searched refs:sqlite3Fts5StorageContentInsert (Results 1 – 3 of 3) sorted by relevance
656 int sqlite3Fts5StorageContentInsert(Fts5Storage *p, sqlite3_value**, i64*);
1594 rc = sqlite3Fts5StorageContentInsert(pTab->pStorage, apVal, piRowid); in fts5StorageInsert()1719 rc = sqlite3Fts5StorageContentInsert(pTab->pStorage, apVal, pRowid); in fts5UpdateMethod()
698 int sqlite3Fts5StorageContentInsert( in sqlite3Fts5StorageContentInsert() function