#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "zstd_zlibwrapper.h"
|
#define | LOG_FITBLK(...) |
|
#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 */ |
|
◆ EXCESS
#define EXCESS 256 /* empirically determined stream overage */ |
◆ local
◆ LOG_FITBLK
#define LOG_FITBLK |
( |
| ... | ) |
|
◆ MARGIN
#define MARGIN 8 /* amount to back off for completion */ |
◆ RAWLEN
#define RAWLEN 4096 /* intermediate uncompressed buffer size */ |
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
◆ partcompress()
◆ quit()
local void quit |
( |
char * | why | ) |
|
◆ recompress()