Home
last modified time | relevance | path

Searched refs:ngx_http_send_special (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_addition_filter_module.c196 return ngx_http_send_special(r, NGX_HTTP_LAST); in ngx_http_addition_body_filter()
H A Dngx_http_slice_filter_module.c253 ngx_http_send_special(r, NGX_HTTP_LAST); in ngx_http_slice_body_filter()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.h137 ngx_int_t ngx_http_send_special(ngx_http_request_t *r, ngx_uint_t flags);
H A Dngx_http_special_response.c723 return ngx_http_send_special(r, NGX_HTTP_LAST); in ngx_http_send_special_response()
H A Dngx_http_upstream.c3011 if (ngx_http_send_special(r, NGX_HTTP_FLUSH) == NGX_ERROR) { in ngx_http_upstream_send_response()
3285 if (ngx_http_send_special(r, NGX_HTTP_FLUSH) == NGX_ERROR) { in ngx_http_upstream_upgrade()
4454 rc = ngx_http_send_special(r, NGX_HTTP_LAST); in ngx_http_upstream_finalize_request()
4458 rc = ngx_http_send_special(r, NGX_HTTP_FLUSH); in ngx_http_upstream_finalize_request()
H A Dngx_http_request.c3469 ngx_http_send_special(ngx_http_request_t *r, ngx_uint_t flags) in ngx_http_send_special() function
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c263 ngx_http_send_special(r, NGX_HTTP_LAST); in ngx_http_perl_handle_request()