binutils  2.23.2
About: GNU Binutils are a collection of binary tools. The main ones are "ld" the GNU linker and "(g)as" the GNU assembler.
  Fossies Dox: binutils-2.23.2.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
compress-debug.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct z_stream_s * compress_init (void)
 
int compress_data (struct z_stream_s *, const char **, int *, char **, int *)
 
int compress_finish (struct z_stream_s *, char **, int *, int *)
 

Function Documentation

int compress_data ( struct z_stream_s *  ,
const char **  ,
int ,
char **  ,
int  
)
int compress_finish ( struct z_stream_s *  ,
char **  ,
int ,
int  
)
struct z_stream_s* compress_init ( void  )

Definition at line 33 of file compress-debug.c.

References NULL, NULL, NULL, and NULL.