Lines Matching refs:error
255 void (*error)(char *x))
312 * This isn't an optimal error code
328 * Setting ret here may hide an error
357 error("XZ decompressor ran out of memory");
361 error("Input is not in the XZ format (wrong magic bytes)");
365 error("Input was encoded with settings that are not "
371 error("XZ-compressed data is corrupt");
375 error("Bug in the XZ decompressor");
389 error("XZ decompressor ran out of memory");
403 void (*error)(char *x))
405 return unxz(buf, len, fill, flush, out_buf, pos, error);