Home
last modified time | relevance | path

Searched refs:pAgg (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbeaux.c482 if( p->pAgg==0 ){ in sqlite_aggregate_context()
484 p->pAgg = (void*)p->s.z; in sqlite_aggregate_context()
490 return p->pAgg; in sqlite_aggregate_context()
683 assert( pAgg->apFunc!=0 ); in sqliteVdbeAggReset()
690 ctx.pAgg = pMem->z; in sqliteVdbeAggReset()
707 sqliteHashClear(&pAgg->hash); in sqliteVdbeAggReset()
708 sqliteFree(pAgg->apFunc); in sqliteVdbeAggReset()
709 pAgg->apFunc = 0; in sqliteVdbeAggReset()
710 pAgg->pCurrent = 0; in sqliteVdbeAggReset()
711 pAgg->pSearch = 0; in sqliteVdbeAggReset()
[all …]
H A DvdbeInt.h156 void *pAgg; /* Aggregate context */ member
H A Dselect.c2345 AggExpr *pAgg; in sqliteSelect() local
2355 for(i=0, pAgg=pParse->aAgg; i<pParse->nAgg; i++, pAgg++){ in sqliteSelect()
2356 if( pAgg->isAgg ) continue; in sqliteSelect()
2357 sqliteExprCode(pParse, pAgg->pExpr); in sqliteSelect()
2362 for(i=0, pAgg=pParse->aAgg; i<pParse->nAgg; i++, pAgg++){ in sqliteSelect()
2366 if( !pAgg->isAgg ) continue; in sqliteSelect()
2367 assert( pAgg->pFunc!=0 ); in sqliteSelect()
2368 assert( pAgg->pFunc->xStep!=0 ); in sqliteSelect()
2369 pDef = pAgg->pFunc; in sqliteSelect()
2370 pE = pAgg->pExpr; in sqliteSelect()
H A Dvdbe.c4453 ctx.pAgg = pMem->z; in sqliteVdbeExec()
4458 pMem->z = ctx.pAgg; in sqliteVdbeExec()
4588 ctx.pAgg = (void*)aMem[i].z; in sqliteVdbeExec()

Completed in 29 milliseconds