Searched refs:MEM_Str (Results 1 – 2 of 2) sorted by relevance
76010 testcase( (pMem->flags & (MEM_Term|MEM_Str))==(MEM_Term|MEM_Str) );76012 if( (pMem->flags & (MEM_Term|MEM_Str))!=MEM_Str ){76906 if( (pVal->flags&(MEM_Str|MEM_Term))==(MEM_Str|MEM_Term) && pVal->enc==enc ){85362 assert( (pRec->flags & (MEM_Str|MEM_Int|MEM_Real|MEM_IntReal))==MEM_Str );85376 pRec->flags &= ~MEM_Str;85544 }else if( f & MEM_Str ){85578 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){87195 if( (flags1 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){87200 if( (flags3 & (MEM_Int|MEM_IntReal|MEM_Real|MEM_Str))==MEM_Str ){89334 if( (flags3 & (MEM_Int|MEM_Real|MEM_IntReal|MEM_Str))==MEM_Str ){[all …]
20266 assert( pMem->flags&MEM_Str ); in sqlite3VdbeMemTranslate()57385 pMem->flags |= MEM_Str|MEM_Term;57978 if( combined_flags&MEM_Str ){57979 if( (f1 & MEM_Str)==0 ){57982 if( (f2 & MEM_Str)==0 ){58115 if( pVal->flags&MEM_Str ){61688 p->flags &= ~MEM_Str;63190 else if( flags & MEM_Str ){63397 }else if( f & MEM_Str ){63439 }else if( (p->flags & (MEM_Int|MEM_Str))==(MEM_Int|MEM_Str) ){[all …]