Searched refs:file_array (Results 1 – 1 of 1) sorted by relevance
262 struct cffile *file_array; member788 hd->file_array = calloc( in cab_read_header()790 if (hd->file_array == NULL) in cab_read_header()795 struct cffile *file = &(hd->file_array[i]); in cab_read_header()912 file = &hd->file_array[hd->file_index++]; in archive_read_format_cab_read_header()2030 if (hd->file_array != NULL) { in archive_read_format_cab_cleanup()2032 archive_string_free(&(hd->file_array[i].pathname)); in archive_read_format_cab_cleanup()2033 free(hd->file_array); in archive_read_format_cab_cleanup()