Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_compression_store.c135 const char *p, *q, *local_header, *extra_start; in verify_uncompressed_contents() local
210 extra_start = q = q + 30 + strlen(file_name); in verify_uncompressed_contents()
235 assert(q == extra_start + i2(local_header + 28)); in verify_uncompressed_contents()
236 q = extra_start + i2(local_header + 28); in verify_uncompressed_contents()
300 extra_start = q = q + 30 + strlen(folder_name); in verify_uncompressed_contents()
324 assert(q == extra_start + i2(local_header + 28)); in verify_uncompressed_contents()
325 q = extra_start + i2(local_header + 28); in verify_uncompressed_contents()