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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h102 typedef struct Fts3Cursor Fts3Cursor; typedef in typeref:struct:Fts3Cursor
161 struct Fts3Cursor { struct
188 ** The Fts3Cursor.eSearch member is always set to one of the following.
189 ** Actualy, Fts3Cursor.eSearch can be greater than or equal to
190 ** FTS3_FULLTEXT_SEARCH. If so, then Fts3Cursor.eSearch - 2 is the index
197 ** Fts3Cursor.eSearch will be set to FTS3_FULLTEXT_SEARCH+1. (+0 for a,
291 int sqlite3Fts3SegReaderCost(Fts3Cursor *, Fts3SegReader *, int *);
299 void sqlite3Fts3FreeDeferredTokens(Fts3Cursor *);
300 int sqlite3Fts3DeferToken(Fts3Cursor *, Fts3PhraseToke
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113082 typedef struct Fts3Cursor Fts3Cursor; typedef in typeref:struct:Fts3Cursor
113141 struct Fts3Cursor { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c126712 typedef struct Fts3Cursor Fts3Cursor; typedef in typeref:struct:Fts3Cursor
126811 struct Fts3Cursor { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c126732 typedef struct Fts3Cursor Fts3Cursor; typedef in typeref:struct:Fts3Cursor
126831 struct Fts3Cursor { struct
[all...]

Completed in 827 milliseconds