Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8655 typedef struct IndexSample IndexSample; typedef
10992 IndexSample *aSample; /* Samples of the left-most key */
11001 struct IndexSample { struct
83009 IndexSample *p = &pIdx->aSample[j];
83031 IndexSample *aSample = pIdx->aSample;
83032 IndexSample *pFinal = &aSample[pIdx->nSample-1];
83103 IndexSample *pSample; /* A slot in pIdx->aSample[] */
83138 nByte = sizeof(IndexSample) * nSample;
110770 IndexSample *aSample = pIdx->aSample;