Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
unlzma.h File Reference

Go to the source code of this file.

Functions

int unlzma (unsigned char *, int, int(*fill)(void *, unsigned int), int(*flush)(void *, unsigned int), unsigned char *output, int *posp, void(*error)(char *x))
 

Function Documentation

int unlzma ( unsigned char ,
int  ,
int(*)(void *, unsigned int fill,
int(*)(void *, unsigned int flush,
unsigned char output,
int posp,
void(*)(char *x error 
)
inline

Definition at line 537 of file decompress_unlzma.c.