Searched refs:NGX_HTTP_NOT_FOUND (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_static_module.c | 115 rc = NGX_HTTP_NOT_FOUND; in ngx_http_static_handler() 135 if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) { in ngx_http_static_handler() 200 return NGX_HTTP_NOT_FOUND; in ngx_http_static_handler()
|
| H A D | ngx_http_flv_module.c | 130 rc = NGX_HTTP_NOT_FOUND; in ngx_http_flv_handler() 150 if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) { in ngx_http_flv_handler()
|
| H A D | ngx_http_dav_module.c | 351 rc = (err == NGX_ENOTDIR) ? NGX_HTTP_CONFLICT : NGX_HTTP_NOT_FOUND; in ngx_http_dav_delete_handler() 444 NGX_HTTP_NOT_FOUND, failed, path->data); in ngx_http_dav_delete_path() 727 NGX_HTTP_NOT_FOUND, ngx_link_info_n, in ngx_http_dav_copy_move_handler() 758 NGX_HTTP_NOT_FOUND, ngx_link_info_n, in ngx_http_dav_copy_move_handler() 796 NGX_HTTP_NOT_FOUND, in ngx_http_dav_copy_move_handler()
|
| H A D | ngx_http_gzip_static_module.c | 212 return NGX_HTTP_NOT_FOUND; in ngx_http_gzip_static_handler()
|
| H A D | ngx_http_random_index_module.c | 127 rc = NGX_HTTP_NOT_FOUND; in ngx_http_random_index_handler()
|
| H A D | ngx_http_index_module.c | 383 return NGX_HTTP_NOT_FOUND; in ngx_http_index_error()
|
| H A D | ngx_http_gzip_filter_module.c | 252 && r->headers_out.status != NGX_HTTP_NOT_FOUND) in ngx_http_gzip_header_filter()
|
| H A D | ngx_http_autoindex_module.c | 225 rc = NGX_HTTP_NOT_FOUND; in ngx_http_autoindex_handler()
|
| H A D | ngx_http_mp4_module.c | 495 rc = NGX_HTTP_NOT_FOUND; in ngx_http_mp4_handler() 515 if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) { in ngx_http_mp4_handler()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request.h | 93 #define NGX_HTTP_NOT_FOUND 404 macro
|
| H A D | ngx_http_upstream.c | 2592 if (status == NGX_HTTP_NOT_FOUND && u->conf->intercept_404) { in ngx_http_upstream_intercept_errors() 2593 ngx_http_upstream_finalize_request(r, u, NGX_HTTP_NOT_FOUND); in ngx_http_upstream_intercept_errors() 2768 ngx_http_finalize_request(r, NGX_HTTP_NOT_FOUND); in ngx_http_upstream_process_headers() 4190 status = NGX_HTTP_NOT_FOUND; in ngx_http_upstream_next()
|
| H A D | ngx_http_core_module.c | 962 ngx_http_finalize_request(r, NGX_HTTP_NOT_FOUND); in ngx_http_core_find_config_phase() 1216 ngx_http_finalize_request(r, NGX_HTTP_NOT_FOUND); in ngx_http_core_content_phase()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 232 case NGX_HTTP_NOT_FOUND: in ngx_http_v2_header_filter()
|