Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write.c127 a->null_length = 1024; in archive_write_new()
128 nulls = (unsigned char *)calloc(1, a->null_length); in archive_write_new()
279 size_t to_write = length < a->null_length ? length : a->null_length; in __archive_write_nulls()
H A Darchive_write_private.h82 size_t null_length; member
H A Darchive_write_set_format_7zip.c635 if (s > a->null_length) in _7z_finish_entry()
636 s = a->null_length; in _7z_finish_entry()
H A Darchive_write_set_format_xar.c766 if (s > a->null_length) in xar_finish_entry()
767 s = a->null_length; in xar_finish_entry()
H A Darchive_write_set_format_iso9660.c1825 s = (iso9660->bytes_remaining > a->null_length)? in iso9660_finish_entry()
1826 a->null_length: (size_t)iso9660->bytes_remaining; in iso9660_finish_entry()