Home
last modified time | relevance | path

Searched refs:obDone (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhere.c4384 Bitmask obDone; /* Mask of all ORDER BY terms */ in wherePathSatisfiesOrderBy() local
4417 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()