Searched refs:MEM_AggCtx (Results 1 – 3 of 3) sorted by relevance
138 #define MEM_AggCtx 0x0100 /* Mem.z points to an agg function context */ macro
686 if( pAgg->apFunc[i] && (pMem->flags & MEM_AggCtx)!=0 ){ in sqliteVdbeAggReset()
4468 pMem->flags = MEM_AggCtx; in sqliteVdbeExec()