Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfts1.c2970 static int buildTerms(fulltext_vtab *v, fts1Hash *terms, sqlite_int64 iDocid, in buildTerms() function
3088 int rc = buildTerms(v, terms, iRowid, zText, i); in insertTerms()
3104 rc = buildTerms(v, pTerms, iRowid, pValues[i], -1); in deleteTerms()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c3891 static int buildTerms(fulltext_vtab *v, sqlite_int64 iDocid, in buildTerms() function
3954 int rc = buildTerms(v, iRowid, zText, i); in insertTerms()
3974 rc = buildTerms(v, iRowid, pValues[i], -1); in deleteTerms()