Lines Matching refs:Bitmask
108 Bitmask notReady; /* FROM entries not usable at this level */
129 Bitmask prereq; /* Bitmask of other loops that must run first */
130 Bitmask maskSelf; /* Bitmask identifying table iTab */
173 Bitmask prereq; /* Prerequisites */
207 Bitmask maskLoop; /* Bitmask of all WhereLoop objects in this path */
208 Bitmask revLoop; /* aLoop[]s that should be reversed for ORDER BY */
285 Bitmask prereqRight; /* Bitmask of tables used by pExpr->pRight */
286 Bitmask prereqAll; /* Bitmask of tables referenced by pExpr */
365 Bitmask indexable; /* Bitmask of all indexable tables in the clause */
490 Bitmask revMask; /* Mask of ORDER BY terms that need reversing */
501 Bitmask sqlite3WhereGetMask(WhereMaskSet*,int);
511 Bitmask notReady, /* RHS must not overlap with this mask */
545 Bitmask sqlite3WhereCodeOneLoopStart(
551 Bitmask notReady /* Which tables are currently available */
564 Bitmask sqlite3WhereExprUsage(WhereMaskSet*, Expr*);
565 Bitmask sqlite3WhereExprUsageNN(WhereMaskSet*, Expr*);
566 Bitmask sqlite3WhereExprListUsage(WhereMaskSet*, ExprList*);