Home
last modified time | relevance | path

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

/external/libxml2/
Dxzlib.c89 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()
[all …]