Go to the documentation of this file.
37 #ifndef _HTP_DECOMPRESSORS_H
38 #define _HTP_DECOMPRESSORS_H
45 #define GZIP_BUF_SIZE 8192
46 #define GZIP_WINDOW_SIZE -15
48 #define DEFLATE_MAGIC_1 0x1f
49 #define DEFLATE_MAGIC_2 0x8b
51 #define COMPRESSION_NONE 0
52 #define COMPRESSION_GZIP 1
53 #define COMPRESSION_DEFLATE 2