Searched refs:IndexSample (Results 1 – 2 of 2) sorted by relevance
7886 typedef struct IndexSample IndexSample; typedef10137 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */10144 struct IndexSample { struct78173 IndexSample *p = &pIdx->aSample[j];78272 static const int sz = sizeof(IndexSample)*SQLITE_INDEX_SAMPLES;78273 pIdx->aSample = (IndexSample *)sqlite3DbMallocRaw(0, sz);78283 IndexSample *pSample = &pIdx->aSample[iSample];102807 IndexSample *aSample = pIdx->aSample;
14647 typedef struct IndexSample IndexSample; typedef17780 IndexSample *aSample; /* Samples of the left-most key */17812 struct IndexSample { struct108822 IndexSample *p = &pIdx->aSample[j];108844 IndexSample *aSample = pIdx->aSample;108845 IndexSample *pFinal = &aSample[pIdx->nSample-1];108936 IndexSample *pSample; /* A slot in pIdx->aSample[] */108970 nByte = sizeof(IndexSample) * nSample;145922 IndexSample *aSample = pIdx->aSample;