#include <stdio.h>#include <stdlib.h>#include <fcntl.h>#include <unistd.h>#include "zlib.h"
Go to the source code of this file.
Classes | |
| struct | bin |
Macros | |
| #define | bget(in) |
| #define | CHUNK 32768 /* must be a power of two and fit in unsigned */ |
| #define | local static |
Functions | |
| int | bail (char *why1, char *why2) |
| void | bclose (bin *in) |
| unsigned long | bget4 (bin *in) |
| int | bload (bin *in) |
| bin * | bopen (char *name) |
| void | bskip (bin *in, unsigned skip) |
| void | gzcopy (char *name, int clr, unsigned long *crc, unsigned long *tot, FILE *out) |
| void | gzhead (bin *in) |
| void | gzinit (unsigned long *crc, unsigned long *tot, FILE *out) |
| int | main (int argc, char **argv) |
| void | put4 (unsigned long val, FILE *out) |
| void | zpull (z_streamp strm, bin *in) |
| #define bget | ( | in | ) |
Definition at line 75 of file bloaty/third_party/zlib/examples/gzjoin.c.
| #define local static |
Definition at line 63 of file bloaty/third_party/zlib/examples/gzjoin.c.
| int bail | ( | char * | why1, |
| char * | why2 | ||
| ) |
Definition at line 66 of file bloaty/third_party/zlib/examples/gzjoin.c.
| void bclose | ( | bin * | in | ) |
Definition at line 87 of file bloaty/third_party/zlib/examples/gzjoin.c.
Definition at line 145 of file bloaty/third_party/zlib/examples/gzjoin.c.
Definition at line 121 of file bloaty/third_party/zlib/examples/gzjoin.c.
| bin* bopen | ( | char * | name | ) |
Definition at line 100 of file bloaty/third_party/zlib/examples/gzjoin.c.
| void bskip | ( | bin * | in, |
| unsigned | skip | ||
| ) |
Definition at line 157 of file bloaty/third_party/zlib/examples/gzjoin.c.
Definition at line 279 of file bloaty/third_party/zlib/examples/gzjoin.c.
| void gzhead | ( | bin * | in | ) |
Definition at line 204 of file bloaty/third_party/zlib/examples/gzjoin.c.
Definition at line 265 of file bloaty/third_party/zlib/examples/gzjoin.c.
Definition at line 427 of file bloaty/third_party/zlib/examples/gzjoin.c.
| void put4 | ( | unsigned long | val, |
| FILE * | out | ||
| ) |
Definition at line 245 of file bloaty/third_party/zlib/examples/gzjoin.c.
Definition at line 254 of file bloaty/third_party/zlib/examples/gzjoin.c.