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

Data Fields

ZSTD_DStreamdstream
 
ZSTD_CStreamcstream
 
FILEplain
 
int out_fd
 
ZSTD_inBuffer in_buf
 
ZSTD_outBuffer out_buf
 
charnonconst_in
 
size_t outbuf_pos
 
size_t error
 

Detailed Description

Definition at line 128 of file ioz.c.

Field Documentation

◆ cstream

ZSTD_CStream* zstd_struct::cstream

Definition at line 130 of file ioz.c.

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

◆ dstream

ZSTD_DStream* zstd_struct::dstream

Definition at line 129 of file ioz.c.

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

◆ error

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().

◆ in_buf

ZSTD_inBuffer zstd_struct::in_buf

Definition at line 133 of file ioz.c.

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

◆ nonconst_in

char* zstd_struct::nonconst_in

Definition at line 135 of file ioz.c.

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

◆ out_buf

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().

◆ out_fd

int zstd_struct::out_fd

Definition at line 132 of file ioz.c.

◆ outbuf_pos

size_t zstd_struct::outbuf_pos

Definition at line 136 of file ioz.c.

Referenced by fz_fgets(), and fz_from_file().

◆ plain

FILE* zstd_struct::plain

Definition at line 131 of file ioz.c.

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