Searched refs:pCons (Results 1 – 2 of 2) sorted by relevance
11544 const struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in zipfileBestIndex() local11545 if( pCons->iColumn!=ZIPFILE_F_COLUMN_IDX ) continue; in zipfileBestIndex()11546 if( pCons->usable==0 ){ in zipfileBestIndex()11548 }else if( pCons->op==SQLITE_INDEX_CONSTRAINT_EQ ){ in zipfileBestIndex()13230 struct sqlite3_index_constraint *pCons = &pIdxInfo->aConstraint[i]; in expertBestIndex() local13231 if( pCons->usable in expertBestIndex()13232 && pCons->iColumn>=0 in expertBestIndex()13233 && p->pTab->aCol[pCons->iColumn].iPk==0 in expertBestIndex()13234 && (pCons->op & opmask) in expertBestIndex()13240 pNew->iCol = pCons->iColumn; in expertBestIndex()[all …]
125626 Token *pCons, /* The ',' token after the last column defn. */125963 assert( pCons && pEnd );125964 if( pCons->z==0 ){125965 pCons = pEnd;125967 p->u.tab.addColOffset = 13 + (int)(pCons->z - pParse->sNameToken.z);190709 struct sqlite3_index_constraint *pCons = &pInfo->aConstraint[i];190710 if( pCons->usable==0 ){190711 if( pCons->op==SQLITE_INDEX_CONSTRAINT_MATCH ){190725 bDocid = (pCons->iColumn<0 || pCons->iColumn==p->nColumn+1);190728 if( iCons<0 && pCons->op==SQLITE_INDEX_CONSTRAINT_EQ && bDocid ){[all …]