|
Linux Perf
|
#include <fcntl.h>#include <stdio.h>#include <unistd.h>#include <sys/stat.h>#include <sys/mman.h>#include <zlib.h>#include "util/compress.h"#include "util/util.h"#include "util/debug.h"
Go to the source code of this file.
Macros | |
| #define | CHUNK_SIZE 16384 |
Functions | |
| int | gzip_decompress_to_file (const char *input, int output_fd) |