Lines Matching refs:obSat
4383 Bitmask obSat = 0; /* Mask of ORDER BY terms satisfied so far */ in wherePathSatisfiesOrderBy() local
4424 for(iLoop=0; isOrderDistinct && obSat<obDone && iLoop<=nLoop; iLoop++){ in wherePathSatisfiesOrderBy()
4436 obSat = obDone; in wherePathSatisfiesOrderBy()
4450 if( MASKBIT(i) & obSat ) continue; in wherePathSatisfiesOrderBy()
4477 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
4583 if( MASKBIT(i) & obSat ) continue; in wherePathSatisfiesOrderBy()
4636 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
4658 if( MASKBIT(i) & obSat ) continue; in wherePathSatisfiesOrderBy()
4663 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
4668 if( obSat==obDone ) return (i8)nOrderBy; in wherePathSatisfiesOrderBy()
4672 if( (obSat&m)==m ) return i; in wherePathSatisfiesOrderBy()