|
abc-master
|
#include "zlib.h"Go to the source code of this file.
Macros | |
| #define | ZLIB_INTERNAL |
Functions | |
| ABC_NAMESPACE_IMPL_START int ZEXPORT | compress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level) |
| int ZEXPORT | compress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) |
| uLong ZEXPORT | compressBound (uLong sourceLen) |
| #define ZLIB_INTERNAL |
Definition at line 8 of file compress_.c.
Definition at line 59 of file compress_.c.
| ABC_NAMESPACE_IMPL_START int ZEXPORT compress2 | ( | Bytef * | dest, |
| uLongf * | destLen, | ||
| const Bytef * | source, | ||
| uLong | sourceLen, | ||
| int | level | ||
| ) |
Definition at line 24 of file compress_.c.
Definition at line 68 of file compress_.c.