
Go to the source code of this file.
Macros | |
| #define | READ_16(adr) ( READ_8(adr) | (READ_8(adr+1) << 8) ) |
| #define | READ_32(adr) ( READ_16(adr) | (READ_16((adr)+2) << 16) ) |
| #define | READ_8(adr) ((unsigned char)*(adr)) |
| #define | WRITE_16(buff, n) |
| #define | WRITE_32(buff, n) |
| #define | WRITE_8(buff, n) |
Functions | |
| int ZEXPORT | unzRepair (char *file, const char *fileOut, const char *fileOutTmp, uLong *nRecovered, uLong *bytesRecovered) const |
Definition at line 15 of file bloaty/third_party/zlib/contrib/minizip/mztools.c.
Definition at line 16 of file bloaty/third_party/zlib/contrib/minizip/mztools.c.
| #define READ_8 | ( | adr | ) | ((unsigned char)*(adr)) |
Definition at line 14 of file bloaty/third_party/zlib/contrib/minizip/mztools.c.
| #define WRITE_16 | ( | buff, | |
| n | |||
| ) |
Definition at line 21 of file bloaty/third_party/zlib/contrib/minizip/mztools.c.
| #define WRITE_32 | ( | buff, | |
| n | |||
| ) |
Definition at line 25 of file bloaty/third_party/zlib/contrib/minizip/mztools.c.
| #define WRITE_8 | ( | buff, | |
| n | |||
| ) |
Definition at line 18 of file bloaty/third_party/zlib/contrib/minizip/mztools.c.