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

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 35 ** Fts3Table.pendingTerms hash table. Normally, the hash table is
101 typedef struct Fts3Table Fts3Table;
119 struct Fts3Table {
284 int sqlite3Fts3PendingTermsFlush(Fts3Table *);
285 void sqlite3Fts3PendingTermsClear(Fts3Table *);
286 int sqlite3Fts3Optimize(Fts3Table *);
289 int sqlite3Fts3SegReaderPending(Fts3Table*,const char*,int,int,Fts3SegReader**);
292 int sqlite3Fts3AllSegdirs(Fts3Table*, int, sqlite3_stmt **);
293 int sqlite3Fts3ReadLock(Fts3Table *);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 105 milliseconds