Home
last modified time | relevance | path

Searched refs:attr_external (Results 1 – 8 of 8) sorted by relevance

/dports/www/nginx-full/mod_zip-cfd0be4/
H A Dngx_http_zip_file_format.h111 uint32_t attr_external; member
H A Dngx_http_zip_file.c675 …central_directory_file_header.attr_external = htole32(central_directory_file_header.attr_external); in ngx_http_zip_write_central_directory_entry()
/dports/archivers/unarr/unarr-1.0.1/zip/
H A Dzip.h60 uint32_t attr_external; member
H A Dzip.c103 …&& ((entry.version >> 8) == 0 || (entry.version >> 8) == 3) && (entry.attr_external & 0x40000010))… in zip_parse_entry()
H A Dparse-zip.c150 entry->attr_external = uint32le(data + 38); in zip_parse_directory_entry()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/unarr/zip/
H A Dzip.h56 uint32_t attr_external; member
H A Dzip.c103 …&& ((entry.version >> 8) == 0 || (entry.version >> 8) == 3) && (entry.attr_external & 0x40000010))… in zip_parse_entry()
H A Dparse-zip.c150 entry->attr_external = uint32le(data + 38); in zip_parse_directory_entry()