Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c3053 const struct sqlite3_index_constraint *pConstraint; in fsdirBestIndex() local
3056 pConstraint = pIdxInfo->aConstraint; in fsdirBestIndex()
3059 switch( pConstraint->iColumn ){ in fsdirBestIndex()
3061 if( pConstraint->usable ){ in fsdirBestIndex()
3070 if( pConstraint->usable ){ in fsdirBestIndex()
3599 pConstraint = pIdxInfo->aConstraint; in completionBestIndex()
3601 if( pConstraint->usable==0 ) continue; in completionBestIndex()
3603 switch( pConstraint->iColumn ){ in completionBestIndex()
5845 pConstraint = pIdxInfo->aConstraint; in seriesBestIndex()
5854 if( pConstraint->usable==0 ){ in seriesBestIndex()
[all …]
H A Dsqlite3.c132014 const struct sqlite3_index_constraint *pConstraint;
132020 pConstraint = pIdxInfo->aConstraint;
132024 if( pConstraint->usable==0 ) continue;
132027 j = pConstraint->iColumn - pTab->iHidden;
193663 pConstraint = pIdxInfo->aConstraint;
193668 iCol = pConstraint->iColumn - JEACH_JSON;
193672 if( pConstraint->usable==0 ){
195153 assert( pConstraint->op==RTREE_MATCH || pConstraint->op==RTREE_QUERY );
195190 if( pConstraint->op==RTREE_MATCH ){
195201 rc = pConstraint->u.xQueryFunc(pInfo);
[all …]