Home
last modified time | relevance | path

Searched defs:CFirstHeader (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/
H A DNsisIn.h46 struct CFirstHeader struct
48 UInt32 Flags;
49 UInt32 HeaderSize;
50 UInt32 ArcSize;
52 bool ThereIsCrc() const in ThereIsCrc()
59 UInt32 GetDataSize() const { return ArcSize - (ThereIsCrc() ? 4 : 0); } in GetDataSize()