Searched refs:null_length (Results 1 – 5 of 5) sorted by relevance
116 a->null_length = 1024; in archive_write_new()117 nulls = calloc(a->null_length, sizeof(unsigned char)); in archive_write_new()349 size_t to_write = length < a->null_length ? length : a->null_length; in __archive_write_nulls()
85 size_t null_length; member
773 if (s > a->null_length) in _7z_finish_entry()774 s = a->null_length; in _7z_finish_entry()
855 if (s > a->null_length) in xar_finish_entry()856 s = a->null_length; in xar_finish_entry()
1830 s = (iso9660->bytes_remaining > a->null_length)? in iso9660_finish_entry()1831 a->null_length: (size_t)iso9660->bytes_remaining; in iso9660_finish_entry()