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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c6069 const struct sqlite3_index_constraint *pConstraint; local
6077 pConstraint = pIdxInfo->aConstraint;
6078 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){
6081 if( pConstraint->iColumn<SERIES_COLUMN_START ) continue;
6082 iCol = pConstraint->iColumn - SERIES_COLUMN_START;
6086 if( pConstraint->usable==0 ){
6089 }else if( pConstraint->op==SQLITE_INDEX_CONSTRAINT_EQ ){
7985 const struct sqlite3_index_constraint *pConstraint; local
7988 pConstraint = pIdxInfo->aConstraint;
7989 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint
8529 const struct sqlite3_index_constraint *pConstraint; local
12952 idxConstraintFree(IdxConstraint *pConstraint) argument
[all...]
H A Dsqlite3.c140488 const struct sqlite3_index_constraint *pConstraint; local
208216 const struct sqlite3_index_constraint *pConstraint; local
209720 rtreeCallbackConstraint( RtreeConstraint *pConstraint, int eInt, u8 *pCellData, RtreeSearchPoint *pSearch, sqlite3_rtree_dbl *prScore, int *peWithin ) argument
210159 RtreeConstraint *pConstraint = pCur->aConstraint + ii; local
[all...]

Completed in 634 milliseconds