Searched refs:term_update (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 802 static int term_update(fulltext_vtab *v, sqlite_int64 rowid, in term_update() function 1376 rc = term_update(v, iIndexRow, &doclist); in index_insert_term() 1429 rc = term_update(v, iIndexRow, &doclist); in index_delete_term()
|
| H A D | fts1.c | 1475 static int term_update(fulltext_vtab *v, sqlite_int64 rowid, in term_update() function 3034 rc = term_update(v, iIndexRow, &doclist); in index_insert_term()
|