HomeSort by relevance Sort by last modified time
    Searched refs:content_delete (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 550 /* CONTENT_DELETE */ "delete from %_content where rowid = ?",
705 static int content_delete(fulltext_vtab *v, sqlite_int64 iRow){ function
    [all...]
fts1.c 1065 /* CONTENT_DELETE */ "delete from %_content where rowid = ?",
1338 static int content_delete(fulltext_vtab *v, sqlite_int64 iRow){ function
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 2278 static int content_delete(fulltext_vtab *v, sqlite_int64 iRow){ function
    [all...]

Completed in 347 milliseconds