Lines Matching refs:revMask
4875 Bitmask revMask; /* Mask of rev-order loops for (..) */ in wherePathSolver() local
4896 revMask = 0; in wherePathSolver()
4899 iLoop, pWLoop, &revMask); in wherePathSolver()
4901 revMask = pFrom->revLoop; in wherePathSolver()
5032 pTo->revLoop = revMask; in wherePathSolver()
5118 pWInfo->revMask = pFrom->revLoop; in wherePathSolver()
5133 pWInfo->revMask = m; in wherePathSolver()
5147 Bitmask revMask = 0; in wherePathSolver() local
5149 pFrom, 0, nLoop-1, pFrom->aLoop[nLoop-1], &revMask in wherePathSolver()
5154 pWInfo->revMask = revMask; in wherePathSolver()
5875 pWInfo->revMask = ALLBITS; in sqlite3WhereBegin()
5885 sqlite3DebugPrintf(" ORDERBY=%d,0x%llx", pWInfo->nOBSat, pWInfo->revMask); in sqlite3WhereBegin()