Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwherecode.c2698 Bitmask mAll = 0; in sqlite3WhereRightJoinLoop() local
2706 mAll |= pWInfo->a[k].pWLoop->maskSelf; in sqlite3WhereRightJoinLoop()
2714 mAll |= pLoop->maskSelf; in sqlite3WhereRightJoinLoop()
2722 if( pTerm->prereqAll & ~mAll ) continue; in sqlite3WhereRightJoinLoop()
H A Dwhere.c2146 Bitmask mAll = (((Bitmask)1)<<(nb*4)) - 1; in sqlite3WhereLoopPrint() local
2148 p->iTab, nb, p->maskSelf, nb, p->prereq & mAll); in sqlite3WhereLoopPrint()