Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c247017 int bNomatch; /* True if entry is not a match */ member
247904 assert( pNode->bNomatch==0 );
247977 pNode->bNomatch = 0;
248074 pNode->bNomatch = 0;
248091 pNode->bNomatch = ((0==fts5ExprNearTest(&rc, pExpr, pNode)) && rc==SQLITE_OK);
248092 assert( pNode->bEof==0 || pNode->bNomatch==0 );
248113 pNode->bNomatch = 0;
248190 pNode->bNomatch = (pPhrase->poslist.n==0);
248216 pNode->bNomatch = 0;
248231 if( cmp>0 || (cmp==0 && pChild->bNomatch==0) ){
[all …]