Searched refs:COMPRESS_STORED (Results 1 – 2 of 2) sorted by relevance
30 static const uint16_t COMPRESS_STORED = 0; variable
4184 …if (zip_file_header.compression_method != COMPRESS_STORED || z_info->file_offset % PAGE_SIZE != 0)… in open_uncompressed_library_in_zipfile()