Home
last modified time | relevance | path

Searched defs:mPrereq (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dwhereexpr.c977 Bitmask mPrereq, /* Bitmask of FROM clause terms referenced by pExpr */ in exprMightBeIndexed2()
1002 Bitmask mPrereq, /* Bitmask of FROM clause terms referenced by pExpr */ in exprMightBeIndexed()
H A Dwhere.c3376 Bitmask mPrereq /* Extra prerequesites for using this table */ in whereLoopAddBtree()
3673 Bitmask mPrereq, /* Mask of tables that must be used. */ in whereLoopAddVirtualOne()
3997 Bitmask mPrereq, /* Tables that must be scanned before this one */ in whereLoopAddVirtual()
4128 Bitmask mPrereq, in whereLoopAddOr()
4257 Bitmask mPrereq = 0; in whereLoopAddAll() local