Searched refs:content_select (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 681 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 D | fts1.c | 1298 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 D | fts2.c | 2061 static int content_select(fulltext_vtab *v, sqlite_int64 iRow, in content_select() function 3970 rc = content_select(v, iRowid, &pValues); in deleteTerms()
|