Home
last modified time | relevance | path

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

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dhttp_range.c206 http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, in http_range_multi()
371 http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, in http_range_rfc7233()
392 http_header_response_get(r, HTTP_HEADER_ACCEPT_RANGES, in http_range_rfc7233()
432 ? http_header_response_get(r, HTTP_HEADER_ETAG, in http_range_rfc7233()
434 : http_header_response_get(r, HTTP_HEADER_LAST_MODIFIED, in http_range_rfc7233()
H A Dmod_expire.c301 vb = http_header_response_get(r, HTTP_HEADER_CACHE_CONTROL, CONST_STR_LEN("Cache-Control")); in REQUEST_FUNC()
313 vb = http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, CONST_STR_LEN("Content-Type")); in REQUEST_FUNC()
H A Dhttp_header.h114 buffer * http_header_response_get(const request_st *r, enum http_header_e id, const char *k, uint32…
H A Dhttp-header-glue.c394 mtime = http_header_response_get(r, HTTP_HEADER_LAST_MODIFIED, in http_response_send_file()
1190 && NULL != (vb = http_header_response_get(r, HTTP_HEADER_OTHER, in http_response_parse_headers()
1198 } else if (NULL != (vb = http_header_response_get(r, HTTP_HEADER_OTHER, in http_response_parse_headers()
1201 && NULL != (vb = http_header_response_get(r, HTTP_HEADER_OTHER, in http_response_parse_headers()
H A Dmod_cml_lua.c280 …const buffer *vb = http_header_response_get(r, HTTP_HEADER_LAST_MODIFIED, CONST_STR_LEN("Last-Modi… in cache_parse_lua()
H A Dmod_deflate.c1141 else if ((vb = http_header_response_get(hctx->r, HTTP_HEADER_CONTENT_TYPE, in stream_br_init()
1827 …if (NULL != (vbro = http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, CONST_STR_LEN("Content-T… in REQUEST_FUNC()
1836 if (NULL != (vb = http_header_response_get(r, HTTP_HEADER_VARY, CONST_STR_LEN("Vary")))) { in REQUEST_FUNC()
1849 vb = http_header_response_get(r, HTTP_HEADER_ETAG, CONST_STR_LEN("ETag")); in REQUEST_FUNC()
1852 …const buffer *if_none_match = http_header_response_get(r, HTTP_HEADER_IF_NONE_MATCH, CONST_STR_LEN… in REQUEST_FUNC()
H A Dmod_proxy.c1062 vb = http_header_response_get(r, HTTP_HEADER_LOCATION, in proxy_response_headers()
1067 vb = http_header_response_get(r, HTTP_HEADER_CONTENT_LOCATION, in proxy_response_headers()
1072 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.c222 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.c597 http_header_response_get(r, HTTP_HEADER_WWW_AUTHENTICATE, in http_response_errdoc_init()
H A Dmod_accesslog.c866 if (NULL != (vb = http_header_response_get(r, f->opt, BUF_PTR_LEN(&f->string)))) { in log_access_record()
H A Dmod_magnet.c1263 const buffer * const vb = http_header_response_get(r, id, k, klen); in magnet_resphdr_get()
/dports/www/lighttpd/lighttpd-1.4.63/src/t/
H A Dtest_mod_staticfile.c53 vb = http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, in test_http_response_send_file()
62 vb = http_header_response_get(r, HTTP_HEADER_CONTENT_TYPE, in test_http_response_send_file()
65 vb = http_header_response_get(r, HTTP_HEADER_ETAG, in test_http_response_send_file()
68 vb = http_header_response_get(r, HTTP_HEADER_LAST_MODIFIED, in test_http_response_send_file()
150 vb = http_header_response_get(r, HTTP_HEADER_ETAG, in test_http_response_send_file()