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;
9368 typedef struct IndexSample IndexSample; typedef11839 IndexSample *aSample; /* Samples of the left-most key */11863 struct IndexSample { struct90716 IndexSample *p = &pIdx->aSample[j];90738 IndexSample *aSample = pIdx->aSample;90739 IndexSample *pFinal = &aSample[pIdx->nSample-1];90832 IndexSample *pSample; /* A slot in pIdx->aSample[] */90870 nByte = sizeof(IndexSample) * nSample;121092 IndexSample *aSample = pIdx->aSample;