Searched refs:content_insert (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 664 static int content_insert(fulltext_vtab *v, sqlite3_value *rowid, in content_insert() function 1392 int rc = content_insert(v, pRequestRowid, zText, -1); in index_insert()
|
| H A D | fts1.c | 1245 static int content_insert(fulltext_vtab *v, sqlite3_value *rowid, in content_insert() function 3119 rc = content_insert(v, pRequestRowid, pValues); /* execute an SQL INSERT */ in index_insert()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 2008 static int content_insert(fulltext_vtab *v, sqlite3_value *rowid, in content_insert() function 3992 rc = content_insert(v, pRequestRowid, pValues); /* execute an SQL INSERT */ in index_insert()
|