Searched refs:HTTP_HEADER_LOCATION (Results 1 – 9 of 9) sorted by relevance
| /lighttpd1.4/src/t/ |
| H A D | test_request.c | 328 b = http_header_request_get(r, HTTP_HEADER_LOCATION, in test_request_http_request_parse() 339 b = http_header_request_get(r, HTTP_HEADER_LOCATION, in test_request_http_request_parse() 350 b = http_header_request_get(r, HTTP_HEADER_LOCATION, in test_request_http_request_parse()
|
| H A D | test_http_header.c | 60 case HTTP_HEADER_LOCATION: in test_http_header_tables()
|
| /lighttpd1.4/src/ |
| H A D | http_header.h | 76 ,HTTP_HEADER_LOCATION enumerator
|
| H A D | mod_redirect.c | 190 http_header_response_set(r, HTTP_HEADER_LOCATION, in URIHANDLER_FUNC()
|
| H A D | mod_proxy.c | 975 if (ds->ext == HTTP_HEADER_LOCATION) break; in proxy_create_env() 1098 if (light_btst(r->resp_htags, HTTP_HEADER_LOCATION)) { in proxy_response_headers() 1099 vb = http_header_response_get(r, HTTP_HEADER_LOCATION, 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 | 57 ,{ HTTP_HEADER_LOCATION, CONST_LEN_STR("location") }
|
| H A D | http-header-glue.c | 117 vb = http_header_response_set_ptr(r, HTTP_HEADER_LOCATION, in http_response_redirect_to_directory() 1033 if (0 == r->http_status && light_btst(r->resp_htags, HTTP_HEADER_LOCATION)){ in http_response_process_headers()
|
| H A D | h2.c | 65 ,[HTTP_HEADER_LOCATION] = "location" 120 ,[HTTP_HEADER_LOCATION] = LSHPACK_HDR_LOCATION 213 ,[LSHPACK_HDR_LOCATION] = HTTP_HEADER_LOCATION
|