Lines Matching defs:bNomatch
226436 int bNomatch; /* True if entry is not a match */
227271 assert( pNode->bNomatch==0 );
227344 pNode->bNomatch = 0;
227441 pNode->bNomatch = 0;
227458 pNode->bNomatch = ((0==fts5ExprNearTest(&rc, pExpr, pNode)) && rc==SQLITE_OK);
227459 assert( pNode->bEof==0 || pNode->bNomatch==0 );
227480 pNode->bNomatch = 0;
227557 pNode->bNomatch = (pPhrase->poslist.n==0);
227583 pNode->bNomatch = 0;
227598 if( cmp>0 || (cmp==0 && pChild->bNomatch==0) ){
227604 pNode->bNomatch = pNext->bNomatch;
227625 pNode->bNomatch = 0;
227650 pAnd->bNomatch = 0;
227659 pAnd->bNomatch = 0;
227678 if( pChild->bNomatch ){
227679 pAnd->bNomatch = 1;
227684 if( pAnd->bNomatch && pAnd!=pExpr->pRoot ){
227701 pNode->bNomatch = 0;
227722 if( cmp || p2->bNomatch ) break;
227726 pNode->bNomatch = p1->bNomatch;
227745 pNode->bNomatch = 0;
227803 pNode->bNomatch = 0;
227877 while( pRoot->bNomatch && rc==SQLITE_OK ){
227893 assert( pRoot->bEof==0 && pRoot->bNomatch==0 );
227896 assert( pRoot->bNomatch==0 || (rc==SQLITE_OK && pRoot->bEof==0) );
227897 }while( pRoot->bNomatch );