Searched defs:Fts3Table (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h35 ** Fts3Table.pendingTerms hash table. Normally, the hash table is
101 typedef struct Fts3Table Fts3Table; typedef in typeref:struct:Fts3Table
119 struct Fts3Table { struct
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/
H A Dsqlite3.c113081 typedef struct Fts3Table Fts3Table; typedef in typeref:struct:Fts3Table
113099 struct Fts3Table { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c126711 typedef struct Fts3Table Fts3Table; typedef in typeref:struct:Fts3Table
126730 struct Fts3Table { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c126731 typedef struct Fts3Table Fts3Table; typedef in typeref:struct:Fts3Table
126750 struct Fts3Table { struct
[all...]

Completed in 806 milliseconds