Searched refs:MEM_Dyn (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c11775 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
11812 #define MEM_Dyn 0x0400 /* Need to call sqliteFree() on Mem.z */ macro
19321 pMem->flags &= ~(MEM_Static|MEM_Dyn|MEM_Ephem);
19323 pMem->flags |= (MEM_Term|MEM_Dyn);
19451 assert( (m.flags & MEM_Dyn)!=0 || db->mallocFailed );
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c11775 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
11812 #define MEM_Dyn 0x0400 /* Need to call sqliteFree() on Mem.z */ macro
19321 pMem->flags &= ~(MEM_Static|MEM_Dyn|MEM_Ephem);
19323 pMem->flags |= (MEM_Term|MEM_Dyn);
19451 assert( (m.flags & MEM_Dyn)!=0 || db->mallocFailed );
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c11775 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
11812 #define MEM_Dyn 0x0400 /* Need to call sqliteFree() on Mem.z */ macro
19321 pMem->flags &= ~(MEM_Static|MEM_Dyn|MEM_Ephem);
19323 pMem->flags |= (MEM_Term|MEM_Dyn);
19451 assert( (m.flags & MEM_Dyn)!=0 || db->mallocFailed );
[all...]

Completed in 716 milliseconds