Home
last modified time | relevance | path

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 Dngx_http_dav_module.c230 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, &copy.path, &root, 0) == NULL) { in ngx_http_dav_copy_move_handler()
H A Dngx_http_flv_module.c90 last = ngx_http_map_uri_to_path(r, &path, &root, 0); in ngx_http_flv_handler()
H A Dngx_http_static_module.c77 last = ngx_http_map_uri_to_path(r, &path, &root, 0); in ngx_http_static_handler()
H A Dngx_http_gzip_static_module.c128 p = ngx_http_map_uri_to_path(r, &path, &root, sizeof(".gz") - 1); in ngx_http_gzip_static_handler()
H A Dngx_http_random_index_module.c106 last = ngx_http_map_uri_to_path(r, &path, &root, len); in ngx_http_random_index_handler()
H A Dngx_http_try_files_module.c149 if (ngx_http_map_uri_to_path(r, &path, &root, allocated) == NULL) { in ngx_http_try_files_handler()
H A Dngx_http_index_module.c164 name = ngx_http_map_uri_to_path(r, &path, &root, reserve); in ngx_http_index_handler()
H A Dngx_http_autoindex_module.c189 last = ngx_http_map_uri_to_path(r, &path, &root, in ngx_http_autoindex_handler()
H A Dngx_http_log_module.c488 if (ngx_http_map_uri_to_path(r, &path, &root, 0) == NULL) { in ngx_http_log_script_write()
H A Dngx_http_mp4_module.c455 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 Dngx_http_core_module.h496 u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name,
H A Dngx_http_core_module.c1205 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 Dngx_http_variables.c1621 if (ngx_http_map_uri_to_path(r, &path, &root, 0) == NULL) { in ngx_http_variable_request_filename()
H A Dngx_http_upstream.c4098 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 Dnginx.xs554 if (ngx_http_map_uri_to_path(r, &ctx->filename, &root, 0) == NULL) {