Home | History | Annotate | Download | only in dist

Lines Matching refs:EP_CanBeNull

16309 #define EP_CanBeNull 0x100000 /* Can be null despite NOT NULL constraint */
91446 ExprSetProperty(pExpr, EP_CanBeNull);
94703 return ExprHasProperty(p, EP_CanBeNull) ||
121884 ExprSetProperty(pNew, EP_CanBeNull);