|
Freeciv-3.4
|
Data Fields | |
| lzma_stream | stream |
| int | out_index |
| uint64_t | memlimit |
| int | out_avail |
| int | total_read |
| FILE * | plain |
| uint8_t * | in_buf |
| uint8_t * | out_buf |
| lzma_ret | error |
| char | hack_byte |
| bool | hack_byte_used |
| 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().
| char xz_struct::hack_byte |
Definition at line 115 of file ioz.c.
Referenced by fz_fgets(), and fz_from_file().
| bool xz_struct::hack_byte_used |
Definition at line 116 of file ioz.c.
Referenced by fz_fgets(), and fz_from_file().
| 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().
| uint64_t xz_struct::memlimit |
Definition at line 95 of file ioz.c.
Referenced by fz_from_file(), and xz_action().
| int xz_struct::out_avail |
Definition at line 99 of file ioz.c.
Referenced by fz_fgets(), and fz_from_file().
| 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().
| int xz_struct::out_index |
Definition at line 94 of file ioz.c.
Referenced by fz_fgets(), and fz_from_file().
| 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().
| 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().
| int xz_struct::total_read |
Definition at line 100 of file ioz.c.
Referenced by fz_fgets(), and fz_from_file().