#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "zlib.h"
Go to the source code of this file.
Macros | |
#define | EXCESS 256 /* empirically determined stream overage */ |
#define | local static |
#define | MARGIN 8 /* amount to back off for completion */ |
#define | RAWLEN 4096 /* intermediate uncompressed buffer size */ |
Functions | |
int | main (int argc, char **argv) |
int | partcompress (FILE *in, z_streamp def) |
void | quit (char *why) |
int | recompress (z_streamp inf, z_streamp def) |
#define EXCESS 256 /* empirically determined stream overage */ |
Definition at line 123 of file bloaty/third_party/zlib/examples/fitblk.c.
#define local static |
Definition at line 59 of file bloaty/third_party/zlib/examples/fitblk.c.
Definition at line 124 of file bloaty/third_party/zlib/examples/fitblk.c.
Definition at line 68 of file bloaty/third_party/zlib/examples/fitblk.c.
Definition at line 127 of file bloaty/third_party/zlib/examples/fitblk.c.
Definition at line 73 of file bloaty/third_party/zlib/examples/fitblk.c.
void quit | ( | char * | why | ) |
Definition at line 62 of file bloaty/third_party/zlib/examples/fitblk.c.
Definition at line 96 of file bloaty/third_party/zlib/examples/fitblk.c.