Home
last modified time | relevance | path

Searched refs:NGX_HTTP_NO_CONTENT (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c246 status = NGX_HTTP_NO_CONTENT; in ngx_http_dav_put_handler()
398 return NGX_HTTP_NO_CONTENT; in ngx_http_dav_delete_handler()
838 return NGX_HTTP_NO_CONTENT; in ngx_http_dav_copy_move_handler()
851 return NGX_HTTP_NO_CONTENT; in ngx_http_dav_copy_move_handler()
H A Dngx_http_headers_filter_module.c190 case NGX_HTTP_NO_CONTENT: in ngx_http_headers_filter()
281 case NGX_HTTP_NO_CONTENT: in ngx_http_trailers_filter()
H A Dngx_http_chunked_filter_module.c66 || r->headers_out.status == NGX_HTTP_NO_CONTENT in ngx_http_chunked_header_filter()
H A Dngx_http_proxy_module.c1934 if (u->headers_in.status_n == NGX_HTTP_NO_CONTENT in ngx_http_proxy_process_header()
1989 if (u->headers_in.status_n == NGX_HTTP_NO_CONTENT in ngx_http_proxy_input_filter_init()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h79 #define NGX_HTTP_NO_CONTENT 204 macro
H A Dngx_http_header_filter_module.c222 if (status == NGX_HTTP_NO_CONTENT) { in ngx_http_header_filter()
H A Dngx_http_special_response.c489 } else if (error == NGX_HTTP_NO_CONTENT) { in ngx_http_special_response_handler()
H A Dngx_http_request.c2460 || rc == NGX_HTTP_NO_CONTENT) in ngx_http_finalize_request()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c199 case NGX_HTTP_NO_CONTENT: in ngx_http_v2_header_filter()