Searched refs:isNot (Results 1 – 5 of 5) sorted by relevance
100 int isNot; /* True if getNextNode() sees a unary - */ member227 pParse->isNot = 1; in getNextToken()419 pParse->isNot = 0; in getNextNode()637 && p->eType==FTSQUERY_PHRASE && pParse->isNot in fts3ExprParse()
5230 int isNot; /* IS NOT TRUE or IS NOT FALSE */ in sqlite3ExprIfTrue() local5233 isNot = pExpr->op2==TK_ISNOT; in sqlite3ExprIfTrue()5235 testcase( isTrue && isNot ); in sqlite3ExprIfTrue()5236 testcase( !isTrue && isNot ); in sqlite3ExprIfTrue()5237 if( isTrue ^ isNot ){ in sqlite3ExprIfTrue()5239 isNot ? SQLITE_JUMPIFNULL : 0); in sqlite3ExprIfTrue()5404 int isNot; /* IS NOT TRUE or IS NOT FALSE */ in sqlite3ExprIfFalse() local5407 isNot = pExpr->op2==TK_ISNOT; in sqlite3ExprIfFalse()5409 testcase( isTrue && isNot ); in sqlite3ExprIfFalse()5410 testcase( !isTrue && isNot ); in sqlite3ExprIfFalse()[all …]
956 signed char isNot; /* this term is preceded by "-" */ member2708 pQuery->pTerms[pQuery->nTerms-1].isNot = 1; in tokenizeSegment()2795 if( aTerm[i].isNot ){ in fulltextQuery()2838 if( !aTerm[i].isNot ) continue; in fulltextQuery()
1698 signed char isNot; /* this term is preceded by "-" */ member3571 pQuery->pTerms[pQuery->nTerms-1].isNot = 1; in tokenizeSegment()3685 if( aTerm[i].isNot ){ in fulltextQuery()3731 if( !aTerm[i].isNot ) continue; in fulltextQuery()
2923 int isNot; in preprocess_input() local2927 isNot = (j==i+7); in preprocess_input()2933 if( !isNot ) exclude = !exclude; in preprocess_input()