Freeciv-3.4
|
Data Fields | |
ZSTD_DStream * | dstream |
ZSTD_CStream * | cstream |
FILE * | plain |
int | out_fd |
ZSTD_inBuffer | in_buf |
ZSTD_outBuffer | out_buf |
char * | nonconst_in |
size_t | outbuf_pos |
size_t | error |
ZSTD_CStream* zstd_struct::cstream |
Definition at line 130 of file ioz.c.
Referenced by fz_fclose(), fz_fprintf(), and fz_from_file().
ZSTD_DStream* zstd_struct::dstream |
Definition at line 129 of file ioz.c.
Referenced by fz_fclose(), fz_fgets(), and fz_from_file().
size_t zstd_struct::error |
Definition at line 137 of file ioz.c.
Referenced by fz_fclose(), fz_ferror(), fz_fgets(), fz_fprintf(), fz_from_file(), and fz_strerror().
ZSTD_inBuffer zstd_struct::in_buf |
Definition at line 133 of file ioz.c.
Referenced by fz_fgets(), fz_fprintf(), and fz_from_file().
char* zstd_struct::nonconst_in |
Definition at line 135 of file ioz.c.
Referenced by fz_fclose(), fz_fgets(), and fz_from_file().
ZSTD_outBuffer zstd_struct::out_buf |
Definition at line 134 of file ioz.c.
Referenced by fz_fclose(), fz_fgets(), fz_fprintf(), and fz_from_file().
size_t zstd_struct::outbuf_pos |
Definition at line 136 of file ioz.c.
Referenced by fz_fgets(), and fz_from_file().
FILE* zstd_struct::plain |
Definition at line 131 of file ioz.c.
Referenced by fz_fclose(), fz_fgets(), fz_fprintf(), and fz_from_file().