Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h603 #define WO_SINGLE 0x01ff /* Mask of all non-compound WO_* values */ macro
H A Dwhereexpr.c680 if( (pOrTerm->eOperator & WO_SINGLE)==0 ){ in exprAnalyzeOrTerm()
H A Dwhere.c2094 if( pTerm->eOperator & WO_SINGLE ){ in sqlite3WhereTermPrint()