GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
zlib_symbian_ext.h File Reference
#include <ezlib.h>
+ Include dependency graph for zlib_symbian_ext.h:
+ This graph shows which files directly or indirectly include this file:

Typedefs

typedef voidp gzFile
 

Functions

gzFile gzopen OF ((const char *path, const char *mode))
 
gzFile gzdopen OF ((int fd, const char *mode))
 
int gzsetparams OF ((gzFile file, int level, int strategy))
 
int gzread OF ((gzFile file, voidp buf, unsigned len))
 
int gzprintf OF ((gzFile file, const char *format,...))
 
int gzputs OF ((gzFile file, const char *s))
 
char *gzgets OF ((gzFile file, char *buf, int len))
 
int gzputc OF ((gzFile file, int c))
 
int gzgetc OF ((gzFile file))
 
int gzflush OF ((gzFile file, int flush))
 
z_off_t gzseek OF ((gzFile file, z_off_t offset, int whence))
 
const char *gzerror OF ((gzFile file, int *errnum))
 

Typedef Documentation

typedef voidp gzFile

Function Documentation

gzFile gzopen OF ( (const char *path, const char *mode)  )
gzFile gzdopen OF ( (int fd, const char *mode)  )
int gzsetparams OF ( (gzFile file, int level, int strategy)  )
int gzwrite OF ( (gzFile file, voidp buf, unsigned len)  )
int gzprintf OF ( (gzFile file, const char *format,...)  )
int gzputs OF ( (gzFile file, const char *s)  )
char* gzgets OF ( (gzFile file, char *buf, int len)  )
int gzputc OF ( (gzFile file, int c)  )
int gzclose OF ( (gzFile file)  )
int gzflush OF ( (gzFile file, int flush)  )
z_off_t gzseek OF ( (gzFile file, z_off_t offset, int whence)  )
const char* gzerror OF ( (gzFile file, int *errnum)  )