Freeciv-3.4
|
Data Fields | ||
enum fz_method | method | |
char | mode | |
bool | memory | |
union { | ||
struct mem_fzFILE mem | ||
FILE * plain | ||
gzFile zlib | ||
struct bzip2_struct bz2 | ||
struct xz_struct xz | ||
struct zstd_struct zstd | ||
} | u | |
struct bzip2_struct fz_FILE_s::bz2 |
Definition at line 160 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), and fz_strerror().
struct mem_fzFILE fz_FILE_s::mem |
Definition at line 154 of file ioz.c.
Referenced by fz_fclose(), fz_fgets(), and fz_from_memory().
bool fz_FILE_s::memory |
Definition at line 152 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), fz_from_memory(), fz_from_stream(), and fz_strerror().
Definition at line 150 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), fz_from_stream(), and fz_strerror().
char fz_FILE_s::mode |
Definition at line 151 of file ioz.c.
Referenced by fz_fclose(), and fz_from_file().
FILE* fz_FILE_s::plain |
Definition at line 155 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), and fz_from_stream().
union { ... } fz_FILE_s::u |
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), fz_from_memory(), fz_from_stream(), fz_strerror(), xz_action(), and xz_outbuffer_to_file().
Definition at line 163 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), fz_strerror(), xz_action(), and xz_outbuffer_to_file().
gzFile fz_FILE_s::zlib |
Definition at line 157 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), and fz_strerror().
struct zstd_struct fz_FILE_s::zstd |
Definition at line 166 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), and fz_strerror().