Searched defs:MEM_Int (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h142 i64 i; /* Integer value used when MEM_Int is set in flags */
169 ** set, then the string is nul terminated. The MEM_Int and MEM_Real
174 #define MEM_Int 0x0004 /* Value is an integer */ macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12356 i64 i; /* Integer value used when MEM_Int is set in flags */
12383 ** set, then the string is nul terminated. The MEM_Int and MEM_Real
12388 #define MEM_Int 0x0004 /* Value is an integer */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14026 i64 i; /* Integer value used when MEM_Int is set in flags */
14052 ** set, then the string is nul terminated. The MEM_Int and MEM_Real
14057 #define MEM_Int 0x0004 /* Value is an integer */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14026 i64 i; /* Integer value used when MEM_Int is set in flags */
14052 ** set, then the string is nul terminated. The MEM_Int and MEM_Real
14057 #define MEM_Int 0x0004 /* Value is an integer */ macro
[all...]

Completed in 442 milliseconds