Searched refs:compression_type (Results 1 – 1 of 1) sorted by relevance
236 int compression_type; member901 (hctx->compression_type == HTTP_ACCEPT_ENCODING_GZIP) in stream_deflate_init()1301 switch(hctx->compression_type) { in mod_deflate_stream_init()1326 switch(hctx->compression_type) { in mod_deflate_compress()1352 switch(hctx->compression_type) { in mod_deflate_stream_flush()1388 switch(hctx->compression_type) { in mod_deflate_stream_end()1881 int compression_type; in REQUEST_FUNC() local1926 if (!compression_type) return HANDLER_GO_ON; in REQUEST_FUNC()2073 hctx->compression_type = compression_type; in REQUEST_FUNC()2089 && (hctx->compression_type == HTTP_ACCEPT_ENCODING_GZIP in REQUEST_FUNC()[all …]