Lines Matching defs:item
545 // 17.01: anti-item is (up.NewData && (p.UseArcProps in most cases))
959 bool CensorNode_CheckPath2(const NWildcard::CCensorNode &node, const CReadArcItem &item, bool &include);
961 static bool Censor_CheckPath(const NWildcard::CCensor &censor, const CReadArcItem &item)
969 if (CensorNode_CheckPath2(censor.Pairs[i].Head, item, include))
972 // here we can exclude item via some Pair, that is still allowed by another Pair
993 CReadArcItem item;
1001 RINOK(arc.GetItem(i, item))
1002 ai.Name = item.Path;
1003 ai.IsDir = item.IsDir;
1006 item.IsAltStream;
1018 ai.Censored = Censor_CheckPath(censor, item);
1020 // ai.MTime will be set to archive MTime, if not present in archive item