|
Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <errno.h>#include <fcntl.h>#include <unistd.h>#include <utime.h>#include <sys/types.h>#include <sys/stat.h>#include "zip.h"Go to the source code of this file.
Macros | |
| #define | __USE_FILE_OFFSET64 |
| #define | __USE_LARGEFILE64 |
| #define | _LARGEFILE64_SOURCE |
| #define | _FILE_OFFSET_BIT 64 |
| #define | FOPEN_FUNC(filename, mode) fopen64(filename, mode) |
| #define | FTELLO_FUNC(stream) ftello64(stream) |
| #define | FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) |
| #define | WRITEBUFFERSIZE (16384) |
| #define | MAXFILENAME (256) |
Functions | |
| uLong | filetime (char *f, tm_zip *tmzip, uLong *dt) |
| int | check_exist_file (char *filename) const |
| void | do_banner () |
| void | do_help () |
| int | getFileCrc (const char *filenameinzip, void *buf, unsigned long size_buf, unsigned long *result_crc) |
| int | isLargeFile (const char *filename) |
| int | main (int argc, argv) |
Definition at line 37 of file minizip.c.
Referenced by check_exist_file(), getFileCrc(), isLargeFile(), and main().
Definition at line 39 of file minizip.c.
Referenced by isLargeFile().
Definition at line 38 of file minizip.c.
Referenced by isLargeFile().
| int check_exist_file | ( | char* | filename | ) | const |
Definition at line 140 of file minizip.c.
Referenced by main(), and unzRepair().
Definition at line 224 of file minizip.c.
References FOPEN_FUNC, FSEEKO_FUNC, FTELLO_FUNC, NULL, and SEEK_END.
Referenced by main().
Definition at line 246 of file minizip.c.
References check_exist_file(), DEF_MEM_LEVEL, do_banner(), do_help(), zip_fileinfo::dosDate, EXIT_FAILURE, zip_fileinfo::external_fa, filetime(), fill_win32_filefunc64A(), FOPEN_FUNC, free(), getFileCrc(), i, int, zip_fileinfo::internal_fa, isLargeFile(), malloc(), MAX_WBITS, MAXFILENAME, NULL, password, tm_zip_s::tm_hour, tm_zip_s::tm_mday, tm_zip_s::tm_min, tm_zip_s::tm_mon, tm_zip_s::tm_sec, tm_zip_s::tm_year, zip_fileinfo::tmz_date, WRITEBUFFERSIZE, Z_DEFAULT_COMPRESSION, Z_DEFAULT_STRATEGY, Z_DEFLATED, ZIP_ERRNO, ZIP_INTERNALERROR, ZIP_OK, zipClose(), zipCloseFileInZip(), zipOpen2_64(), zipOpen64(), zipOpenNewFileInZip3_64(), and zipWriteInFileInZip().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:58.
© Copyright Michele Bosi. All rights reserved.