Searched refs:isPhrase (Results 1 – 1 of 1) sorted by relevance
634 int isPhrase; in fts3ExprParse() local657 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft); in fts3ExprParse()664 if( !isPhrase && isRequirePhrase ){ in fts3ExprParse()670 if( isPhrase && !isRequirePhrase ){ in fts3ExprParse()695 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE) in fts3ExprParse()696 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR) in fts3ExprParse()703 if( isPhrase ){ in fts3ExprParse()714 isRequirePhrase = !isPhrase; in fts3ExprParse()