#include <stdio.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <unistd.h>#include "zlib.h"
Go to the source code of this file.
Classes | |
| struct | file |
Macros | |
| #define | CHUNK (1U << LGCHUNK) |
| #define | DSIZE 32768U |
| #define | LGCHUNK 14 |
| #define | local static |
| #define | read1(in) |
Functions | |
| void | bye (char *msg1, char *msg2) |
| unsigned | gcd (unsigned a, unsigned b) |
| void | gzheader (file *in) |
| int | gzscan (char *name, z_stream *strm, int level) |
| void | gztack (char *name, int gd, z_stream *strm, int last) |
| int | main (int argc, char **argv) |
| unsigned long | read4 (file *in) |
| int | readin (file *in) |
| int | readmore (file *in) |
| void | rotate (unsigned char *list, unsigned len, unsigned rot) |
| void | skip (file *in, unsigned n) |
| #define CHUNK (1U << LGCHUNK) |
Definition at line 89 of file bloaty/third_party/zlib/examples/gzappend.c.
| #define DSIZE 32768U |
Definition at line 90 of file bloaty/third_party/zlib/examples/gzappend.c.
| #define LGCHUNK 14 |
Definition at line 88 of file bloaty/third_party/zlib/examples/gzappend.c.
| #define local static |
Definition at line 87 of file bloaty/third_party/zlib/examples/gzappend.c.
| #define read1 | ( | in | ) |
| void bye | ( | char * | msg1, |
| char * | msg2 | ||
| ) |
Definition at line 93 of file bloaty/third_party/zlib/examples/gzappend.c.
| unsigned gcd | ( | unsigned | a, |
| unsigned | b | ||
| ) |
Definition at line 102 of file bloaty/third_party/zlib/examples/gzappend.c.
| void gzheader | ( | file * | in | ) |
Definition at line 235 of file bloaty/third_party/zlib/examples/gzappend.c.
Definition at line 259 of file bloaty/third_party/zlib/examples/gzappend.c.
Definition at line 388 of file bloaty/third_party/zlib/examples/gzappend.c.
Definition at line 466 of file bloaty/third_party/zlib/examples/gzappend.c.
Definition at line 223 of file bloaty/third_party/zlib/examples/gzappend.c.
Definition at line 180 of file bloaty/third_party/zlib/examples/gzappend.c.
Definition at line 192 of file bloaty/third_party/zlib/examples/gzappend.c.
| void rotate | ( | unsigned char * | list, |
| unsigned | len, | ||
| unsigned | rot | ||
| ) |
Definition at line 123 of file bloaty/third_party/zlib/examples/gzappend.c.
| void skip | ( | file * | in, |
| unsigned | n | ||
| ) |
Definition at line 202 of file bloaty/third_party/zlib/examples/gzappend.c.