Home
last modified time | relevance | path

Searched refs:NGX_HTTP_BAD_REQUEST (Results 1 – 11 of 11) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c370 return NGX_HTTP_BAD_REQUEST; in ngx_http_dav_delete_handler()
389 return NGX_HTTP_BAD_REQUEST; in ngx_http_dav_delete_handler()
562 return NGX_HTTP_BAD_REQUEST; in ngx_http_dav_copy_move_handler()
577 return NGX_HTTP_BAD_REQUEST; in ngx_http_dav_copy_move_handler()
608 return NGX_HTTP_BAD_REQUEST; in ngx_http_dav_copy_move_handler()
624 return NGX_HTTP_BAD_REQUEST; in ngx_http_dav_copy_move_handler()
654 return NGX_HTTP_BAD_REQUEST; in ngx_http_dav_copy_move_handler()
660 return NGX_HTTP_BAD_REQUEST; in ngx_http_dav_copy_move_handler()
685 return NGX_HTTP_BAD_REQUEST; in ngx_http_dav_copy_move_handler()
767 return NGX_HTTP_BAD_REQUEST; in ngx_http_dav_copy_move_handler()
H A Dngx_http_autoindex_module.c209 return NGX_HTTP_BAD_REQUEST; in ngx_http_autoindex_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_special_response.c430 case NGX_HTTP_BAD_REQUEST: in ngx_http_special_response_handler()
444 case NGX_HTTP_BAD_REQUEST: in ngx_http_special_response_handler()
499 } else if (error >= NGX_HTTP_BAD_REQUEST in ngx_http_special_response_handler()
503 err = error - NGX_HTTP_BAD_REQUEST + NGX_HTTP_OFF_4XX; in ngx_http_special_response_handler()
515 r->err_status = NGX_HTTP_BAD_REQUEST; in ngx_http_special_response_handler()
H A Dngx_http_request.c1110 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_process_request_line()
1167 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_process_request_line()
1226 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_process_request_uri()
1273 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_process_request_uri()
1497 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_process_request_headers()
1552 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_read_request_header()
1745 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_process_unique_header_line()
1769 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_process_host()
1922 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_process_request_header()
1934 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_process_request_header()
H A Dngx_http_header_filter_module.c248 } else if (status >= NGX_HTTP_BAD_REQUEST in ngx_http_header_filter()
252 status = status - NGX_HTTP_BAD_REQUEST in ngx_http_header_filter()
H A Dngx_http_request_body.c352 return NGX_HTTP_BAD_REQUEST; in ngx_http_do_read_client_request_body()
780 return NGX_HTTP_BAD_REQUEST; in ngx_http_discard_request_body_filter()
1070 return NGX_HTTP_BAD_REQUEST; in ngx_http_request_body_chunked_filter()
H A Dngx_http_request.h90 #define NGX_HTTP_BAD_REQUEST 400 macro
H A Dngx_http_script.c1395 if (code->status < NGX_HTTP_BAD_REQUEST in ngx_http_script_return_code()
H A Dngx_http_core_module.c4706 err->overwrite = NGX_HTTP_BAD_REQUEST; in ngx_http_core_error_page()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c1623 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_v2_state_process_header()
2698 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_v2_push_stream()
3617 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_v2_construct_request_line()
3795 ngx_http_finalize_request(r, NGX_HTTP_BAD_REQUEST); in ngx_http_v2_run_request()
3989 return NGX_HTTP_BAD_REQUEST; in ngx_http_v2_process_request_body()
4085 return NGX_HTTP_BAD_REQUEST; in ngx_http_v2_filter_request_body()
4120 return NGX_HTTP_BAD_REQUEST; in ngx_http_v2_filter_request_body()
4199 return NGX_HTTP_BAD_REQUEST; in ngx_http_v2_read_unbuffered_request_body()
H A Dngx_http_v2_filter_module.c228 case NGX_HTTP_BAD_REQUEST: in ngx_http_v2_header_filter()