MEM_Dyn 19981 third_party/sqlite/amalgamation/sqlite3.c pMem->flags &= ~(MEM_Static|MEM_Dyn|MEM_Ephem); MEM_Dyn 19983 third_party/sqlite/amalgamation/sqlite3.c pMem->flags |= (MEM_Term|MEM_Dyn); MEM_Dyn 20111 third_party/sqlite/amalgamation/sqlite3.c assert( (m.flags & MEM_Dyn)!=0 || db->mallocFailed ); MEM_Dyn 56045 third_party/sqlite/amalgamation/sqlite3.c (((pMem->flags&MEM_Dyn)&&pMem->xDel) ? 1 : 0) + MEM_Dyn 56065 third_party/sqlite/amalgamation/sqlite3.c if( pMem->flags&MEM_Dyn && pMem->xDel ){ MEM_Dyn 56224 third_party/sqlite/amalgamation/sqlite3.c assert( 0==(pMem->flags&MEM_Dyn) && !pMem->xDel ); MEM_Dyn 56240 third_party/sqlite/amalgamation/sqlite3.c testcase( p->flags & MEM_Dyn ); MEM_Dyn 56243 third_party/sqlite/amalgamation/sqlite3.c if( p->flags&(MEM_Agg|MEM_Dyn|MEM_RowSet|MEM_Frame) ){ MEM_Dyn 56248 third_party/sqlite/amalgamation/sqlite3.c }else if( p->flags&MEM_Dyn && p->xDel ){ MEM_Dyn 56592 third_party/sqlite/amalgamation/sqlite3.c pTo->flags &= ~(MEM_Dyn|MEM_Static|MEM_Ephem); MEM_Dyn 56608 third_party/sqlite/amalgamation/sqlite3.c pTo->flags &= ~MEM_Dyn; MEM_Dyn 56713 third_party/sqlite/amalgamation/sqlite3.c flags |= ((xDel==SQLITE_STATIC)?MEM_Static:MEM_Dyn); MEM_Dyn 56888 third_party/sqlite/amalgamation/sqlite3.c if( offset+amt<=available && (pMem->flags&MEM_Dyn)==0 ){ MEM_Dyn 56893 third_party/sqlite/amalgamation/sqlite3.c pMem->flags = MEM_Blob|MEM_Dyn|MEM_Term; MEM_Dyn 58205 third_party/sqlite/amalgamation/sqlite3.c if( p->flags&(MEM_Agg|MEM_Dyn|MEM_Frame|MEM_RowSet) ){ MEM_Dyn 58384 third_party/sqlite/amalgamation/sqlite3.c pMem->flags = MEM_Dyn|MEM_Str|MEM_Term; MEM_Dyn 58401 third_party/sqlite/amalgamation/sqlite3.c pMem->flags = MEM_Dyn|MEM_Str|MEM_Term; MEM_Dyn 62166 third_party/sqlite/amalgamation/sqlite3.c if( f & MEM_Dyn ){ MEM_Dyn 62171 third_party/sqlite/amalgamation/sqlite3.c assert( (f & (MEM_Dyn|MEM_Ephem))==0 ); MEM_Dyn 62174 third_party/sqlite/amalgamation/sqlite3.c assert( (f & (MEM_Static|MEM_Dyn))==0 ); MEM_Dyn 62203 third_party/sqlite/amalgamation/sqlite3.c if( f & MEM_Dyn ){ MEM_Dyn 62208 third_party/sqlite/amalgamation/sqlite3.c assert( (f & (MEM_Dyn|MEM_Ephem))==0 ); MEM_Dyn 62211 third_party/sqlite/amalgamation/sqlite3.c assert( (f & (MEM_Static|MEM_Dyn))==0 ); MEM_Dyn 63073 third_party/sqlite/amalgamation/sqlite3.c assert( (pIn1->flags & MEM_Dyn)==0 ); MEM_Dyn 63102 third_party/sqlite/amalgamation/sqlite3.c assert( (pIn1->flags & MEM_Dyn)==0 ); MEM_Dyn 63237 third_party/sqlite/amalgamation/sqlite3.c assert( pOut->flags & MEM_Dyn ); MEM_Dyn 63240 third_party/sqlite/amalgamation/sqlite3.c pOut->flags &= ~MEM_Dyn; MEM_Dyn 64688 third_party/sqlite/amalgamation/sqlite3.c assert( !(u.am.pDest->flags & MEM_Dyn) ); MEM_Dyn 64854 third_party/sqlite/amalgamation/sqlite3.c pOut->flags = MEM_Blob | MEM_Dyn; MEM_Dyn 322 third_party/sqlite/src/src/utf.c pMem->flags &= ~(MEM_Static|MEM_Dyn|MEM_Ephem); MEM_Dyn 324 third_party/sqlite/src/src/utf.c pMem->flags |= (MEM_Term|MEM_Dyn); MEM_Dyn 452 third_party/sqlite/src/src/utf.c assert( (m.flags & MEM_Dyn)!=0 || db->mallocFailed ); MEM_Dyn 350 third_party/sqlite/src/src/vdbe.c if( f & MEM_Dyn ){ MEM_Dyn 355 third_party/sqlite/src/src/vdbe.c assert( (f & (MEM_Dyn|MEM_Ephem))==0 ); MEM_Dyn 358 third_party/sqlite/src/src/vdbe.c assert( (f & (MEM_Static|MEM_Dyn))==0 ); MEM_Dyn 387 third_party/sqlite/src/src/vdbe.c if( f & MEM_Dyn ){ MEM_Dyn 392 third_party/sqlite/src/src/vdbe.c assert( (f & (MEM_Dyn|MEM_Ephem))==0 ); MEM_Dyn 395 third_party/sqlite/src/src/vdbe.c assert( (f & (MEM_Static|MEM_Dyn))==0 ); MEM_Dyn 761 third_party/sqlite/src/src/vdbe.c assert( (pIn1->flags & MEM_Dyn)==0 ); MEM_Dyn 788 third_party/sqlite/src/src/vdbe.c assert( (pIn1->flags & MEM_Dyn)==0 ); MEM_Dyn 923 third_party/sqlite/src/src/vdbe.c assert( pOut->flags & MEM_Dyn ); MEM_Dyn 926 third_party/sqlite/src/src/vdbe.c pOut->flags &= ~MEM_Dyn; MEM_Dyn 2350 third_party/sqlite/src/src/vdbe.c assert( !(pDest->flags & MEM_Dyn) ); MEM_Dyn 2512 third_party/sqlite/src/src/vdbe.c pOut->flags = MEM_Blob | MEM_Dyn; MEM_Dyn 1080 third_party/sqlite/src/src/vdbeaux.c if( p->flags&(MEM_Agg|MEM_Dyn|MEM_Frame|MEM_RowSet) ){ MEM_Dyn 1259 third_party/sqlite/src/src/vdbeaux.c pMem->flags = MEM_Dyn|MEM_Str|MEM_Term; MEM_Dyn 1276 third_party/sqlite/src/src/vdbeaux.c pMem->flags = MEM_Dyn|MEM_Str|MEM_Term; MEM_Dyn 80 third_party/sqlite/src/src/vdbemem.c (((pMem->flags&MEM_Dyn)&&pMem->xDel) ? 1 : 0) + MEM_Dyn 100 third_party/sqlite/src/src/vdbemem.c if( pMem->flags&MEM_Dyn && pMem->xDel ){ MEM_Dyn 259 third_party/sqlite/src/src/vdbemem.c assert( 0==(pMem->flags&MEM_Dyn) && !pMem->xDel ); MEM_Dyn 275 third_party/sqlite/src/src/vdbemem.c testcase( p->flags & MEM_Dyn ); MEM_Dyn 278 third_party/sqlite/src/src/vdbemem.c if( p->flags&(MEM_Agg|MEM_Dyn|MEM_RowSet|MEM_Frame) ){ MEM_Dyn 283 third_party/sqlite/src/src/vdbemem.c }else if( p->flags&MEM_Dyn && p->xDel ){ MEM_Dyn 627 third_party/sqlite/src/src/vdbemem.c pTo->flags &= ~(MEM_Dyn|MEM_Static|MEM_Ephem); MEM_Dyn 643 third_party/sqlite/src/src/vdbemem.c pTo->flags &= ~MEM_Dyn; MEM_Dyn 748 third_party/sqlite/src/src/vdbemem.c flags |= ((xDel==SQLITE_STATIC)?MEM_Static:MEM_Dyn); MEM_Dyn 923 third_party/sqlite/src/src/vdbemem.c if( offset+amt<=available && (pMem->flags&MEM_Dyn)==0 ){ MEM_Dyn 928 third_party/sqlite/src/src/vdbemem.c pMem->flags = MEM_Blob|MEM_Dyn|MEM_Term;