Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.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;
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c14647 typedef struct IndexSample IndexSample; typedef
17780 IndexSample *aSample; /* Samples of the left-most key */
17812 struct IndexSample { struct
108822 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;