Searched refs:eSearch (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h163 i16 eSearch; /* Search strategy (see below) */ member in struct:Fts3Cursor
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,
200 ** then eSearch would be set to FTS3_FULLTEXT_SEARCH+4.
H A Dfts3.c3114 pCsr->eSearch = (i16)idxNum;
/external/sqlite/dist/orig/
H A Dsqlite3.c126813 i16 eSearch; /* Search strategy (see below) */ member in struct:Fts3Cursor
129924 int eSearch; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c126833 i16 eSearch; /* Search strategy (see below) */ member in struct:Fts3Cursor
129944 int eSearch; local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c113143 i16 eSearch; /* Search strategy (see below) */ member in struct:Fts3Cursor
[all...]

Completed in 837 milliseconds