Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
decompress_unxz.c File Reference
#include <linux/slab.h>
#include <linux/xz.h>

Go to the source code of this file.

Macros

#define XZ_EXTERN   STATIC
 
#define XZ_IOBUF_SIZE   4096
 
#define decompress   unxz
 

Functions

STATIC int INIT unxz (unsigned char *in, int in_size, int(*fill)(void *dest, unsigned int size), int(*flush)(void *src, unsigned int size), unsigned char *out, int *in_used, void(*error)(char *x))
 

Macro Definition Documentation

#define decompress   unxz

Definition at line 397 of file decompress_unxz.c.

#define XZ_EXTERN   STATIC

Definition at line 109 of file decompress_unxz.c.

#define XZ_IOBUF_SIZE   4096

Definition at line 241 of file decompress_unxz.c.

Function Documentation

STATIC int INIT unxz ( unsigned char in,
int  in_size,
int(*)(void *dest, unsigned int size fill,
int(*)(void *src, unsigned int size flush,
unsigned char out,
int in_used,
void(*)(char *x error 
)

Definition at line 251 of file decompress_unxz.c.