HTP 0.5
Functions | Variables
htp_decompressors.c File Reference
#include "htp_config_auto.h"
#include "htp_private.h"

Functions

htp_decompressor_thtp_gzip_decompressor_create (htp_connp_t *connp, enum htp_content_encoding_t format)
 

Variables

const ISzAlloc lzma_Alloc = { SzAlloc, SzFree }
 

Detailed Description

Author
Ivan Ristic ivanr.nosp@m.@web.nosp@m.kreat.nosp@m.or.c.nosp@m.om

Function Documentation

◆ htp_gzip_decompressor_create()

htp_decompressor_t * htp_gzip_decompressor_create ( htp_connp_t connp,
enum htp_content_encoding_t  format 
)

Create a new decompressor instance.

Parameters
[in]connp
[in]format
Returns
New htp_decompressor_t instance on success, or NULL on failure.

Variable Documentation

◆ lzma_Alloc

const ISzAlloc lzma_Alloc = { SzAlloc, SzFree }