Searched defs:mPrereq (Results 1 – 2 of 2) sorted by relevance
977 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()
3376 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