Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c877 Bitmask cMask; in constructAutomaticIndex() local
880 cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
889 if( (idxCols & cMask)==0 ){ in constructAutomaticIndex()
894 idxCols |= cMask; in constructAutomaticIndex()
933 Bitmask cMask; in constructAutomaticIndex() local
936 cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
939 if( (idxCols & cMask)==0 ){ in constructAutomaticIndex()
941 idxCols |= cMask; in constructAutomaticIndex()