Home
last modified time | relevance | path

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

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c321 int header_bytes, r; in drive_compressor() local
326 header_bytes = make_header(f); in drive_compressor()
329 header_bytes = 0; in drive_compressor()
339 p + header_bytes + block_info_bytes, &csize, in drive_compressor()
344 p + header_bytes + block_info_bytes, &csize, in drive_compressor()
349 p + header_bytes + block_info_bytes, &csize, in drive_compressor()
360 archive_be32enc(p + header_bytes, (uint32_t)usize); in drive_compressor()
363 archive_be32enc(p + header_bytes + 8, checksum); in drive_compressor()
367 archive_be32enc(p + header_bytes + 4, (uint32_t)csize); in drive_compressor()
369 header_bytes + block_info_bytes + csize); in drive_compressor()
[all …]
H A Darchive_read_support_format_7zip.c1666 if ((p = header_bytes(a, 1)) == NULL) in parse_7zip_uint64()
1727 if ((p = header_bytes(a, 1)) == NULL) in read_Digests()
1785 if ((p = header_bytes(a, 1)) == NULL) in read_PackInfo()
1805 if ((p = header_bytes(a, 1)) == NULL) in read_PackInfo()
1827 if ((p = header_bytes(a, 1)) == NULL) in read_PackInfo()
1921 if ((p = header_bytes( in read_Folder()
2015 if ((p = header_bytes(a, 1)) == NULL) in read_CodersInfo()
2031 if ((p = header_bytes(a, 1)) == NULL) in read_CodersInfo()
2459 if (header_bytes(a, ll) == NULL) in read_Header()
2475 if (header_bytes(a, ll) == NULL) in read_Header()
[all …]