Home | History | Annotate | Download | only in dist

Lines Matching refs:colUsed

9951 ** In the colUsed field, the high-order bit (bit 63) is set if the table
9972 Bitmask colUsed; /* Bit N (1<<N) set if column N of pTab is used */
67959 ** this fact in the pSrcList.a[].colUsed bitmask. Column 0 causes
67971 pMatch->colUsed |= ((Bitmask)1)<<n;
68015 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
69712 pNewItem->colUsed = pOldItem->colUsed;
97285 int mxBitCol; /* Maximum column in pSrc->colUsed */
97327 extraCols = pSrc->colUsed & (~idxCols | (((Bitmask)1)<<(BMS-1)));
97334 if( pSrc->colUsed & (((Bitmask)1)<<(BMS-1)) ){
97380 if( pSrc->colUsed & (((Bitmask)1)<<(BMS-1)) ){
98199 Bitmask m = pSrc->colUsed;
99970 Bitmask b = pTabItem->colUsed;