Searched refs:sqlite3Fts5StorageIndexInsert (Results 1 – 3 of 3) sorted by relevance
657 int sqlite3Fts5StorageIndexInsert(Fts5Storage *p, sqlite3_value**, i64);
1597 rc = sqlite3Fts5StorageIndexInsert(pTab->pStorage, apVal, *piRowid); in fts5StorageInsert()1724 rc = sqlite3Fts5StorageIndexInsert(pTab->pStorage, apVal,*pRowid); in fts5UpdateMethod()
733 int sqlite3Fts5StorageIndexInsert( in sqlite3Fts5StorageIndexInsert() function