Home
last modified time | relevance | path

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 Dngx_http_static_module.c115 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 Dngx_http_flv_module.c130 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 Dngx_http_dav_module.c351 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 Dngx_http_gzip_static_module.c212 return NGX_HTTP_NOT_FOUND; in ngx_http_gzip_static_handler()
H A Dngx_http_random_index_module.c127 rc = NGX_HTTP_NOT_FOUND; in ngx_http_random_index_handler()
H A Dngx_http_index_module.c383 return NGX_HTTP_NOT_FOUND; in ngx_http_index_error()
H A Dngx_http_gzip_filter_module.c252 && r->headers_out.status != NGX_HTTP_NOT_FOUND) in ngx_http_gzip_header_filter()
H A Dngx_http_autoindex_module.c225 rc = NGX_HTTP_NOT_FOUND; in ngx_http_autoindex_handler()
H A Dngx_http_mp4_module.c495 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 Dngx_http_request.h93 #define NGX_HTTP_NOT_FOUND 404 macro
H A Dngx_http_upstream.c2592 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 Dngx_http_core_module.c962 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 Dngx_http_v2_filter_module.c232 case NGX_HTTP_NOT_FOUND: in ngx_http_v2_header_filter()