Searched refs:MEM_Int (Results 1 – 1 of 1) sorted by relevance
23317 #define MEM_Int 0x0004 /* Value is an integer */ macro82388 assert( ISPOWEROF2(p->flags & (MEM_Int|MEM_Real|MEM_IntReal)) );82392 assert( (p->flags & (MEM_Int|MEM_Real|MEM_Str|MEM_Blob|MEM_Agg))==0 );82450 assert( p->flags & (MEM_Int|MEM_Real|MEM_IntReal) );82452 if( p->flags & MEM_Int ){82457 assert( (p->flags&MEM_Int)*2==sizeof(x) );82458 memcpy(&x, (char*)&p->u, (p->flags&MEM_Int)*2);82514 if( (p->flags & (MEM_Int|MEM_Real|MEM_IntReal))==0 ) return 1;82655 pMem->flags &= (MEM_Null|MEM_Int|MEM_Real|MEM_IntReal);82807 assert( pMem->flags&(MEM_Int|MEM_Real|MEM_IntReal) );[all …]