Lines Matching refs:bNomatch
246285 int bNomatch; /* True if entry is not a match */ member
247172 assert( pNode->bNomatch==0 );
247245 pNode->bNomatch = 0;
247342 pNode->bNomatch = 0;
247359 pNode->bNomatch = ((0==fts5ExprNearTest(&rc, pExpr, pNode)) && rc==SQLITE_OK);
247360 assert( pNode->bEof==0 || pNode->bNomatch==0 );
247381 pNode->bNomatch = 0;
247458 pNode->bNomatch = (pPhrase->poslist.n==0);
247484 pNode->bNomatch = 0;
247499 if( cmp>0 || (cmp==0 && pChild->bNomatch==0) ){
247505 pNode->bNomatch = pNext->bNomatch;
247526 pNode->bNomatch = 0;
247551 pAnd->bNomatch = 0;
247560 pAnd->bNomatch = 0;
247579 if( pChild->bNomatch ){
247580 pAnd->bNomatch = 1;
247585 if( pAnd->bNomatch && pAnd!=pExpr->pRoot ){
247602 pNode->bNomatch = 0;
247623 if( cmp || p2->bNomatch ) break;
247627 pNode->bNomatch = p1->bNomatch;
247646 pNode->bNomatch = 0;
247704 pNode->bNomatch = 0;
247784 while( pRoot->bNomatch && rc==SQLITE_OK ){
247803 assert( pRoot->bEof==0 && pRoot->bNomatch==0 );
247806 assert( pRoot->bNomatch==0 || (rc==SQLITE_OK && pRoot->bEof==0) );
247807 }while( pRoot->bNomatch );