Searched refs:IndexSample (Results 1 – 3 of 3) sorted by relevance
1604 IndexSample *p = &pIdx->aSample[j];1626 IndexSample *aSample = pIdx->aSample;1627 IndexSample *pFinal = &aSample[pIdx->nSample-1];1718 IndexSample *pSample; /* A slot in pIdx->aSample[] */1752 nByte = sizeof(IndexSample) * nSample;
1193 typedef struct IndexSample IndexSample; typedef2640 IndexSample *aSample; /* Samples of the left-most key */2672 struct IndexSample { struct
1440 IndexSample *aSample = pIdx->aSample; in whereKeyStats()