Searched refs:local_header (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
| H A D | test_write_format_zip_compression_store.c | 136 const char *p, *q, *local_header, *extra_start; in verify_uncompressed_contents() local 207 local_header = q = buff; in verify_uncompressed_contents() 246 assert(q == extra_start + i2(local_header + 28)); in verify_uncompressed_contents() 247 q = extra_start + i2(local_header + 28); in verify_uncompressed_contents() 299 local_header = q; in verify_uncompressed_contents() 338 assert(q == extra_start + i2(local_header + 28)); in verify_uncompressed_contents() 339 q = extra_start + i2(local_header + 28); in verify_uncompressed_contents()
|
| H A D | test_write_format_zip_file.c | 86 unsigned char *central_header, *local_header, *eocd, *eocd_record; in DEFINE_TEST() local 199 p = local_header = buff; in DEFINE_TEST() 212 p = extension_start = local_header + 30 + strlen(file_name); in DEFINE_TEST() 213 extension_end = extension_start + i2(local_header + 28); in DEFINE_TEST()
|
| H A D | test_write_format_zip64_stream.c | 80 unsigned char *central_header, *local_header, *eocd, *eocd_record; in DEFINE_TEST() local 212 p = local_header = buff; in DEFINE_TEST() 225 p = extension_start = local_header + 30 + strlen(file_name); in DEFINE_TEST() 226 extension_end = extension_start + i2(local_header + 28); in DEFINE_TEST()
|
| H A D | test_write_format_zip_file_zip64.c | 88 unsigned char *central_header, *local_header, *eocd, *eocd_record; in DEFINE_TEST() local 227 p = local_header = buff; in DEFINE_TEST() 240 p = extension_start = local_header + 30 + strlen(file_name); in DEFINE_TEST() 241 extension_end = extension_start + i2(local_header + 28); in DEFINE_TEST()
|