Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18998 #define EP_CanBeNull 0x200000 /* Can be null despite NOT NULL constraint */ macro
106402 ExprSetProperty(pNew, EP_CanBeNull);
106662 ExprSetProperty(pExpr, EP_CanBeNull);
111133 return ExprHasProperty(p, EP_CanBeNull) ||
142240 ExprClearProperty(p, EP_CanBeNull);
145673 ExprSetProperty(pNew, EP_CanBeNull);