Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c7886 typedef struct IndexSample IndexSample; typedef
10137 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */
10144 struct IndexSample { struct
78173 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;
/NextBSD/contrib/sqlite3/
HDsqlite3.c9368 typedef struct IndexSample IndexSample; typedef
11839 IndexSample *aSample; /* Samples of the left-most key */
11863 struct IndexSample { struct
90716 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;