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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c681 static int content_select(fulltext_vtab *v, sqlite_int64 iRow, function
1432 int rc = content_select(v, iRow, &zText);
H A Dfts1.c1298 static int content_select(fulltext_vtab *v, sqlite_int64 iRow, function
3100 int rc = content_select(v, iRowid, &pValues);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c2238 static int content_select(fulltext_vtab *v, sqlite_int64 iRow, function
4189 rc = content_select(v, iRowid, &pValues);

Completed in 1341 milliseconds