Searched refs:iEq (Results 1 – 4 of 4) sorted by relevance
139 int iEq = -1; in fts3auxBestIndexMethod() local157 if( op==SQLITE_INDEX_CONSTRAINT_EQ ) iEq = i; in fts3auxBestIndexMethod()165 if( iEq>=0 ){ in fts3auxBestIndexMethod()167 pInfo->aConstraintUsage[iEq].argvIndex = 1; in fts3auxBestIndexMethod()
117096 int iEq = -1;117114 if( op==SQLITE_INDEX_CONSTRAINT_EQ ) iEq = i;117122 if( iEq>=0 ){117124 pInfo->aConstraintUsage[iEq].argvIndex = 1;
121949 int iEq = -1;121967 if( op==SQLITE_INDEX_CONSTRAINT_EQ ) iEq = i;121975 if( iEq>=0 ){121977 pInfo->aConstraintUsage[iEq].argvIndex = 1;
121997 int iEq = -1;122015 if( op==SQLITE_INDEX_CONSTRAINT_EQ ) iEq = i;122023 if( iEq>=0 ){122025 pInfo->aConstraintUsage[iEq].argvIndex = 1;