Home
last modified time | relevance | path

Searched refs:ngx_http_send_header (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_stub_status_module.c109 rc = ngx_http_send_header(r); in ngx_http_stub_status_handler()
153 rc = ngx_http_send_header(r); in ngx_http_stub_status_handler()
H A Dngx_http_static_module.c230 return ngx_http_send_header(r); in ngx_http_static_handler()
247 rc = ngx_http_send_header(r); in ngx_http_static_handler()
H A Dngx_http_flv_module.c232 rc = ngx_http_send_header(r); in ngx_http_flv_handler()
H A Dngx_http_gzip_static_module.c261 rc = ngx_http_send_header(r); in ngx_http_gzip_static_handler()
H A Dngx_http_autoindex_module.c283 rc = ngx_http_send_header(r); in ngx_http_autoindex_handler()
H A Dngx_http_dav_module.c299 ngx_http_finalize_request(r, ngx_http_send_header(r)); in ngx_http_dav_put_handler()
H A Dngx_http_ssi_filter_module.c2220 if (ngx_http_send_header(r) == NGX_ERROR) { in ngx_http_ssi_stub_output()
H A Dngx_http_mp4_module.c657 rc = ngx_http_send_header(r); in ngx_http_mp4_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h144 ngx_int_t ngx_http_send_header(ngx_http_request_t *r);
H A Dngx_http_special_response.c716 rc = ngx_http_send_header(r); in ngx_http_send_special_response()
815 rc = ngx_http_send_header(r); in ngx_http_send_refresh()
H A Dngx_http_file_cache.c1576 return ngx_http_send_header(r); in ngx_http_cache_send()
1591 rc = ngx_http_send_header(r); in ngx_http_cache_send()
H A Dngx_http_core_module.c1719 return ngx_http_send_header(r); in ngx_http_send_response()
1736 rc = ngx_http_send_header(r); in ngx_http_send_response()
1747 ngx_http_send_header(ngx_http_request_t *r) in ngx_http_send_header() function
H A Dngx_http_upstream.c2911 rc = ngx_http_send_header(r); in ngx_http_upstream_send_response()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs150 (void) ngx_http_send_header(r);