RetroArch
Macros | Functions
gzlib.c File Reference
#include "gzguts.h"
Include dependency graph for gzlib.c:

Macros

#define LSEEK   lseek
 

Functions

z_off_t gzoffset (gzFile file)
 
int gzbuffer (gzFile file, unsigned size)
 
static void gz_reset OF ((gz_statep))
 
static gzFile gz_open OF ((const void *, int, const char *))
 
static void gz_reset (gz_statep state)
 
static gzFile gz_open (const void *path, int fd, const char *mode)
 
gzFile gzopen (const char *path, const char *mode)
 
gzFile gzopen64 (const char *path, const char *mode)
 
gzFile gzdopen (int fd, const char *mode)
 
int gzrewind (gzFile file)
 
z_off64_t gzseek64 (gzFile file, z_off64_t offset, int whence)
 
z_off_t gzseek (gzFile file, z_off_t offset, int whence)
 
z_off64_t gztell64 (gzFile file)
 
z_off_t gztell (gzFile file)
 
z_off64_t gzoffset64 (gzFile file)
 
int gzeof (gzFile file)
 
const char * gzerror (gzFile file, int *errnum)
 
void gzclearerr (gzFile file)
 
void ZLIB_INTERNAL gz_error (gz_statep state, int err, const char *msg)
 
unsigned ZLIB_INTERNAL gz_intmax ()
 

Macro Definition Documentation

◆ LSEEK

#define LSEEK   lseek

Function Documentation

◆ gz_error()

void ZLIB_INTERNAL gz_error ( gz_statep  state,
int  err,
const char *  msg 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gz_intmax()

unsigned ZLIB_INTERNAL gz_intmax ( )

◆ gz_open()

static gzFile gz_open ( const void path,
int  fd,
const char *  mode 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gz_reset()

static void gz_reset ( gz_statep  state)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gzbuffer()

int gzbuffer ( gzFile  file,
unsigned  size 
)

◆ gzclearerr()

void gzclearerr ( gzFile  file)
Here is the call graph for this function:

◆ gzdopen()

gzFile gzdopen ( int  fd,
const char *  mode 
)
Here is the call graph for this function:

◆ gzeof()

int gzeof ( gzFile  file)

◆ gzerror()

const char* gzerror ( gzFile  file,
int *  errnum 
)

◆ gzoffset()

z_off_t gzoffset ( gzFile  file)
Here is the call graph for this function:

◆ gzoffset64()

z_off64_t gzoffset64 ( gzFile  file)
Here is the caller graph for this function:

◆ gzopen()

gzFile gzopen ( const char *  path,
const char *  mode 
)
Here is the call graph for this function:

◆ gzopen64()

gzFile gzopen64 ( const char *  path,
const char *  mode 
)
Here is the call graph for this function:

◆ gzrewind()

int gzrewind ( gzFile  file)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gzseek()

z_off_t gzseek ( gzFile  file,
z_off_t  offset,
int  whence 
)
Here is the call graph for this function:

◆ gzseek64()

z_off64_t gzseek64 ( gzFile  file,
z_off64_t  offset,
int  whence 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gztell()

z_off_t gztell ( gzFile  file)
Here is the call graph for this function:

◆ gztell64()

z_off64_t gztell64 ( gzFile  file)
Here is the caller graph for this function:

◆ OF() [1/2]

static void gz_reset OF ( (gz_statep )
static

◆ OF() [2/2]

static gzFile gz_open OF ( (const void *, int, const char *)  )
static