Home
last modified time | relevance | path

Searched refs:NGX_HTTP_LAST (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.h134 #define NGX_HTTP_LAST 1 macro
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_request.c3479 if (flags & NGX_HTTP_LAST) { in ngx_http_send_special()
H A Dngx_http_upstream.c4454 rc = ngx_http_send_special(r, NGX_HTTP_LAST); in ngx_http_upstream_finalize_request()
/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()