Searched defs:lzma_read_error (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-compression/
H A Distream-lzma.c41 static void lzma_read_error(struct lzma_istream *zstream, const char *error) function
133 lzma_read_error(zstream, "corrupted data");
137 lzma_read_error(zstream, "wrong magic in header (not xz file?)");
141 lzma_read_error(zstream, "Unsupported xz options");
155 lzma_read_error(zstream, t_strdup_printf(

Completed in 11 milliseconds