Go to the source code of this file.
Functions | |
char * | pst_lzfu_decompress (char *rtfcomp, uint32_t compsize, size_t *size) |
decompress lz compressed rtf data. |
char* pst_lzfu_decompress | ( | char * | rtfcomp, | |
uint32_t | compsize, | |||
size_t * | size | |||
) |
decompress lz compressed rtf data.
The initial lz dictionary is preloaded with rtf specific data.
rtfcomp | pointer to the rtf compressed data | |
compsize | size of the compressed data buffer | |
size | pointer to location to return size of the output buffer |
Definition at line 38 of file lzfu.c.
References _lzfuheader::cbRawSize, _lzfuheader::cbSize, _lzfuheader::dwCRC, _lzfuheader::dwMagic, LE16_CPU, LE32_CPU, LZFU_INITDICT, LZFU_INITLENGTH, and pst_malloc().
Referenced by write_normal_email().