Searched refs:aSample (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Danalyze.c560 ** If the Index.aSample variable is not NULL, delete the aSample[] array
565 if( pIdx->aSample ){
568 IndexSample *p = &pIdx->aSample[j];
573 sqlite3DbFree(db, pIdx->aSample);
585 ** Index.aSample[] arrays.
616 pIdx->aSample = 0;
666 if( pIdx->aSample==0 ){
668 pIdx->aSample = (IndexSample *)sqlite3DbMallocRaw(0, sz);
669 if( pIdx->aSample
[all...]
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/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...]
/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...]

Completed in 572 milliseconds