Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20139 #define EP_CanBeNull 0x200000 /* Can be null despite NOT NULL constraint */ macro
110703 ExprSetProperty(pNew, EP_CanBeNull);
110993 ExprSetProperty(pExpr, EP_CanBeNull);
115805 return ExprHasProperty(p, EP_CanBeNull)
149471 ExprClearProperty(p, EP_CanBeNull);
149606 ExprSetProperty(pE1, EP_CanBeNull);
149629 ExprSetProperty(pE1, EP_CanBeNull);
152842 ExprSetProperty(pNew, EP_CanBeNull);