![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Data Fields | |
size_t | comp_length |
length of the compressed file | |
size_t | in_ind |
size_t | in_len |
input buffer current index and length | |
size_t | in_position |
position in the compressed file | |
unsigned char | input [FILE_BUFF_SIZE] |
z_stream | zstream |
size_t ztoolkit_t::comp_length |
length of the compressed file
Definition at line 306 of file fs.c.
Referenced by FS_OpenPackedFile(), and FS_Read().
size_t ztoolkit_t::in_ind |
size_t ztoolkit_t::in_len |
size_t ztoolkit_t::in_position |
unsigned char ztoolkit_t::input[FILE_BUFF_SIZE] |
Definition at line 309 of file fs.c.
Referenced by FS_OpenPackedFile(), FS_Read(), and FS_Seek().
z_stream ztoolkit_t::zstream |
Definition at line 305 of file fs.c.
Referenced by FS_OpenPackedFile(), FS_Read(), and FS_Seek().