Searched refs:null_length (Results 1 – 5 of 5) sorted by relevance
127 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()
82 size_t null_length; member
635 if (s > a->null_length) in _7z_finish_entry()636 s = a->null_length; in _7z_finish_entry()
766 if (s > a->null_length) in xar_finish_entry()767 s = a->null_length; in xar_finish_entry()
1825 s = (iso9660->bytes_remaining > a->null_length)? in iso9660_finish_entry()1826 a->null_length: (size_t)iso9660->bytes_remaining; in iso9660_finish_entry()