Searched refs:file_array (Results 1 – 1 of 1) sorted by relevance
270 struct cffile *file_array; member789 hd->file_array = (struct cffile *)calloc( in cab_read_header()791 if (hd->file_array == NULL) in cab_read_header()796 struct cffile *file = &(hd->file_array[i]); in cab_read_header()913 file = &hd->file_array[hd->file_index++]; in archive_read_format_cab_read_header()2027 if (hd->file_array != NULL) { in archive_read_format_cab_cleanup()2029 archive_string_free(&(hd->file_array[i].pathname)); in archive_read_format_cab_cleanup()2030 free(hd->file_array); in archive_read_format_cab_cleanup()