OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MEM_Dyn
(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. */
188
#define
MEM_Dyn
0x0400 /* Need to call sqliteFree() on Mem.z */
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 45 milliseconds