Home
last modified time | relevance | path

Searched refs:COMPRESS_STORED (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/ldso/
Dzip_archive.h30 static const uint16_t COMPRESS_STORED = 0; variable
Ddynlink.c4184 …if (zip_file_header.compression_method != COMPRESS_STORED || z_info->file_offset % PAGE_SIZE != 0)… in open_uncompressed_library_in_zipfile()