Lines Matching refs:indexable
163413 Bitmask indexable; /* Bitmask of all indexable tables in the clause */ member
167347 Bitmask indexable; /* Tables that are indexable, satisfying case 2 */ local
167370 indexable = ~(Bitmask)0;
167372 for(i=pOrWc->nTerm-1, pOrTerm=pOrWc->a; i>=0 && indexable; i--, pOrTerm++){
167403 indexable &= b;
167415 indexable &= b;
167428 pOrInfo->indexable = indexable;
167431 if( indexable ){
167437 if( indexable && pOrWc->nTerm==2 ){
170982 pTerm->u.pOrInfo->indexable);
173428 && (pTerm->u.pOrInfo->indexable & pNew->maskSelf)!=0