Home | History | Annotate | Download | only in httpd

Lines Matching defs:encoding

59  *	- 14.11: content-encoding handling. [1]
78 * `content-length' header upon receipt of a `transfer-encoding'
837 "accept-encoding") == 0)
1754 * can_gzip checks if the request supports and prefers gzip encoding.
1814 const char *type, *encoding;
1826 encoding = NULL;
1831 encoding = "gzip";
1901 if (!encoding)
1902 encoding = bozo_content_encoding(request, file);
1904 bozo_print_header(request, &sb, type, encoding);
1971 struct stat *sbp, const char *type, const char *encoding)
1997 if (encoding && *encoding)
1998 bozo_printf(httpd, "Content-Encoding: %s\r\n", encoding);