HomeSort by relevance Sort by last modified time
    Searched defs:MEM_Str (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. */
166 ** If the MEM_Str flag is set then Mem.z points at a string representation.
170 ** flags may coexist with the MEM_Str flag.
173 #define MEM_Str 0x0002 /* Value is a string */
  /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 108 milliseconds