Searched refs:header_bytes (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_write_add_filter_lzop.c | 320 int header_bytes, r; in drive_compressor() local 325 header_bytes = make_header(f); in drive_compressor() 328 header_bytes = 0; in drive_compressor() 338 p + header_bytes + block_info_bytes, &csize, in drive_compressor() 343 p + header_bytes + block_info_bytes, &csize, in drive_compressor() 348 p + header_bytes + block_info_bytes, &csize, in drive_compressor() 359 archive_be32enc(p + header_bytes, (uint32_t)usize); in drive_compressor() 362 archive_be32enc(p + header_bytes + 8, checksum); in drive_compressor() 366 archive_be32enc(p + header_bytes + 4, (uint32_t)csize); in drive_compressor() 368 header_bytes + block_info_bytes + csize); in drive_compressor() [all …]
|
| D | archive_read_support_format_7zip.c | 403 static const unsigned char * header_bytes(struct archive_read *, size_t); 1797 if ((p = header_bytes(a, 1)) == NULL) in parse_7zip_uint64() 1804 if ((p = header_bytes(a, 1)) == NULL) in parse_7zip_uint64() 1824 if ((p = header_bytes(a, 1)) == NULL) in read_Bools() 1858 if ((p = header_bytes(a, 1)) == NULL) in read_Digests() 1872 if ((p = header_bytes(a, 4)) == NULL) in read_Digests() 1916 if ((p = header_bytes(a, 1)) == NULL) in read_PackInfo() 1936 if ((p = header_bytes(a, 1)) == NULL) in read_PackInfo() 1958 if ((p = header_bytes(a, 1)) == NULL) in read_PackInfo() 2008 if ((p = header_bytes(a, 1)) == NULL) in read_Folder() [all …]
|