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

/external/libxml2/
H A Dxzlib.c89 xz_error(xz_statep state, int err, const char *msg) function
130 xz_error(state, LZMA_OK, NULL); /* clear error */
246 xz_error(state, -1, strerror(errno));
402 xz_error(state, LZMA_MEM_ERROR, "out of memory");
415 xz_error(state, LZMA_MEM_ERROR, "out of memory");
430 xz_error(state, LZMA_MEM_ERROR, "out of memory");
466 xz_error(state, LZMA_DATA_ERROR,
472 xz_error(state, LZMA_DATA_ERROR,
546 xz_error(state, LZMA_DATA_ERROR, "unexpected end of file");
561 xz_error(stat
[all...]

Completed in 79 milliseconds