Searched refs:ngx_http_map_uri_to_path (Results 1 – 15 of 15) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_dav_module.c | 230 if (ngx_http_map_uri_to_path(r, &path, &root, 0) == NULL) { in ngx_http_dav_put_handler() 341 if (ngx_http_map_uri_to_path(r, &path, &root, 0) == NULL) { in ngx_http_dav_delete_handler() 510 p = ngx_http_map_uri_to_path(r, &path, &root, 0); in ngx_http_dav_mkcol_handler() 692 if (ngx_http_map_uri_to_path(r, &path, &root, 0) == NULL) { in ngx_http_dav_copy_move_handler() 702 if (ngx_http_map_uri_to_path(r, ©.path, &root, 0) == NULL) { in ngx_http_dav_copy_move_handler()
|
| H A D | ngx_http_flv_module.c | 90 last = ngx_http_map_uri_to_path(r, &path, &root, 0); in ngx_http_flv_handler()
|
| H A D | ngx_http_static_module.c | 77 last = ngx_http_map_uri_to_path(r, &path, &root, 0); in ngx_http_static_handler()
|
| H A D | ngx_http_gzip_static_module.c | 128 p = ngx_http_map_uri_to_path(r, &path, &root, sizeof(".gz") - 1); in ngx_http_gzip_static_handler()
|
| H A D | ngx_http_random_index_module.c | 106 last = ngx_http_map_uri_to_path(r, &path, &root, len); in ngx_http_random_index_handler()
|
| H A D | ngx_http_try_files_module.c | 149 if (ngx_http_map_uri_to_path(r, &path, &root, allocated) == NULL) { in ngx_http_try_files_handler()
|
| H A D | ngx_http_index_module.c | 164 name = ngx_http_map_uri_to_path(r, &path, &root, reserve); in ngx_http_index_handler()
|
| H A D | ngx_http_autoindex_module.c | 189 last = ngx_http_map_uri_to_path(r, &path, &root, in ngx_http_autoindex_handler()
|
| H A D | ngx_http_log_module.c | 488 if (ngx_http_map_uri_to_path(r, &path, &root, 0) == NULL) { in ngx_http_log_script_write()
|
| H A D | ngx_http_mp4_module.c | 455 last = ngx_http_map_uri_to_path(r, &path, &root, 0); in ngx_http_mp4_handler()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.h | 496 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name,
|
| H A D | ngx_http_core_module.c | 1205 if (ngx_http_map_uri_to_path(r, &path, &root, 0) != NULL) { in ngx_http_core_content_phase() 1791 ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *path, in ngx_http_map_uri_to_path() function
|
| H A D | ngx_http_variables.c | 1621 if (ngx_http_map_uri_to_path(r, &path, &root, 0) == NULL) { in ngx_http_variable_request_filename()
|
| H A D | ngx_http_upstream.c | 4098 if (ngx_http_map_uri_to_path(r, &path, &root, 0) == NULL) { in ngx_http_upstream_store()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | nginx.xs | 554 if (ngx_http_map_uri_to_path(r, &ctx->filename, &root, 0) == NULL) {
|