Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15314 typedef struct IndexSample IndexSample; typedef
18706 IndexSample *aSample; /* Samples of the left-most key */
18738 struct IndexSample { struct
119378 IndexSample *p = &pIdx->aSample[j];
119400 IndexSample *aSample = pIdx->aSample;
119401 IndexSample *pFinal = &aSample[pIdx->nSample-1];
119492 IndexSample *pSample; /* A slot in pIdx->aSample[] */
119531 nByte = sizeof(IndexSample) * nSample;
162361 IndexSample *aSample = pIdx->aSample;