Lines Matching refs:colUsed
911 extraCols = pSrc->colUsed & (~idxCols | MASKBIT(BMS-1)); in constructAutomaticIndex()
918 if( pSrc->colUsed & MASKBIT(BMS-1) ){ in constructAutomaticIndex()
961 if( pSrc->colUsed & MASKBIT(BMS-1) ){ in constructAutomaticIndex()
3554 m = pSrc->colUsed & pProbe->colNotIdxed; in whereLoopAddBtree()
3720 pIdxInfo->colUsed = (sqlite3_int64)pSrc->colUsed; in whereLoopAddVirtualOne()
5234 if( pIdx->isCovering || (pItem->colUsed & pIdx->colNotIdxed)==0 ){ in whereShortCut()
6031 Bitmask b = pTabItem->colUsed; in sqlite3WhereBegin()
6047 (const u8*)&pTabItem->colUsed, P4_INT64); in sqlite3WhereBegin()
6103 u64 colUsed = 0; in sqlite3WhereBegin() local
6109 if( (pTabItem->colUsed & MASKBIT(jj))==0 ) continue; in sqlite3WhereBegin()
6110 colUsed |= ((u64)1)<<(ii<63 ? ii : 63); in sqlite3WhereBegin()
6113 (u8*)&colUsed, P4_INT64); in sqlite3WhereBegin()