Home
last modified time | relevance | path

Searched refs:bNomatch (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c246285 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) ){
[all …]