Searched defs:xzFile (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dxzlib.h12 typedef void *xzFile; /* opaque lzma file descriptor */ typedef
14 xzFile __libxml2_xzopen(const char *path, const char *mode);
15 xzFile __libxml2_xzdopen(int fd, const char *mode);
16 int __libxml2_xzread(xzFile file, void *buf, unsigned len);
17 int __libxml2_xzclose(xzFile file);
18 int __libxml2_xzcompressed(xzFile f);

Completed in 107 milliseconds