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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12698 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
12737 #define MEM_Dyn 0x0400 /* Need to call sqliteFree() on Mem.z */ macro
12933 if((X)->flags&(MEM_Agg|MEM_Dyn|MEM_RowSet|MEM_Frame)) \
20375 pMem->flags &= ~(MEM_Static|MEM_Dyn|MEM_Ephem);
20377 pMem->flags |= (MEM_Term|MEM_Dyn);
20505 assert( (m.flags & MEM_Dyn)!=0 || db->mallocFailed );
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c21195 u16 flags; /* Some combination of MEM_Null, MEM_Str, MEM_Dyn, etc. */
21205 void (*xDel)(void*);/* Destructor for Mem.z - only valid if MEM_Dyn */
21250 #define MEM_Dyn 0x0400 /* Need to call Mem.xDel() on Mem.z */ macro
21265 (((X)->flags&(MEM_Agg|MEM_Dyn))!=0)
[all...]

Completed in 960 milliseconds