Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c368 if( p->mxSample ){ in statAccumDestructor()
430 if( mxSample ){ in statInit()
453 p->mxSample = p->nLimit==0 ? mxSample : 0; in statInit()
454 if( mxSample ){ in statInit()
465 p->aBest = &p->a[mxSample]; in statInit()
467 for(i=0; i<(mxSample+nCol); i++){ in statInit()
598 if( p->nSample>=p->mxSample ){ in sampleInsert()
610 p->nSample = p->mxSample-1; in sampleInsert()
628 if( p->nSample>=p->mxSample ){ in sampleInsert()
630 for(i=0; i<p->mxSample; i++){ in sampleInsert()
[all …]