Lines Matching refs:ai
203 const CArcItem *ai = NULL;
217 ai = &arcItems[(unsigned)arcIndex2];
221 compareResult = CompareFileNames(dirNames[(unsigned)dirIndex2], ai->Name);
224 if (di->IsDir() != ai->IsDir)
225 compareResult = (ai->IsDir ? 1 : -1);
239 name = &ai->Name;
240 pair.State = ai->Censored ?
250 ThrowError(k_Duplicate_inArc_Message, ai->Name, arcItems[arcIndices[(unsigned)((int)arcIndex + dupl)]].Name);
253 if (!ai->Censored)
254 ThrowError(k_NotCensoredCollision_Message, *name, ai->Name);
260 if (ai->MTime.Def)
262 compResult = MyCompareTime((unsigned)fileTimeType, di->MTime, ai->MTime);
269 pair.State = (ai->Size_Defined && di->Size == ai->Size) ?
282 (ai && ai->IsAltStream))