Searched refs:__libxml2_xzclose (Results 1 – 3 of 3) sorted by relevance
17 int __libxml2_xzclose(xzFile file);
787 __libxml2_xzclose(xzFile file) in __libxml2_xzclose() function
1386 ret = (__libxml2_xzclose((xzFile) context) == LZMA_OK ) ? 0 : -1; in xmlXzfileClose()