Home
last modified time | relevance | path

Searched refs:IsAnti (Results 1 – 11 of 11) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
D7zOut.h82 bool IsAnti; member
136 CBoolVector IsAnti; member
168 IsAnti.Clear(); in Clear()
191 IsAnti.ReserveDown(); in ReserveDown()
216 && (size == IsAnti.Size() || IsAnti.Size() == 0)); in CheckNumFiles()
219 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti()
224 while (index >= IsAnti.Size()) in SetItem_Anti()
225 IsAnti.Add(false); in SetItem_Anti()
226 IsAnti[index] = isAnti; in SetItem_Anti()
D7zUpdate.h57 bool IsAnti; member
69 bool HasStream() const { return !IsDir && !IsAnti && Size != 0; } in HasStream()
75 IsAnti(false), in CUpdateItem()
D7zIn.h119 CBoolVector IsAnti; member
151 IsAnti.Clear(); in Clear()
162 bool IsItemAnti(unsigned index) const { return (index < IsAnti.Size() && IsAnti[index]); } in IsItemAnti()
D7zUpdate.cpp546 if (u1.IsAnti != u2.IsAnti) in CompareEmptyItems()
547 return (u1.IsAnti ? 1 : -1); in CompareEmptyItems()
552 return (u1.IsAnti ? 1 : -1); in CompareEmptyItems()
553 return (u2.IsAnti ? -1 : 1); in CompareEmptyItems()
556 return (u1.IsDir && u1.IsAnti) ? -n : n; in CompareEmptyItems()
705 if (u1.IsAnti != u2.IsAnti) in CompareUpdateItems()
706 return (u1.IsAnti ? 1 : -1); in CompareUpdateItems()
1118 file2.IsAnti = ui.IsAnti; in UpdateItem_To_FileItem2()
1580 file2.IsAnti = inDb.IsItemAnti(index); in GetFile()
2484 if (file2.IsAnti || file.IsDir) in Update()
D7zHandlerOut.cpp415 ui.IsAnti = false; in UpdateItems()
432 ui.IsAnti = db->IsItemAnti((unsigned)ui.IndexInArchive); in UpdateItems()
511 ui.IsAnti = false; in UpdateItems()
515 ui.IsAnti = (prop.boolVal != VARIANT_FALSE); in UpdateItems()
531 if (ui.IsAnti) in UpdateItems()
630 if (ui.Size != 0 && ui.IsAnti) in UpdateItems()
D7zIn.cpp1416 db.IsAnti.ClearAndSetSize(numFiles); in ReadHeader()
1446 db.IsAnti[i] = isAnti; in ReadHeader()
D7zOut.cpp955 SetItem_Anti(index, file2.IsAnti); in AddFile()
/third_party/lzma/CPP/7zip/UI/Common/
DUpdateProduce.h13 bool IsAnti; // if (!IsAnti) we use other ways to detect Anti status member
26 IsAnti = false; in SetAs_NoChangeArcItem()
37 IsAnti(false), in CUpdatePair2()
DUpdateProduce.cpp61 up2.IsAnti = true; in UpdateProduce()
DUpdate.cpp679 RINOK(arc->IsItem_Anti(i, up2.IsAnti)); in Compress()
709 if (up.IsAnti) in Compress()
717 if (up.IsAnti) in Compress()
728 if (up.IsAnti) in Compress()
744 if (up.IsAnti) in Compress()
751 if (up.IsAnti) in Compress()
761 if (up.IsAnti) in Compress()
DUpdateCallback.cpp257 if (up.IsAnti) in GetRawProp()
439 if (up.IsAnti in GetProperty()
546 if (up.IsAnti) in GetStream2()