RetroArch
Public Attributes | List of all members
archive_extract_userdata Struct Reference

#include <archive_file.h>

Collaboration diagram for archive_extract_userdata:
[legend]

Public Attributes

char archive_path [PATH_MAX_LENGTH]
 
char * first_extracted_file_path
 
char * extracted_file_path
 
const char * extraction_directory
 
size_t archive_path_size
 
struct string_listext
 
struct string_listlist
 
bool found_file
 
bool list_only
 
voidcontext
 
char archive_name [PATH_MAX_LENGTH]
 
uint32_t crc
 
struct decomp_state_t decomp_state
 
decompress_state_tdec
 

Member Data Documentation

◆ archive_name

char archive_extract_userdata::archive_name[PATH_MAX_LENGTH]

◆ archive_path

char archive_extract_userdata::archive_path[PATH_MAX_LENGTH]

◆ archive_path_size

size_t archive_extract_userdata::archive_path_size

◆ context

void* archive_extract_userdata::context

◆ crc

uint32_t archive_extract_userdata::crc

◆ dec

decompress_state_t* archive_extract_userdata::dec

◆ decomp_state

struct decomp_state_t archive_extract_userdata::decomp_state

◆ ext

struct string_list* archive_extract_userdata::ext

◆ extracted_file_path

char* archive_extract_userdata::extracted_file_path

◆ extraction_directory

const char* archive_extract_userdata::extraction_directory

◆ first_extracted_file_path

char* archive_extract_userdata::first_extracted_file_path

◆ found_file

bool archive_extract_userdata::found_file

◆ list

struct string_list* archive_extract_userdata::list

◆ list_only

bool archive_extract_userdata::list_only

The documentation for this struct was generated from the following file: