Searched refs:null_length (Results 1 – 5 of 5) sorted by relevance
117 a->null_length = 1024; in archive_write_new()118 nulls = (unsigned char *)calloc(1, a->null_length); in archive_write_new()316 size_t to_write = length < a->null_length ? length : a->null_length; in __archive_write_nulls()
86 size_t null_length; member
636 if (s > a->null_length) in _7z_finish_entry()637 s = a->null_length; in _7z_finish_entry()
794 if (s > a->null_length) in xar_finish_entry()795 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()