HTP 0.5
|
Functions | |
htp_status_t | htp_gzip_decompressor_decompress (htp_decompressor_t *drec1, htp_tx_data_t *d) |
void | htp_gzip_decompressor_destroy (htp_decompressor_t *drec1) |
htp_decompressor_t * | htp_gzip_decompressor_create (htp_connp_t *connp, enum htp_content_encoding_t format) |
Variables | |
const ISzAlloc | lzma_Alloc = { SzAlloc, SzFree } |
htp_decompressor_t * htp_gzip_decompressor_create | ( | htp_connp_t * | connp, |
enum htp_content_encoding_t | format ) |
Create a new decompressor instance.
[in] | connp | |
[in] | format |
htp_status_t htp_gzip_decompressor_decompress | ( | htp_decompressor_t * | drec1, |
htp_tx_data_t * | d ) |
Decompress a chunk of gzip-compressed data. If we have more than one decompressor, call this function recursively.
[in] | drec | |
[in] | d |
void htp_gzip_decompressor_destroy | ( | htp_decompressor_t * | drec1 | ) |
Shut down gzip decompressor.
[in] | drec |
const ISzAlloc lzma_Alloc = { SzAlloc, SzFree } |