HomeSort by: relevance | last modified time | path
    Searched defs:can_gzip (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/httpd/
bozohttpd.c 1754 * can_gzip checks if the request supports and prefers gzip encoding.
1761 can_gzip(bozo_httpreq_t *request) function in typeref:typename:int
1827 if (can_gzip(request)) {
bozohttpd.c 1754 * can_gzip checks if the request supports and prefers gzip encoding.
1761 can_gzip(bozo_httpreq_t *request) function in typeref:typename:int
1827 if (can_gzip(request)) {
bozohttpd.c 1754 * can_gzip checks if the request supports and prefers gzip encoding.
1761 can_gzip(bozo_httpreq_t *request) function in typeref:typename:int
1827 if (can_gzip(request)) {

Completed in 53 milliseconds