Home
last modified time | relevance | path

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

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dhttp_range.c158 http_header_response_set(r, HTTP_HEADER_CONTENT_RANGE, in http_range_single()
274 http_header_response_set(r, HTTP_HEADER_CONTENT_RANGE, in http_range_not_satisfiable()
368 if (light_btst(r->resp_htags, HTTP_HEADER_CONTENT_RANGE)) in http_range_rfc7233()
H A Dhttp_header.h55 ,HTTP_HEADER_CONTENT_RANGE enumerator
H A Dhttp_header.c72 ,{ HTTP_HEADER_CONTENT_RANGE, CONST_LEN_STR("content-range") }
H A Dh2.c45 ,[HTTP_HEADER_CONTENT_RANGE] = "content-range"
139 ,[HTTP_HEADER_CONTENT_RANGE] = LSHPACK_HDR_CONTENT_RANGE
195 ,[LSHPACK_HDR_CONTENT_RANGE] = HTTP_HEADER_CONTENT_RANGE
H A Dmod_webdav.c4375 if (light_btst(r->rqst_htags, HTTP_HEADER_CONTENT_RANGE)) { in mod_webdav_put_prep()
4622 http_header_request_get(r, HTTP_HEADER_CONTENT_RANGE, in mod_webdav_put()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/http/
H A Drequest.h46 #define HTTP_HEADER_CONTENT_RANGE "content-range" macro
H A Drequest.c29 STRING_EXTERN(HTTP_HEADER_CONTENT_RANGE_STR, HTTP_HEADER_CONTENT_RANGE);