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

Go to the source code of this file.

Typedefs

typedef int(* decompress_fn )(unsigned char *inbuf, int len, int(*fill)(void *, unsigned int), int(*flush)(void *, unsigned int), unsigned char *outbuf, int *posp, void(*error)(char *x))
 

Functions

decompress_fn decompress_method (const unsigned char *inbuf, int len, const char **name)
 

Typedef Documentation

typedef int(* decompress_fn)(unsigned char *inbuf, int len, int(*fill)(void *, unsigned int), int(*flush)(void *, unsigned int), unsigned char *outbuf, int *posp, void(*error)(char *x))

Definition at line 4 of file generic.h.

Function Documentation

decompress_fn decompress_method ( const unsigned char inbuf,
int  len,
const char **  name 
)

Definition at line 51 of file decompress.c.