Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_deflate.c1756 int accept_encoding = 0; in mod_deflate_choose_encoding() local
1831 while (*x && !(*x & accept_encoding)) ++x; in mod_deflate_choose_encoding()
1832 accept_encoding &= *x; in mod_deflate_choose_encoding()
1834 if (accept_encoding & HTTP_ACCEPT_ENCODING_ZSTD) { in mod_deflate_choose_encoding()
1840 if (accept_encoding & HTTP_ACCEPT_ENCODING_BR) { in mod_deflate_choose_encoding()
1846 if (accept_encoding & HTTP_ACCEPT_ENCODING_BZIP2) { in mod_deflate_choose_encoding()
1849 } else if (accept_encoding & HTTP_ACCEPT_ENCODING_X_BZIP2) { in mod_deflate_choose_encoding()
1855 if (accept_encoding & HTTP_ACCEPT_ENCODING_GZIP) { in mod_deflate_choose_encoding()
1858 } else if (accept_encoding & HTTP_ACCEPT_ENCODING_X_GZIP) { in mod_deflate_choose_encoding()
1861 } else if (accept_encoding & HTTP_ACCEPT_ENCODING_DEFLATE) { in mod_deflate_choose_encoding()
[all …]