Searched refs:file_array (Results 1 – 1 of 1) sorted by relevance
262 struct cffile *file_array; member790 hd->file_array = calloc( in cab_read_header()792 if (hd->file_array == NULL) in cab_read_header()797 struct cffile *file = &(hd->file_array[i]); in cab_read_header()914 file = &hd->file_array[hd->file_index++]; in archive_read_format_cab_read_header()2042 if (hd->file_array != NULL) { in archive_read_format_cab_cleanup()2044 archive_string_free(&(hd->file_array[i].pathname)); in archive_read_format_cab_cleanup()2045 free(hd->file_array); in archive_read_format_cab_cleanup()