Searched defs:aIdxUsed (Results 1 – 3 of 3) sorted by relevance
624 char *aIdxUsed, /* Which indices are used. NULL means all are used */ in sqliteGenerateConstraintChecks()867 char *aIdxUsed, /* Which indices are used. NULL means all are used */ in sqliteCompleteInsertion()
45 char *aIdxUsed = 0; /* aIdxUsed[i]==1 if the i-th index is used */ in sqliteUpdate() local
372 char *aIdxUsed /* Only delete if aIdxUsed!=0 && aIdxUsed[i]!=0 */ in sqliteGenerateRowIndexDelete()
Completed in 12 milliseconds