Searched refs:http_header_response_get (Results 1 – 12 of 12) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_range.c | 214 http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, in http_range_multi() 380 http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, in http_range_rfc7233() 401 http_header_response_get(r, HTTP_HEADER_ACCEPT_RANGES, in http_range_rfc7233() 441 ? http_header_response_get(r, HTTP_HEADER_ETAG, in http_range_rfc7233() 443 : http_header_response_get(r, HTTP_HEADER_LAST_MODIFIED, in http_range_rfc7233()
|
| H A D | mod_expire.c | 315 vb = http_header_response_get(r, HTTP_HEADER_CACHE_CONTROL, CONST_STR_LEN("Cache-Control")); in REQUEST_FUNC() 327 vb = http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, CONST_STR_LEN("Content-Type")); in REQUEST_FUNC()
|
| H A D | http-header-glue.c | 209 && (etag = http_header_response_get(r, HTTP_HEADER_ETAG, in http_response_handle_cachable() 227 || (lmod = http_header_response_get(r, HTTP_HEADER_LAST_MODIFIED, in http_response_handle_cachable() 1199 && NULL != (vb = http_header_response_get(r, HTTP_HEADER_OTHER, in http_response_parse_headers() 1207 } else if (NULL != (vb = http_header_response_get(r, HTTP_HEADER_OTHER, in http_response_parse_headers() 1210 && NULL != (vb = http_header_response_get(r, HTTP_HEADER_OTHER, in http_response_parse_headers()
|
| H A D | http_header.h | 116 buffer * http_header_response_get(const request_st *r, enum http_header_e id, const char *k, uint32…
|
| H A D | mod_deflate.c | 1131 else if ((vb = http_header_response_get(hctx->r, HTTP_HEADER_CONTENT_TYPE, in stream_br_init() 1929 …if (NULL != (vbro = http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, CONST_STR_LEN("Content-T… in REQUEST_FUNC() 1938 if (NULL != (vb = http_header_response_get(r, HTTP_HEADER_VARY, CONST_STR_LEN("Vary")))) { in REQUEST_FUNC() 1951 vb = http_header_response_get(r, HTTP_HEADER_ETAG, CONST_STR_LEN("ETag")); in REQUEST_FUNC() 2037 && (!(vbro = http_header_response_get(r, HTTP_HEADER_CACHE_CONTROL, in REQUEST_FUNC()
|
| H A D | mod_proxy.c | 1099 vb = http_header_response_get(r, HTTP_HEADER_LOCATION, in proxy_response_headers() 1104 vb = http_header_response_get(r, HTTP_HEADER_CONTENT_LOCATION, in proxy_response_headers() 1109 vb = http_header_response_get(r, HTTP_HEADER_SET_COOKIE, in proxy_response_headers()
|
| H A D | http_cgi.c | 47 const buffer *vb = http_header_response_get(r, HTTP_HEADER_LOCATION, in http_cgi_local_redir()
|
| H A D | http_header.c | 223 buffer * http_header_response_get(const request_st * const r, enum http_header_e id, const char *k,… in http_header_response_get() function
|
| H A D | response.c | 619 http_header_response_get(r, HTTP_HEADER_WWW_AUTHENTICATE, in http_response_errdoc_init()
|
| H A D | mod_accesslog.c | 905 vb = http_header_response_get(r, f->opt, BUF_PTR_LEN(&f->string)); in log_access_record()
|
| H A D | mod_magnet.c | 1648 magnet_push_buffer(L, http_header_response_get(r, id, k, klen)); in magnet_resphdr_get()
|
| /lighttpd1.4/src/t/ |
| H A D | test_mod_staticfile.c | 52 vb = http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, in test_http_response_send_file() 61 vb = http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, in test_http_response_send_file() 64 vb = http_header_response_get(r, HTTP_HEADER_ETAG, in test_http_response_send_file() 67 vb = http_header_response_get(r, HTTP_HEADER_LAST_MODIFIED, in test_http_response_send_file() 149 vb = http_header_response_get(r, HTTP_HEADER_ETAG, in test_http_response_send_file()
|