Lines Matching defs:aIdxUsed
48 char *aIdxUsed = 0; /* aIdxUsed[i]==1 if the i-th index is used */
177 aIdxUsed = (char*)&apIdx[nIdx];
189 aIdxUsed[j] = 1;
191 aIdxUsed[j] = 0;
334 if( openAll || aIdxUsed[i] ){
380 sqliteGenerateConstraintChecks(pParse, pTab, iCur, aIdxUsed, chngRecno, 1,
385 sqliteGenerateRowIndexDelete(db, v, pTab, iCur, aIdxUsed);
395 sqliteCompleteInsertion(pParse, pTab, iCur, aIdxUsed, chngRecno, 1, -1);
410 if( openAll || aIdxUsed[i] )
432 if( openAll || aIdxUsed[i] ){