Linux Kernel
3.7.1
|
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)) |
#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.