HomeSort by relevance Sort by last modified time
    Searched defs:fts3DisconnectMethod (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 440 static int fts3DisconnectMethod(sqlite3_vtab *pVtab){
504 /* If everything has worked, invoke fts3DisconnectMethod() to free the
508 return (rc==SQLITE_OK ? fts3DisconnectMethod(pVtab) : rc);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 99 milliseconds