Searched refs:MEM_AffMask (Results 1 – 1 of 1) sorted by relevance
24558 #define MEM_AffMask 0x003f /* Mask of affinity bits */ macro24606 #define memIsValid(M) ((M)->flags & MEM_AffMask)!=036163 c = MEM_Str|MEM_Term|(pMem->flags&(MEM_AffMask|MEM_Subtype)); in sqlite3VdbeMemTranslate()93854 assert( eType == aType[pVal->flags&MEM_AffMask] );93857 return aType[pVal->flags&MEM_AffMask];97993 pOut->flags = (pOut->flags&~(MEM_Undefined|MEM_AffMask))|MEM_Null;