Home
last modified time | relevance | path

Searched refs:pConstraint (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c3618 const struct sqlite3_index_constraint *pConstraint; in seriesBestIndex() local
3626 pConstraint = pIdxInfo->aConstraint; in seriesBestIndex()
3627 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){ in seriesBestIndex()
3630 if( pConstraint->iColumn<SERIES_COLUMN_START ) continue; in seriesBestIndex()
3631 iCol = pConstraint->iColumn - SERIES_COLUMN_START; in seriesBestIndex()
3635 if( pConstraint->usable==0 ){ in seriesBestIndex()
3638 }else if( pConstraint->op==SQLITE_INDEX_CONSTRAINT_EQ ){ in seriesBestIndex()
5532 const struct sqlite3_index_constraint *pConstraint; in fsdirBestIndex() local
5535 pConstraint = pIdxInfo->aConstraint; in fsdirBestIndex()
5536 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint in fsdirBestIndex()
6075 const struct sqlite3_index_constraint *pConstraint; completionBestIndex() local
10471 idxConstraintFree(IdxConstraint *pConstraint) idxConstraintFree() argument
[all...]
H A Dsqlite3.c136930 const struct sqlite3_index_constraint *pConstraint; global() local
200697 const struct sqlite3_index_constraint *pConstraint; global() local
202140 rtreeCallbackConstraint( RtreeConstraint *pConstraint, int eInt, u8 *pCellData, RtreeSearchPoint *pSearch, sqlite3_rtree_dbl *prScore, int *peWithin ) global() argument
202579 RtreeConstraint *pConstraint = pCur->aConstraint + ii; global() local
[all...]

Completed in 162 milliseconds