Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19478 #define EP_CanBeNull 0x200000 /* Can be null despite NOT NULL constraint */ macro
108254 ExprSetProperty(pNew, EP_CanBeNull);
108541 ExprSetProperty(pExpr, EP_CanBeNull);
113237 return ExprHasProperty(p, EP_CanBeNull)
145320 ExprClearProperty(p, EP_CanBeNull);
145455 ExprSetProperty(pE1, EP_CanBeNull);
145478 ExprSetProperty(pE1, EP_CanBeNull);
148783 ExprSetProperty(pNew, EP_CanBeNull);