Go to the source code of this file.
Macros | |
#define | CHUNK 16384 |
#define | SET_BINARY_MODE(file) |
Functions | |
int | def (FILE *source, FILE *dest, int level) |
int | inf (FILE *source, FILE *dest) |
int | main (int argc, char **argv) |
void | zerr (int ret) |
#define CHUNK 16384 |
Definition at line 28 of file bloaty/third_party/zlib/examples/zpipe.c.
#define SET_BINARY_MODE | ( | file | ) |
Definition at line 25 of file bloaty/third_party/zlib/examples/zpipe.c.
Definition at line 36 of file bloaty/third_party/zlib/examples/zpipe.c.
int inf | ( | FILE * | source, |
FILE * | dest | ||
) |
Definition at line 92 of file bloaty/third_party/zlib/examples/zpipe.c.
Definition at line 176 of file bloaty/third_party/zlib/examples/zpipe.c.
void zerr | ( | int | ret | ) |
Definition at line 151 of file bloaty/third_party/zlib/examples/zpipe.c.