Freeciv-3.4
Loading...
Searching...
No Matches
Data Fields
xz_struct Struct Reference

Data Fields

lzma_stream stream
 
int out_index
 
uint64_t memlimit
 
int out_avail
 
int total_read
 
FILEplain
 
uint8_tin_buf
 
uint8_tout_buf
 
lzma_ret error
 
char hack_byte
 
bool hack_byte_used
 

Detailed Description

Definition at line 92 of file ioz.c.

Field Documentation

◆ error

lzma_ret xz_struct::error

Definition at line 105 of file ioz.c.

Referenced by fz_ferror(), fz_fgets(), fz_from_file(), fz_strerror(), xz_action(), and xz_outbuffer_to_file().

◆ hack_byte

char xz_struct::hack_byte

Definition at line 115 of file ioz.c.

Referenced by fz_fgets(), and fz_from_file().

◆ hack_byte_used

bool xz_struct::hack_byte_used

Definition at line 116 of file ioz.c.

Referenced by fz_fgets(), and fz_from_file().

◆ in_buf

uint8_t* xz_struct::in_buf

Definition at line 103 of file ioz.c.

Referenced by fz_fclose(), fz_fgets(), fz_fprintf(), and fz_from_file().

◆ memlimit

uint64_t xz_struct::memlimit

Definition at line 95 of file ioz.c.

Referenced by fz_from_file(), and xz_action().

◆ out_avail

int xz_struct::out_avail

Definition at line 99 of file ioz.c.

Referenced by fz_fgets(), and fz_from_file().

◆ out_buf

uint8_t* xz_struct::out_buf

Definition at line 104 of file ioz.c.

Referenced by fz_fclose(), fz_fgets(), fz_from_file(), and xz_outbuffer_to_file().

◆ out_index

int xz_struct::out_index

Definition at line 94 of file ioz.c.

Referenced by fz_fgets(), and fz_from_file().

◆ plain

FILE* xz_struct::plain

Definition at line 102 of file ioz.c.

Referenced by fz_fclose(), fz_fgets(), fz_from_file(), and xz_outbuffer_to_file().

◆ stream

lzma_stream xz_struct::stream

Definition at line 93 of file ioz.c.

Referenced by fz_fclose(), fz_fgets(), fz_fprintf(), fz_from_file(), xz_action(), and xz_outbuffer_to_file().

◆ total_read

int xz_struct::total_read

Definition at line 100 of file ioz.c.

Referenced by fz_fgets(), and fz_from_file().