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 D | ngx_http_addition_filter_module.c | 196 return ngx_http_send_special(r, NGX_HTTP_LAST); in ngx_http_addition_body_filter()
|
| H A D | ngx_http_slice_filter_module.c | 253 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 D | ngx_http.h | 137 ngx_int_t ngx_http_send_special(ngx_http_request_t *r, ngx_uint_t flags);
|
| H A D | ngx_http_special_response.c | 723 return ngx_http_send_special(r, NGX_HTTP_LAST); in ngx_http_send_special_response()
|
| H A D | ngx_http_upstream.c | 3011 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 D | ngx_http_request.c | 3469 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 D | ngx_http_perl_module.c | 263 ngx_http_send_special(r, NGX_HTTP_LAST); in ngx_http_perl_handle_request()
|