HomeSort by relevance Sort by last modified time
    Searched defs:MEM_Null (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 149 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
163 ** If the MEM_Null flag is set, then the value is an SQL NULL value.
172 #define MEM_Null 0x0001 /* Value is NULL */
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 866 milliseconds