Searched defs:aSample (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c2256 ** stored in Index.aSample. These samples divide the domain of values stored
2285 IndexSample *aSample = pIdx->aSample; local
2292 if( aSample[i].eType==SQLITE_NULL ) continue;
2293 if( aSample[i].eType>=SQLITE_TEXT ) break;
2295 if( aSample[i].u.r>r ) break;
2297 if( aSample[i].u.r>=r ) break;
2303 while( i<SQLITE_INDEX_SAMPLES && aSample[i].eType==SQLITE_NULL ) i++;
2335 int eSampletype = aSample[i].eType;
2342 db, pColl->enc, aSample[
[all...]
H A DsqliteInt.h1485 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */ member in struct:Index
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9830 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */ member in struct:Index
99939 IndexSample *aSample = pIdx->aSample; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11180 int nSample; /* Number of elements in aSample[] */
11182 tRowcnt *aAvgEq; /* Average nEq values for keys not in aSample */
11183 IndexSample *aSample; /* Samples of the left-most key */ member in struct:Index
84970 IndexSample *aSample = pIdx->aSample; local
112794 IndexSample *aSample = pIdx->aSample; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11180 int nSample; /* Number of elements in aSample[] */
11182 tRowcnt *aAvgEq; /* Average nEq values for keys not in aSample */
11183 IndexSample *aSample; /* Samples of the left-most key */ member in struct:Index
84990 IndexSample *aSample = pIdx->aSample; local
112814 IndexSample *aSample = pIdx->aSample; local
[all...]

Completed in 1963 milliseconds