Searched refs:obDone (Results 1 – 1 of 1) sorted by relevance
4384 Bitmask obDone; /* Mask of all ORDER BY terms */ in wherePathSatisfiesOrderBy() local4417 obDone = MASKBIT(nOrderBy)-1; in wherePathSatisfiesOrderBy()4424 for(iLoop=0; isOrderDistinct && obSat<obDone && iLoop<=nLoop; iLoop++){ in wherePathSatisfiesOrderBy()4436 obSat = obDone; in wherePathSatisfiesOrderBy()4668 if( obSat==obDone ) return (i8)nOrderBy; in wherePathSatisfiesOrderBy()