ReactOS 0.4.15-dev-8092-ge0ba2f3
xzlib.h File Reference

Go to the source code of this file.

Typedefs

typedef voidxzFile
 

Functions

xzFile __libxml2_xzopen (const char *path, const char *mode)
 
xzFile __libxml2_xzdopen (int fd, const char *mode)
 
int __libxml2_xzread (xzFile file, void *buf, unsigned len)
 
int __libxml2_xzclose (xzFile file)
 
int __libxml2_xzcompressed (xzFile f)
 

Typedef Documentation

◆ xzFile

typedef void* xzFile

xzlib.h: header for the front end for the transparent support of lzma compression at the I/O layer

See Copyright for the status of this software.

Anders F Bjorklund afb@u.nosp@m.sers.nosp@m..sour.nosp@m.cefo.nosp@m.rge.n.nosp@m.et

Definition at line 12 of file xzlib.h.

Function Documentation

◆ __libxml2_xzclose()

int __libxml2_xzclose ( xzFile  file)

◆ __libxml2_xzcompressed()

int __libxml2_xzcompressed ( xzFile  f)

◆ __libxml2_xzdopen()

xzFile __libxml2_xzdopen ( int  fd,
const char mode 
)

◆ __libxml2_xzopen()

xzFile __libxml2_xzopen ( const char path,
const char mode 
)

◆ __libxml2_xzread()

int __libxml2_xzread ( xzFile  file,
void buf,
unsigned  len 
)