Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c294 StatSample *aBest; /* Array of nCol best samples */ member
370 for(i=0; i<p->nCol; i++) sampleClear(p->db, p->aBest+i); in statAccumDestructor()
465 p->aBest = &p->a[mxSample]; in statInit()
475 p->aBest[i].iCol = i; in statInit()
655 StatSample *pBest = &p->aBest[i]; in samplePushPrevious()
764 if( i>=iChng || sampleIsBetterPost(p, &p->current, &p->aBest[i]) ){ in statPush()
765 sampleCopy(p, &p->aBest[i], &p->current); in statPush()