Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:eSearch

113143   i16 eSearch;                    /* Search strategy (see below) */
113168 ** The Fts3Cursor.eSearch member is always set to one of the following.
113169 ** Actualy, Fts3Cursor.eSearch can be greater than or equal to
113170 ** FTS3_FULLTEXT_SEARCH. If so, then Fts3Cursor.eSearch - 2 is the index
113177 ** Fts3Cursor.eSearch will be set to FTS3_FULLTEXT_SEARCH+1. (+0 for a,
113180 ** then eSearch would be set to FTS3_FULLTEXT_SEARCH+4.
116175 pCsr->eSearch = (i16)idxNum;