![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Public Attributes | |
| z_stream | stream |
| int | stream_initialised |
| uInt | pos_in_buffered_data |
| ZPOS64_T | pos_local_header |
| char * | central_header |
| uLong | size_centralExtra |
| uLong | size_centralheader |
| uLong | size_centralExtraFree |
| uLong | flag |
| int | method |
| int | raw |
| Byte | buffered_data [(64 *1024)] |
| uLong | dosDate |
| uLong | crc32 |
| int | encrypt |
| int | zip64 |
| ZPOS64_T | pos_zip64extrainfo |
| ZPOS64_T | totalCompressedData |
| ZPOS64_T | totalUncompressedData |
| unsigned long | keys [3] |
| const z_crc_t FAR * | pcrc_32_tab |
| int | crypt_header_size |
| Byte curfile64_info::buffered_data[(64 *1024)] |
Definition at line 157 of file zip.c.
Referenced by zip64FlushWriteBuffer(), zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| char* curfile64_info::central_header |
Definition at line 149 of file zip.c.
Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| uLong curfile64_info::crc32 |
Definition at line 159 of file zip.c.
Referenced by zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| int curfile64_info::crypt_header_size |
Definition at line 168 of file zip.c.
Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| uLong curfile64_info::dosDate |
Definition at line 158 of file zip.c.
Referenced by Write_LocalFileHeader(), and zipOpenNewFileInZip4_64().
| int curfile64_info::encrypt |
Definition at line 160 of file zip.c.
Referenced by zip64FlushWriteBuffer(), and zipOpenNewFileInZip4_64().
| uLong curfile64_info::flag |
Definition at line 153 of file zip.c.
Referenced by Write_LocalFileHeader(), zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| unsigned long curfile64_info::keys[3] |
Definition at line 166 of file zip.c.
Referenced by zip64FlushWriteBuffer(), and zipOpenNewFileInZip4_64().
| int curfile64_info::method |
Definition at line 155 of file zip.c.
Referenced by Write_LocalFileHeader(), zip64FlushWriteBuffer(), zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| const z_crc_t FAR* curfile64_info::pcrc_32_tab |
Definition at line 167 of file zip.c.
Referenced by zip64FlushWriteBuffer(), and zipOpenNewFileInZip4_64().
| uInt curfile64_info::pos_in_buffered_data |
Definition at line 145 of file zip.c.
Referenced by zip64FlushWriteBuffer(), zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| ZPOS64_T curfile64_info::pos_local_header |
Definition at line 147 of file zip.c.
Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| ZPOS64_T curfile64_info::pos_zip64extrainfo |
Definition at line 162 of file zip.c.
Referenced by Write_LocalFileHeader(), zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| int curfile64_info::raw |
Definition at line 156 of file zip.c.
Referenced by zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| uLong curfile64_info::size_centralExtra |
Definition at line 150 of file zip.c.
Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| uLong curfile64_info::size_centralExtraFree |
Definition at line 152 of file zip.c.
Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| uLong curfile64_info::size_centralheader |
Definition at line 151 of file zip.c.
Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| z_stream curfile64_info::stream |
Definition at line 139 of file zip.c.
Referenced by zip64FlushWriteBuffer(), zipCloseFileInZipRaw64(), zipOpenNewFileInZip4_64(), and zipWriteInFileInZip().
| int curfile64_info::stream_initialised |
Definition at line 144 of file zip.c.
Referenced by zipCloseFileInZipRaw64(), zipOpen3(), and zipOpenNewFileInZip4_64().
| ZPOS64_T curfile64_info::totalCompressedData |
Definition at line 163 of file zip.c.
Referenced by zip64FlushWriteBuffer(), zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| ZPOS64_T curfile64_info::totalUncompressedData |
Definition at line 164 of file zip.c.
Referenced by zip64FlushWriteBuffer(), zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().
| int curfile64_info::zip64 |
Definition at line 161 of file zip.c.
Referenced by Write_LocalFileHeader(), zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().