Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h602 #define WO_ALL 0x3fff /* Mask of all possible WO_* values */ macro
H A Dwhereexpr.c1143 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV; in exprAnalyze()
H A Dwherecode.c2238 if( (pWC->a[iTerm].eOperator & WO_ALL)==0 ) continue; in sqlite3WhereCodeOneLoopStart()
H A Dwhere.c1206 testcase( pTerm->eOperator & WO_ALL ); in allocateIndexInfo()
1303 op = pTerm->eOperator & WO_ALL; in allocateIndexInfo()