OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MEM_Str
(Results
1 - 2
of
2
) 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
...]
Completed in 46 milliseconds