Searched refs:file_array (Results 1 – 1 of 1) sorted by relevance
262 struct cffile *file_array; member783 hd->file_array = calloc( in cab_read_header()785 if (hd->file_array == NULL) in cab_read_header()790 struct cffile *file = &(hd->file_array[i]); in cab_read_header()907 file = &hd->file_array[hd->file_index++]; in archive_read_format_cab_read_header()2025 if (hd->file_array != NULL) { in archive_read_format_cab_cleanup()2027 archive_string_free(&(hd->file_array[i].pathname)); in archive_read_format_cab_cleanup()2028 free(hd->file_array); in archive_read_format_cab_cleanup()