Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c18798 int nAccumulator; /* Number of columns that show through to the output. member
148239 ii>=pAggInfo->nAccumulator ? "" : " Accumulator");
148311 pAggInfo->nColumn = pAggInfo->nAccumulator;
148579 if( pAggInfo->nAccumulator
148680 if( regHit==0 && pAggInfo->nAccumulator ) regHit = ++pParse->nMem;
148693 if( regHit==0 && pAggInfo->nAccumulator ){
148699 for(i=0, pC=pAggInfo->aCol; i<pAggInfo->nAccumulator; i++, pC++){
149854 pAggInfo->nAccumulator = pAggInfo->nColumn;
150235 if( pAggInfo->nAccumulator ){