Home
last modified time | relevance | path

Searched refs:SIG_END_OF_CENTRAL_DIRECTORY (Results 1 – 4 of 4) sorted by relevance

/dports/archivers/unarr/unarr-1.0.1/zip/
H A Dzip.h32 SIG_END_OF_CENTRAL_DIRECTORY = 0x06054B50, enumerator
H A Dparse-zip.c193 if (eocd->signature != SIG_END_OF_CENTRAL_DIRECTORY) in zip_parse_end_of_central_directory()
262 if (uint32le(data + i) == SIG_END_OF_CENTRAL_DIRECTORY) in zip_find_end_of_central_directory()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/chartdldr_pi/src/unarr/zip/
H A Dzip.h28 SIG_END_OF_CENTRAL_DIRECTORY = 0x06054B50, enumerator
H A Dparse-zip.c193 if (eocd->signature != SIG_END_OF_CENTRAL_DIRECTORY) in zip_parse_end_of_central_directory()
262 if (uint32le(data + i) == SIG_END_OF_CENTRAL_DIRECTORY) in zip_find_end_of_central_directory()