Searched refs:v7tar (Results 1 – 1 of 1) sorted by relevance
47 struct v7tar { struct146 struct v7tar *v7tar; in archive_write_set_format_v7tar() local163 v7tar = calloc(1, sizeof(*v7tar)); in archive_write_set_format_v7tar()164 if (v7tar == NULL) { in archive_write_set_format_v7tar()169 a->format_data = v7tar; in archive_write_set_format_v7tar()186 struct v7tar *v7tar = (struct v7tar *)a->format_data; in archive_write_v7tar_options() local195 v7tar->opt_sconv = archive_string_conversion_to_charset( in archive_write_v7tar_options()197 if (v7tar->opt_sconv != NULL) in archive_write_v7tar_options()216 struct v7tar *v7tar; in archive_write_v7tar_header() local220 v7tar = (struct v7tar *)a->format_data; in archive_write_v7tar_header()[all …]