Home
last modified time | relevance | path

Searched refs:NGX_HTTP_SPECIAL_RESPONSE (Results 1 – 13 of 13) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request_body.c204 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_read_client_request_body()
257 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_read_client_request_body_handler()
565 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_discard_request_body()
626 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_discarded_request_body_handler()
H A Dngx_http_request.h82 #define NGX_HTTP_SPECIAL_RESPONSE 300 macro
H A Dngx_http_upstream.c2028 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_upstream_send_request()
2198 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_upstream_send_request_body()
2424 if (u->headers_in.status_n >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_upstream_process_header()
4435 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_upstream_finalize_request()
H A Dngx_http_request.c2458 if (rc >= NGX_HTTP_SPECIAL_RESPONSE in ngx_http_finalize_request()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mirror_module.c121 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_mirror_handler()
H A Dngx_http_auth_request_module.c165 && ctx->status < NGX_HTTP_SPECIAL_RESPONSE) in ngx_http_auth_request_handler()
H A Dngx_http_dav_module.c178 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_dav_handler()
H A Dngx_http_scgi_module.c546 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_scgi_handler()
H A Dngx_http_uwsgi_module.c715 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_uwsgi_handler()
H A Dngx_http_ssi_filter_module.c2234 if (r->headers_out.status < NGX_HTTP_SPECIAL_RESPONSE in ngx_http_ssi_set_variable()
H A Dngx_http_fastcgi_module.c750 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_fastcgi_handler()
H A Dngx_http_grpc_module.c571 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_grpc_handler()
H A Dngx_http_proxy_module.c959 if (rc >= NGX_HTTP_SPECIAL_RESPONSE) { in ngx_http_proxy_handler()