Linux Perf
lzma.c File Reference
#include <errno.h>
#include <lzma.h>
#include <stdio.h>
#include <linux/compiler.h>
#include "compress.h"
#include "util.h"
#include "debug.h"
Include dependency graph for lzma.c:

Go to the source code of this file.

Macros

#define BUFSIZE   8192
 

Functions

static const char * lzma_strerror (lzma_ret ret)
 
int lzma_decompress_to_file (const char *input, int output_fd)
 

Macro Definition Documentation

◆ BUFSIZE

#define BUFSIZE   8192

Definition at line 10 of file lzma.c.

Function Documentation

◆ lzma_decompress_to_file()

int lzma_decompress_to_file ( const char *  input,
int  output_fd 
)

Definition at line 30 of file lzma.c.

Here is the call graph for this function:

◆ lzma_strerror()

static const char* lzma_strerror ( lzma_ret  ret)
static

Definition at line 12 of file lzma.c.