OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eSearch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h
163
i16
eSearch
; /* Search strategy (see below) */
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.
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 45 milliseconds