Searched refs:null_length (Results 1 – 5 of 5) sorted by relevance
85 size_t null_length; member
116 a->null_length = 1024; in archive_write_new()117 nulls = calloc(a->null_length, sizeof(unsigned char)); in archive_write_new()347 size_t to_write = length < a->null_length ? length : a->null_length; in __archive_write_nulls()
655 if (s > a->null_length) in _7z_finish_entry()656 s = a->null_length; in _7z_finish_entry()
793 if (s > a->null_length) in xar_finish_entry()794 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()