Home
last modified time | relevance | path

Searched refs:http_header_response_get (Results 1 – 12 of 12) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_range.c214 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 Dmod_expire.c315 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 Dhttp-header-glue.c209 && (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 Dhttp_header.h116 buffer * http_header_response_get(const request_st *r, enum http_header_e id, const char *k, uint32…
H A Dmod_deflate.c1131 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 Dmod_proxy.c1099 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 Dhttp_cgi.c47 const buffer *vb = http_header_response_get(r, HTTP_HEADER_LOCATION, in http_cgi_local_redir()
H A Dhttp_header.c223 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 Dresponse.c619 http_header_response_get(r, HTTP_HEADER_WWW_AUTHENTICATE, in http_response_errdoc_init()
H A Dmod_accesslog.c905 vb = http_header_response_get(r, f->opt, BUF_PTR_LEN(&f->string)); in log_access_record()
H A Dmod_magnet.c1648 magnet_push_buffer(L, http_header_response_get(r, id, k, klen)); in magnet_resphdr_get()
/lighttpd1.4/src/t/
H A Dtest_mod_staticfile.c52 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()