Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c1604 IndexSample *p = &pIdx->aSample[j];
1626 IndexSample *aSample = pIdx->aSample;
1627 IndexSample *pFinal = &aSample[pIdx->nSample-1];
1718 IndexSample *pSample; /* A slot in pIdx->aSample[] */
1752 nByte = sizeof(IndexSample) * nSample;
H A DsqliteInt.h1193 typedef struct IndexSample IndexSample; typedef
2640 IndexSample *aSample; /* Samples of the left-most key */
2672 struct IndexSample { struct
H A Dwhere.c1440 IndexSample *aSample = pIdx->aSample; in whereKeyStats()