Searched refs:MEM_Null (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c12954 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
12968 ** If the MEM_Null flag is set, then the value is an SQL NULL value.
12977 #define MEM_Null 0x0001 /* Value is NULL */ macro
[all...]

Completed in 352 milliseconds