Searched refs:mAll (Results 1 – 2 of 2) sorted by relevance
2698 Bitmask mAll = 0; in sqlite3WhereRightJoinLoop() local2706 mAll |= pWInfo->a[k].pWLoop->maskSelf; in sqlite3WhereRightJoinLoop()2714 mAll |= pLoop->maskSelf; in sqlite3WhereRightJoinLoop()2722 if( pTerm->prereqAll & ~mAll ) continue; in sqlite3WhereRightJoinLoop()
2146 Bitmask mAll = (((Bitmask)1)<<(nb*4)) - 1; in sqlite3WhereLoopPrint() local2148 p->iTab, nb, p->maskSelf, nb, p->prereq & mAll); in sqlite3WhereLoopPrint()