Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4383 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()
[all …]