HomeSort by relevance Sort by last modified time
    Searched full:xz_error (Results 1 - 1 of 1) sorted by null

  /external/libxml2/
xzlib.c 89 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(state, Z_STREAM_ERROR
    [all...]

Completed in 93 milliseconds