Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h138 #define MEM_AggCtx 0x0100 /* Mem.z points to an agg function context */ macro
H A Dvdbeaux.c686 if( pAgg->apFunc[i] && (pMem->flags & MEM_AggCtx)!=0 ){ in sqliteVdbeAggReset()
H A Dvdbe.c4468 pMem->flags = MEM_AggCtx; in sqliteVdbeExec()