Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c6118 pConstraint = pIdxInfo->aConstraint; in seriesBestIndex()
6122 int op = pConstraint->op; in seriesBestIndex()
6126 if( pConstraint->usable==0 ){ in seriesBestIndex()
6147 if( pConstraint->usable==0 ){ in seriesBestIndex()
8066 pConstraint = pIdxInfo->aConstraint; in fsdirBestIndex()
8069 switch( pConstraint->iColumn ){ in fsdirBestIndex()
8071 if( pConstraint->usable ){ in fsdirBestIndex()
8080 if( pConstraint->usable ){ in fsdirBestIndex()
8610 pConstraint = pIdxInfo->aConstraint; in completionBestIndex()
8614 switch( pConstraint->iColumn ){ in completionBestIndex()
[all …]
H A Dsqlite3.c141587 const struct sqlite3_index_constraint *pConstraint;
141593 pConstraint = pIdxInfo->aConstraint;
141600 j = pConstraint->iColumn - pTab->iHidden;
210010 const struct sqlite3_index_constraint *pConstraint;
210017 pConstraint = pIdxInfo->aConstraint;
210022 iCol = pConstraint->iColumn - JEACH_JSON;
210026 if( pConstraint->usable==0 ){
211531 assert( pConstraint->op==RTREE_MATCH || pConstraint->op==RTREE_QUERY );
211568 if( pConstraint->op==RTREE_MATCH ){
211579 rc = pConstraint->u.xQueryFunc(pInfo);
[all …]