![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Go to the source code of this file.
Macros | |
| #define | const /* note: need a more gentle solution here */ |
| #define | z_const |
| #define | z_longlong long long |
| #define | MAX_MEM_LEVEL 9 |
| #define | MAX_WBITS 15 /* 32K LZ77 window */ |
| #define | OF(args) |
| #define | Z_ARG(args) |
| #define | ZEXTERN extern |
| #define | ZEXPORT |
| #define | ZEXPORTVA |
| #define | FAR |
| #define | SEEK_SET 0 /* Seek from beginning of file. */ |
| #define | SEEK_CUR 1 /* Seek from current position. */ |
| #define | SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
| #define | z_off_t long |
| #define | z_off64_t z_off_t |
Typedefs | |
| typedef Byte const * | voidpc |
| typedef Byte FAR * | voidpf |
| typedef Byte * | voidp |
| #define const /* note: need a more gentle solution here */ |
| #define FAR |
| #define MAX_MEM_LEVEL 9 |
| #define MAX_WBITS 15 /* 32K LZ77 window */ |
| #define OF | ( | args | ) |
| #define SEEK_CUR 1 /* Seek from current position. */ |
| #define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
| #define SEEK_SET 0 /* Seek from beginning of file. */ |
| #define Z_ARG | ( | args | ) |
| #define z_const |
| #define z_longlong long long |
| #define z_off64_t z_off_t |
| #define z_off_t long |
| #define ZEXPORT |
| #define ZEXPORTVA |
| #define ZEXTERN extern |