Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:MEM_Agg

12358     FuncDef *pDef;      /* Used only when flags==MEM_Agg */
12405 #define MEM_Agg 0x2000 /* Mem.z points to an agg function context */
56239 testcase( p->flags & MEM_Agg );
56243 if( p->flags&(MEM_Agg|MEM_Dyn|MEM_RowSet|MEM_Frame) ){
56244 if( p->flags&MEM_Agg ){
56246 assert( (p->flags & MEM_Agg)==0 );
58205 if( p->flags&(MEM_Agg|MEM_Dyn|MEM_Frame|MEM_RowSet) ){
60900 if( (pMem->flags & MEM_Agg)==0 ){
60907 pMem->flags = MEM_Agg;
67645 assert( (u.cc.pMem->flags & ~(MEM_Null|MEM_Agg))==0 );