Lines Matching defs:IndexSample
15360 typedef struct IndexSample IndexSample;
18766 int nSampleCol; /* Size of IndexSample.anEq[] and so on */
18768 IndexSample *aSample; /* Samples of the left-most key */
18800 struct IndexSample {
119109 ** into IndexSample.a[] at this point. */
120128 IndexSample *p = &pIdx->aSample[j];
120150 IndexSample *aSample = pIdx->aSample;
120151 IndexSample *pFinal = &aSample[pIdx->nSample-1];
120242 IndexSample *pSample; /* A slot in pIdx->aSample[] */
120281 nByte = sizeof(IndexSample) * nSample;
163710 IndexSample *aSample = pIdx->aSample;