Home
last modified time | relevance | path

Searched defs:opMask (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c441 u32 opMask, /* Operator(s) to scan for */ in whereScanInit()
2795 int opMask; /* Valid operators for constraints */ in whereLoopAddBtreeIndex() local
5218 int opMask; in whereShortCut() local
H A Dwhereexpr.c1143 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV; in exprAnalyze() local
H A Dpragma.c2336 u32 opMask; /* Mask of operations to perform */ in sqlite3Pragma() local
H A DwhereInt.h323 u32 opMask; /* Acceptable operators */ member