Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#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 */ |
Functions | |
void | quit (char *why) |
int | partcompress (FILE *in, z_streamp def) |
int | recompress (z_streamp inf, z_streamp def) |
int | main (int argc, char **argv) |
#define EXCESS 256 /* empirically determined stream overage */ |
Definition at line 127 of file fitblk.c.
References argv, assert(), def(), deflateEnd(), deflateInit, deflateReset(), EXCESS, free(), inf(), inflateEnd(), inflateInit, inflateReset(), malloc(), MARGIN, NULL, partcompress(), quit(), recompress(), autogen_x86imm::tmp, unsigned, Z_DEFAULT_COMPRESSION, Z_ERRNO, Z_MEM_ERROR, Z_NULL, Z_OK, Z_STREAM_END, and Z_STREAM_ERROR.
void quit | ( | char * | why | ) |
Definition at line 96 of file fitblk.c.
References assert(), def(), deflate(), inf(), inflate(), RAWLEN, Z_DATA_ERROR, Z_FINISH, Z_MEM_ERROR, Z_NEED_DICT, Z_NO_FLUSH, Z_STREAM_END, and Z_STREAM_ERROR.
Referenced by main().