Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c5416 static int fts3SpecialInsert(Fts3Table *p, sqlite3_value *pVal){ in fts3SpecialInsert() function
5684 rc = fts3SpecialInsert(p, apVal[p->nColumn+2]); in sqlite3Fts3UpdateMethod()