Public Attributes | |
| FILE * | file |
| unz_global_info | gi |
| uLong | byte_before_the_zipfile |
| uLong | num_file |
| uLong | pos_in_central_dir |
| uLong | current_file_ok |
| uLong | central_pos |
| uLong | size_central_dir |
| uLong | offset_central_dir |
| unz_file_info | cur_file_info |
| unz_file_info_internal | cur_file_info_internal |
| file_in_zip_read_info_s * | pfile_in_zip_read |
Definition at line 108 of file unzip.c.
| FILE* unz_s::file |
Definition at line 110 of file unzip.c.
Referenced by unzClose(), unzGetGlobalComment(), unzlocal_GetCurrentFileInfoInternal(), unzOpen(), and unzOpenCurrentFile().
Definition at line 111 of file unzip.c.
Referenced by unzGetGlobalComment(), unzGetGlobalInfo(), unzGoToNextFile(), and unzOpen().
Definition at line 112 of file unzip.c.
Referenced by unzlocal_GetCurrentFileInfoInternal(), unzOpen(), and unzOpenCurrentFile().
| uLong unz_s::num_file |
Definition at line 113 of file unzip.c.
Referenced by unzGoToFirstFile(), unzGoToNextFile(), and unzLocateFile().
Definition at line 114 of file unzip.c.
Referenced by unzGoToFirstFile(), unzGoToNextFile(), unzlocal_GetCurrentFileInfoInternal(), and unzLocateFile().
| uLong unz_s::current_file_ok |
Definition at line 115 of file unzip.c.
Referenced by unzGoToFirstFile(), unzGoToNextFile(), unzLocateFile(), and unzOpenCurrentFile().
| uLong unz_s::central_pos |
Definition at line 116 of file unzip.c.
Referenced by unzGetGlobalComment(), and unzOpen().
| uLong unz_s::size_central_dir |
Definition at line 119 of file unzip.c.
Referenced by unzGoToFirstFile(), and unzOpen().
Definition at line 122 of file unzip.c.
Referenced by unzGoToFirstFile(), unzGoToNextFile(), and unzOpenCurrentFile().
Definition at line 123 of file unzip.c.
Referenced by unzGoToFirstFile(), unzGoToNextFile(), and unzOpenCurrentFile().
Definition at line 124 of file unzip.c.
Referenced by unzClose(), unzCloseCurrentFile(), unzeof(), unzGetLocalExtrafield(), unzOpen(), unzOpenCurrentFile(), unzReadCurrentFile(), and unztell().
1.6.3