#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "zlib.h"
Go to the source code of this file.
|
| #define | local static |
| |
| #define | RAWLEN 4096 /* intermediate uncompressed buffer size */ |
| |
| #define | EXCESS 256 /* empirically determined stream overage */ |
| |
| #define | MARGIN 8 /* amount to back off for completion */ |
| |
| #define EXCESS 256 /* empirically determined stream overage */ |
| #define MARGIN 8 /* amount to back off for completion */ |
| #define RAWLEN 4096 /* intermediate uncompressed buffer size */ |
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| static int partcompress |
( |
FILE * |
in, |
|
|
z_streamp |
def |
|
) |
| |
|
static |
| static void quit |
( |
char * |
why | ) |
|
|
static |