Searched refs:compressionMethod (Results 1 – 3 of 3) sorted by relevance
40 uint16_t compressionMethod = 0; member74 uint16_t compressionMethod = 0; member
320 centralDir->compressionMethod = static_cast<uint16_t>(fileInfo_.method); in EncodeCentralDirEntry()358 header->compressionMethod = static_cast<uint16_t>(fileInfo_.method); in EncodeLocalFileHeader()433 …hod = static_cast<int32_t>(ReadLE16(buffer.buffer + offsetof(CentralDirEntry, compressionMethod))); in DecodeCentralDirEntry()534 … uint16_t compressionMethod = ReadLE16(data.buffer + offsetof(LocalFileHeader, compressionMethod)); in DecodeLocalFileHeader() local535 fileInfo_.method = static_cast<int32_t>(compressionMethod); in DecodeLocalFileHeader()
145 centralDir->compressionMethod = PKG_COMPRESS_METHOD_ZIP; in TestBigZipEntry()