Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h207 Bitmask maskLoop; /* Bitmask of all WhereLoop objects in this path */ member
H A Dwhere.c4877 if( (pWLoop->prereq & ~pFrom->maskLoop)!=0 ) continue; in wherePathSolver()
4878 if( (pWLoop->maskSelf & pFrom->maskLoop)!=0 ) continue; in wherePathSolver()
4893 maskNew = pFrom->maskLoop | pWLoop->maskSelf; in wherePathSolver()
4943 if( pTo->maskLoop==maskNew in wherePathSolver()
5031 pTo->maskLoop = pFrom->maskLoop | pWLoop->maskSelf; in wherePathSolver()