Home
last modified time | relevance | path

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

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dmod_expire.c277 vb = http_header_response_set_ptr(r, HTTP_HEADER_CACHE_CONTROL, in mod_expire_set_header()
301 vb = http_header_response_get(r, HTTP_HEADER_CACHE_CONTROL, CONST_STR_LEN("Cache-Control")); in REQUEST_FUNC()
H A Dhttp_header.h50 ,HTTP_HEADER_CACHE_CONTROL enumerator
H A Dmod_uploadprogress.c291 …http_header_response_set(r, HTTP_HEADER_CACHE_CONTROL, CONST_STR_LEN("Cache-Control"), CONST_STR_L… in URIHANDLER_FUNC()
H A Dhttp_header.c70 ,{ HTTP_HEADER_CACHE_CONTROL, CONST_LEN_STR("cache-control") }
H A Dh2.c40 ,[HTTP_HEADER_CACHE_CONTROL] = "cache-control"
104 ,[HTTP_HEADER_CACHE_CONTROL] = LSHPACK_HDR_CACHE_CONTROL
189 ,[LSHPACK_HDR_CACHE_CONTROL] = HTTP_HEADER_CACHE_CONTROL
H A Dhttp-header-glue.c676 http_header_response_unset(r, HTTP_HEADER_CACHE_CONTROL, in http_response_backend_done()