MEM_Str          19872 third_party/sqlite/amalgamation/sqlite3.c   assert( pMem->flags&MEM_Str );
MEM_Str          20110 third_party/sqlite/amalgamation/sqlite3.c   assert( (m.flags & MEM_Str)!=0 || db->mallocFailed );
MEM_Str          56010 third_party/sqlite/amalgamation/sqlite3.c   if( !(pMem->flags&MEM_Str) || pMem->enc==desiredEnc ){
MEM_Str          56093 third_party/sqlite/amalgamation/sqlite3.c   if( (f&(MEM_Str|MEM_Blob)) && pMem->z!=pMem->zMalloc ){
MEM_Str          56143 third_party/sqlite/amalgamation/sqlite3.c   if( (pMem->flags & MEM_Term)!=0 || (pMem->flags & MEM_Str)==0 ){
MEM_Str          56175 third_party/sqlite/amalgamation/sqlite3.c   assert( !(fg&(MEM_Str|MEM_Blob)) );
MEM_Str          56199 third_party/sqlite/amalgamation/sqlite3.c   pMem->flags |= MEM_Str|MEM_Term;
MEM_Str          56334 third_party/sqlite/amalgamation/sqlite3.c   }else if( flags & (MEM_Str|MEM_Blob) ){
MEM_Str          56358 third_party/sqlite/amalgamation/sqlite3.c   }else if( pMem->flags & (MEM_Str|MEM_Blob) ){
MEM_Str          56435 third_party/sqlite/amalgamation/sqlite3.c     assert( (pMem->flags & (MEM_Blob|MEM_Str))!=0 );
MEM_Str          56446 third_party/sqlite/amalgamation/sqlite3.c   pMem->flags &= ~(MEM_Str|MEM_Blob);
MEM_Str          56543 third_party/sqlite/amalgamation/sqlite3.c   if( p->flags & (MEM_Str|MEM_Blob) ){
MEM_Str          56610 third_party/sqlite/amalgamation/sqlite3.c   if( pTo->flags&(MEM_Str|MEM_Blob) ){
MEM_Str          56678 third_party/sqlite/amalgamation/sqlite3.c   flags = (enc==0?MEM_Blob:MEM_Str);
MEM_Str          56798 third_party/sqlite/amalgamation/sqlite3.c   if( combined_flags&MEM_Str ){
MEM_Str          56799 third_party/sqlite/amalgamation/sqlite3.c     if( (f1 & MEM_Str)==0 ){
MEM_Str          56802 third_party/sqlite/amalgamation/sqlite3.c     if( (f2 & MEM_Str)==0 ){
MEM_Str          56932 third_party/sqlite/amalgamation/sqlite3.c   assert( (MEM_Blob>>3) == MEM_Str );
MEM_Str          56935 third_party/sqlite/amalgamation/sqlite3.c   if( pVal->flags&MEM_Str ){
MEM_Str          57037 third_party/sqlite/amalgamation/sqlite3.c     if( pVal->flags & (MEM_Int|MEM_Real) ) pVal->flags &= ~MEM_Str;
MEM_Str          58036 third_party/sqlite/amalgamation/sqlite3.c       if( pMem->flags & MEM_Str ){
MEM_Str          58337 third_party/sqlite/amalgamation/sqlite3.c       pMem->flags = MEM_Static|MEM_Str|MEM_Term;
MEM_Str          58384 third_party/sqlite/amalgamation/sqlite3.c     pMem->flags = MEM_Dyn|MEM_Str|MEM_Term;
MEM_Str          58401 third_party/sqlite/amalgamation/sqlite3.c       pMem->flags = MEM_Dyn|MEM_Str|MEM_Term;
MEM_Str          58410 third_party/sqlite/amalgamation/sqlite3.c         pMem->flags = MEM_Str|MEM_Term;
MEM_Str          59680 third_party/sqlite/amalgamation/sqlite3.c   assert( pMem->db->mallocFailed || flags&(MEM_Str|MEM_Blob) );
MEM_Str          59686 third_party/sqlite/amalgamation/sqlite3.c   return ((n*2) + 12 + ((flags&MEM_Str)!=0));
MEM_Str          59905 third_party/sqlite/amalgamation/sqlite3.c         pMem->flags = MEM_Str | MEM_Ephem;
MEM_Str          60476 third_party/sqlite/amalgamation/sqlite3.c   if( p->flags & (MEM_Blob|MEM_Str) ){
MEM_Str          60478 third_party/sqlite/amalgamation/sqlite3.c     p->flags &= ~MEM_Str;
MEM_Str          61784 third_party/sqlite/amalgamation/sqlite3.c       }else if( pVar->flags & MEM_Str ){
MEM_Str          61920 third_party/sqlite/amalgamation/sqlite3.c   if( (p->flags & (MEM_Str|MEM_Blob))!=0 && p->n>sqlite3_max_blobsize ){
MEM_Str          61952 third_party/sqlite/amalgamation/sqlite3.c    if(((P)->flags&(MEM_Str|MEM_Blob))==0 && sqlite3VdbeMemStringify(P,enc)) \
MEM_Str          61993 third_party/sqlite/amalgamation/sqlite3.c   else if( flags & MEM_Str ){
MEM_Str          62071 third_party/sqlite/amalgamation/sqlite3.c     if( (pRec->flags&MEM_Str)==0 ) return;
MEM_Str          62111 third_party/sqlite/amalgamation/sqlite3.c     if( 0==(pRec->flags&MEM_Str) && (pRec->flags&(MEM_Real|MEM_Int)) ){
MEM_Str          62200 third_party/sqlite/amalgamation/sqlite3.c   }else if( f & MEM_Str ){
MEM_Str          62242 third_party/sqlite/amalgamation/sqlite3.c   }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
MEM_Str          63261 third_party/sqlite/amalgamation/sqlite3.c   pOut->flags = MEM_Str|MEM_Static|MEM_Term;
MEM_Str          63453 third_party/sqlite/amalgamation/sqlite3.c             || (u.ad.pMem[u.ad.i].flags & (MEM_Str|MEM_Blob))==0 );
MEM_Str          63499 third_party/sqlite/amalgamation/sqlite3.c   MemSetTypeFlag(pOut, MEM_Str);
MEM_Str          63919 third_party/sqlite/amalgamation/sqlite3.c   assert( MEM_Str==(MEM_Blob>>3) );
MEM_Str          63923 third_party/sqlite/amalgamation/sqlite3.c   assert( pIn1->flags & MEM_Str || db->mallocFailed );
MEM_Str          63943 third_party/sqlite/amalgamation/sqlite3.c     assert( pIn1->flags & MEM_Str || db->mallocFailed );
MEM_Str          64689 third_party/sqlite/amalgamation/sqlite3.c     assert( !(u.am.pDest->flags & (MEM_Blob|MEM_Str)) || u.am.pDest->z==u.am.sMem.z );
MEM_Str          66286 third_party/sqlite/amalgamation/sqlite3.c     assert( u.bf.pData->flags & (MEM_Blob|MEM_Str) );
MEM_Str          67174 third_party/sqlite/amalgamation/sqlite3.c   assert( (u.bv.pnErr->flags & (MEM_Str|MEM_Blob))==0 );
MEM_Str          67791 third_party/sqlite/amalgamation/sqlite3.c   pOut->flags = MEM_Str|MEM_Static|MEM_Term;
MEM_Str          68174 third_party/sqlite/amalgamation/sqlite3.c   assert( u.cl.pName->flags & MEM_Str );
MEM_Str            78 third_party/sqlite/src/src/test5.c   val.flags = MEM_Str|MEM_Term|MEM_Static;
MEM_Str           213 third_party/sqlite/src/src/utf.c   assert( pMem->flags&MEM_Str );
MEM_Str           451 third_party/sqlite/src/src/utf.c   assert( (m.flags & MEM_Str)!=0 || db->mallocFailed );
MEM_Str           104 third_party/sqlite/src/src/vdbe.c   if( (p->flags & (MEM_Str|MEM_Blob))!=0 && p->n>sqlite3_max_blobsize ){
MEM_Str           136 third_party/sqlite/src/src/vdbe.c    if(((P)->flags&(MEM_Str|MEM_Blob))==0 && sqlite3VdbeMemStringify(P,enc)) \
MEM_Str           177 third_party/sqlite/src/src/vdbe.c   else if( flags & MEM_Str ){
MEM_Str           255 third_party/sqlite/src/src/vdbe.c     if( (pRec->flags&MEM_Str)==0 ) return;
MEM_Str           295 third_party/sqlite/src/src/vdbe.c     if( 0==(pRec->flags&MEM_Str) && (pRec->flags&(MEM_Real|MEM_Int)) ){
MEM_Str           384 third_party/sqlite/src/src/vdbe.c   }else if( f & MEM_Str ){
MEM_Str           426 third_party/sqlite/src/src/vdbe.c   }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){
MEM_Str           947 third_party/sqlite/src/src/vdbe.c   pOut->flags = MEM_Str|MEM_Static|MEM_Term;
MEM_Str          1133 third_party/sqlite/src/src/vdbe.c             || (pMem[i].flags & (MEM_Str|MEM_Blob))==0 );
MEM_Str          1177 third_party/sqlite/src/src/vdbe.c   MemSetTypeFlag(pOut, MEM_Str);
MEM_Str          1591 third_party/sqlite/src/src/vdbe.c   assert( MEM_Str==(MEM_Blob>>3) );
MEM_Str          1595 third_party/sqlite/src/src/vdbe.c   assert( pIn1->flags & MEM_Str || db->mallocFailed );
MEM_Str          1615 third_party/sqlite/src/src/vdbe.c     assert( pIn1->flags & MEM_Str || db->mallocFailed );
MEM_Str          2351 third_party/sqlite/src/src/vdbe.c     assert( !(pDest->flags & (MEM_Blob|MEM_Str)) || pDest->z==sMem.z );
MEM_Str          3910 third_party/sqlite/src/src/vdbe.c     assert( pData->flags & (MEM_Blob|MEM_Str) );
MEM_Str          4766 third_party/sqlite/src/src/vdbe.c   assert( (pnErr->flags & (MEM_Str|MEM_Blob))==0 );
MEM_Str          5365 third_party/sqlite/src/src/vdbe.c   pOut->flags = MEM_Str|MEM_Static|MEM_Term;
MEM_Str          5734 third_party/sqlite/src/src/vdbe.c   assert( pName->flags & MEM_Str );
MEM_Str           142 third_party/sqlite/src/src/vdbeapi.c   if( p->flags & (MEM_Blob|MEM_Str) ){
MEM_Str           144 third_party/sqlite/src/src/vdbeapi.c     p->flags &= ~MEM_Str;
MEM_Str           911 third_party/sqlite/src/src/vdbeaux.c       if( pMem->flags & MEM_Str ){
MEM_Str          1212 third_party/sqlite/src/src/vdbeaux.c       pMem->flags = MEM_Static|MEM_Str|MEM_Term;
MEM_Str          1259 third_party/sqlite/src/src/vdbeaux.c     pMem->flags = MEM_Dyn|MEM_Str|MEM_Term;
MEM_Str          1276 third_party/sqlite/src/src/vdbeaux.c       pMem->flags = MEM_Dyn|MEM_Str|MEM_Term;
MEM_Str          1285 third_party/sqlite/src/src/vdbeaux.c         pMem->flags = MEM_Str|MEM_Term;
MEM_Str          2555 third_party/sqlite/src/src/vdbeaux.c   assert( pMem->db->mallocFailed || flags&(MEM_Str|MEM_Blob) );
MEM_Str          2561 third_party/sqlite/src/src/vdbeaux.c   return ((n*2) + 12 + ((flags&MEM_Str)!=0));
MEM_Str          2780 third_party/sqlite/src/src/vdbeaux.c         pMem->flags = MEM_Str | MEM_Ephem;
MEM_Str            45 third_party/sqlite/src/src/vdbemem.c   if( !(pMem->flags&MEM_Str) || pMem->enc==desiredEnc ){
MEM_Str           128 third_party/sqlite/src/src/vdbemem.c   if( (f&(MEM_Str|MEM_Blob)) && pMem->z!=pMem->zMalloc ){
MEM_Str           178 third_party/sqlite/src/src/vdbemem.c   if( (pMem->flags & MEM_Term)!=0 || (pMem->flags & MEM_Str)==0 ){
MEM_Str           210 third_party/sqlite/src/src/vdbemem.c   assert( !(fg&(MEM_Str|MEM_Blob)) );
MEM_Str           234 third_party/sqlite/src/src/vdbemem.c   pMem->flags |= MEM_Str|MEM_Term;
MEM_Str           369 third_party/sqlite/src/src/vdbemem.c   }else if( flags & (MEM_Str|MEM_Blob) ){
MEM_Str           393 third_party/sqlite/src/src/vdbemem.c   }else if( pMem->flags & (MEM_Str|MEM_Blob) ){
MEM_Str           470 third_party/sqlite/src/src/vdbemem.c     assert( (pMem->flags & (MEM_Blob|MEM_Str))!=0 );
MEM_Str           481 third_party/sqlite/src/src/vdbemem.c   pMem->flags &= ~(MEM_Str|MEM_Blob);
MEM_Str           578 third_party/sqlite/src/src/vdbemem.c   if( p->flags & (MEM_Str|MEM_Blob) ){
MEM_Str           645 third_party/sqlite/src/src/vdbemem.c   if( pTo->flags&(MEM_Str|MEM_Blob) ){
MEM_Str           713 third_party/sqlite/src/src/vdbemem.c   flags = (enc==0?MEM_Blob:MEM_Str);
MEM_Str           833 third_party/sqlite/src/src/vdbemem.c   if( combined_flags&MEM_Str ){
MEM_Str           834 third_party/sqlite/src/src/vdbemem.c     if( (f1 & MEM_Str)==0 ){
MEM_Str           837 third_party/sqlite/src/src/vdbemem.c     if( (f2 & MEM_Str)==0 ){
MEM_Str           967 third_party/sqlite/src/src/vdbemem.c   assert( (MEM_Blob>>3) == MEM_Str );
MEM_Str           970 third_party/sqlite/src/src/vdbemem.c   if( pVal->flags&MEM_Str ){
MEM_Str          1072 third_party/sqlite/src/src/vdbemem.c     if( pVal->flags & (MEM_Int|MEM_Real) ) pVal->flags &= ~MEM_Str;
MEM_Str           123 third_party/sqlite/src/src/vdbetrace.c       }else if( pVar->flags & MEM_Str ){