Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dseries.c119 #define SERIES_COLUMN_START 1 in seriesConnect() macro
194 case SERIES_COLUMN_START: x = pCur->mnValue; break; in seriesColumn()
339 assert( SERIES_COLUMN_STOP == SERIES_COLUMN_START+1 ); in seriesBestIndex()
340 assert( SERIES_COLUMN_STEP == SERIES_COLUMN_START+2 ); in seriesBestIndex()
347 if( pConstraint->iColumn<SERIES_COLUMN_START ) continue; in seriesBestIndex()
348 iCol = pConstraint->iColumn - SERIES_COLUMN_START; in seriesBestIndex()
/sqlite-3.40.0/tool/
H A Dfuzzershell.c412 #define SERIES_COLUMN_START 1 in seriesConnect() macro
481 case SERIES_COLUMN_START: x = pCur->mnValue; break; in seriesColumn()
612 case SERIES_COLUMN_START: in seriesBestIndex()