Searched refs:header_crc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c176 uint16_t header_crc; member in struct:lha
1005 uint16_t header_crc; local
1023 header_crc = lha_crc16(0, p, H2_FIXED_SIZE);
1027 err = lha_read_file_extended_header(a, lha, &header_crc, 2,
1037 header_crc = lha_crc16(header_crc, p, padding);
1041 if (header_crc != lha->header_crc) {
1084 uint16_t header_crc; local
1100 header_crc
[all...]
H A Darchive_write_set_format_7zip.c952 uint32_t header_crc)
1114 archive_le32enc(crc, header_crc);
950 make_streamsInfo(struct archive_write *a, uint64_t offset, uint64_t pack_size, uint64_t unpack_size, int num_coder, struct coder *coders, int substrm, uint32_t header_crc) argument

Completed in 112 milliseconds