Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h347 u8 hasOr; /* True if any a[].eOperator is WO_OR */ member
H A Dwhereexpr.c739 pWC->hasOr = 1; in exprAnalyzeOrTerm()
1655 pWC->hasOr = 0; in sqlite3WhereClauseInit()
H A Dwhere.c4318 if( rc==SQLITE_OK && pBuilder->pWC->hasOr ){ in whereLoopAddAll()