Lines Matching refs:xz_error
89 xz_error(xz_statep state, int err, const char *msg) in xz_error() function
130 xz_error(state, LZMA_OK, NULL); /* clear error */ in xz_reset()
246 xz_error(state, -1, strerror(errno)); in xz_load()
402 xz_error(state, LZMA_MEM_ERROR, "out of memory"); in xz_head()
415 xz_error(state, LZMA_MEM_ERROR, "out of memory"); in xz_head()
430 xz_error(state, LZMA_MEM_ERROR, "out of memory"); in xz_head()
466 xz_error(state, LZMA_DATA_ERROR, in xz_head()
472 xz_error(state, LZMA_DATA_ERROR, in xz_head()
546 xz_error(state, LZMA_DATA_ERROR, "unexpected end of file"); in xz_decomp()
561 xz_error(state, Z_STREAM_ERROR, in xz_decomp()
583 xz_error(state, LZMA_MEM_ERROR, "out of memory"); in xz_decomp()
587 xz_error(state, LZMA_DATA_ERROR, "compressed data error"); in xz_decomp()
591 xz_error(state, LZMA_PROG_ERROR, "compression error"); in xz_decomp()
596 xz_error(state, ret, "lzma error"); in xz_decomp()
613 xz_error(state, LZMA_DATA_ERROR, "unexpected end of file"); in xz_decomp()
617 xz_error(state, LZMA_DATA_ERROR, "incorrect data check"); in xz_decomp()
621 xz_error(state, LZMA_DATA_ERROR, "incorrect length check"); in xz_decomp()
631 xz_error(state, LZMA_DATA_ERROR, "trailing garbage"); in xz_decomp()
717 xz_error(state, LZMA_BUF_ERROR, in __libxml2_xzread()