Home
last modified time | relevance | path

Searched refs:compression_type (Results 1 – 1 of 1) sorted by relevance

/lighttpd1.4/src/
H A Dmod_deflate.c236 int compression_type; member
901 (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() local
1926 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 …]