Home
last modified time | relevance | path

Searched refs:xz_open (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxzlib.c139 xz_open(const char *path, int fd, const char *mode ATTRIBUTE_UNUSED) in xz_open() function
210 return xz_open(path, -1, mode); in __libxml2_xzopen()
227 xz = xz_open(path, fd, mode); in __libxml2_xzdopen()