Searched refs:SQLITE_INDEX_SAMPLES (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Danalyze.c191 sqlite3VdbeAddOp2(v, OP_Integer, SQLITE_INDEX_SAMPLES, regSamplerecno);
192 sqlite3VdbeAddOp2(v, OP_Integer, SQLITE_INDEX_SAMPLES*2-1, regTemp);
193 sqlite3VdbeAddOp2(v, OP_Integer, SQLITE_INDEX_SAMPLES*2, regTemp2);
200 sqlite3VdbeAddOp2(v, OP_AddImm, regLast, SQLITE_INDEX_SAMPLES*2-2);
267 sqlite3VdbeAddOp2(v, OP_Integer, SQLITE_INDEX_SAMPLES, regTemp2);
567 for(j=0; j<SQLITE_INDEX_SAMPLES; j++){
663 if( iSample<SQLITE_INDEX_SAMPLES && iSample>=0 ){
667 static const int sz = sizeof(IndexSample)*SQLITE_INDEX_SAMPLES;
H A Dwhere.c2255 ** SQLITE_INDEX_SAMPLES evenly spaced samples of the first indexed column
2257 ** the index into (SQLITE_INDEX_SAMPLES+1) regions.
2260 ** values between samples 2 and 3. And so on. Region SQLITE_INDEX_SAMPLES
2271 ** and SQLITE_INDEX_SAMPLES+1, inclusive) and returns SQLITE_OK.
2291 for(i=0; i<SQLITE_INDEX_SAMPLES; i++){
2303 while( i<SQLITE_INDEX_SAMPLES && aSample[i].eType==SQLITE_NULL ) i++;
2333 for(i=0; i<SQLITE_INDEX_SAMPLES; i++){
2359 assert( i>=0 && i<=SQLITE_INDEX_SAMPLES );
2459 int iUpper = SQLITE_INDEX_SAMPLES;
2486 if( pUpper ) iUpper = (iLower + SQLITE_INDEX_SAMPLES
[all...]
H A DsqliteInt.h84 #define SQLITE_INDEX_SAMPLES 10 macro
1485 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c324 #define SQLITE_INDEX_SAMPLES 10 macro
9830 IndexSample *aSample; /* Array of SQLITE_INDEX_SAMPLES samples */
[all...]

Completed in 211 milliseconds