Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20118 #define EP_CanBeNull 0x200000 /* Can be null despite NOT NULL constraint */ macro
110545 ExprSetProperty(pNew, EP_CanBeNull);
110835 ExprSetProperty(pExpr, EP_CanBeNull);
115629 return ExprHasProperty(p, EP_CanBeNull)
149250 ExprClearProperty(p, EP_CanBeNull);
149385 ExprSetProperty(pE1, EP_CanBeNull);
149408 ExprSetProperty(pE1, EP_CanBeNull);
152612 ExprSetProperty(pNew, EP_CanBeNull);