Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xzFile

1369     xzFile fd;
1435 ret = __libxml2_xzread((xzFile) context, &buffer[0], len);
1450 ret = (__libxml2_xzclose((xzFile) context) == LZMA_OK ) ? 0 : -1;