Searched refs:MEM_AggCtx (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A DvdbeInt.h141 #define MEM_AggCtx 0x0100 /* Mem.z points to an agg function context */ macro
H A Dvdbeaux.c689 if( pAgg->apFunc[i] && (pMem->flags & MEM_AggCtx)!=0 ){
H A Dvdbe.c4470 pMem->flags = MEM_AggCtx;

Completed in 26 milliseconds