Home
last modified time | relevance | path

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

/external/libxml2/
Dxzlib.h14 xzFile __libxml2_xzopen(const char *path, const char *mode);
Dxzlib.c208 __libxml2_xzopen(const char *path, const char *mode) in __libxml2_xzopen() function
DxmlIO.c1327 fd = __libxml2_xzopen(path, "rb"); in xmlXzfileOpen_real()