Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c681 static int content_select(fulltext_vtab *v, sqlite_int64 iRow, in content_select() function
1444 int rc = content_select(v, iRow, &zText); in index_delete()
H A Dfts1.c1298 static int content_select(fulltext_vtab *v, sqlite_int64 iRow, in content_select() function
3100 int rc = content_select(v, iRowid, &pValues); in deleteTerms()
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c2061 static int content_select(fulltext_vtab *v, sqlite_int64 iRow, in content_select() function
3970 rc = content_select(v, iRowid, &pValues); in deleteTerms()