Home
last modified time | relevance | path

Searched refs:term_update (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c802 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 Dfts1.c1475 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()