Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18706 IndexSample *aSample; /* Samples of the left-most key */ member
119375 if( pIdx->aSample ){
119378 IndexSample *p = &pIdx->aSample[j];
119381 sqlite3DbFree(db, pIdx->aSample);
119385 pIdx->aSample = 0;
119400 IndexSample *aSample = pIdx->aSample;
119401 IndexSample *pFinal = &aSample[pIdx->nSample-1];
119437 || aSample[i].anDLt[iCol]!=aSample[i+1].anDLt[iCol]
119439 sumEq += aSample[i].anEq[iCol];
119519 if( pIdx->aSample!=0 ){
[all …]