ngx_http_map_uri_to_path  175 http/modules/ngx_http_autoindex_module.c     last = ngx_http_map_uri_to_path(r, &path, &root,
ngx_http_map_uri_to_path  211 http/modules/ngx_http_dav_module.c     ngx_http_map_uri_to_path(r, &path, &root, 0);
ngx_http_map_uri_to_path  319 http/modules/ngx_http_dav_module.c     ngx_http_map_uri_to_path(r, &path, &root, 0);
ngx_http_map_uri_to_path  486 http/modules/ngx_http_dav_module.c     p = ngx_http_map_uri_to_path(r, &path, &root, 0);
ngx_http_map_uri_to_path  665 http/modules/ngx_http_dav_module.c     ngx_http_map_uri_to_path(r, &path, &root, 0);
ngx_http_map_uri_to_path  673 http/modules/ngx_http_dav_module.c     ngx_http_map_uri_to_path(r, &copy.path, &root, 0);
ngx_http_map_uri_to_path   89 http/modules/ngx_http_flv_module.c     last = ngx_http_map_uri_to_path(r, &path, &root, 0);
ngx_http_map_uri_to_path  108 http/modules/ngx_http_gzip_static_module.c     p = ngx_http_map_uri_to_path(r, &path, &root, sizeof(".gz") - 1);
ngx_http_map_uri_to_path  163 http/modules/ngx_http_index_module.c             name = ngx_http_map_uri_to_path(r, &path, &root, reserve);
ngx_http_map_uri_to_path  379 http/modules/ngx_http_log_module.c         if (ngx_http_map_uri_to_path(r, &path, &root, 0) == NULL) {
ngx_http_map_uri_to_path  105 http/modules/ngx_http_random_index_module.c     last = ngx_http_map_uri_to_path(r, &path, &root, len);
ngx_http_map_uri_to_path   76 http/modules/ngx_http_static_module.c     last = ngx_http_map_uri_to_path(r, &path, &root, 0);
ngx_http_map_uri_to_path 1196 http/ngx_http_core_module.c             if (ngx_http_map_uri_to_path(r, &path, &root, reserve) == NULL) {
ngx_http_map_uri_to_path 1366 http/ngx_http_core_module.c         if (ngx_http_map_uri_to_path(r, &path, &root, 0) != NULL) {
ngx_http_map_uri_to_path  466 http/ngx_http_core_module.h u_char *ngx_http_map_uri_to_path(ngx_http_request_t *r, ngx_str_t *name,
ngx_http_map_uri_to_path 2756 http/ngx_http_upstream.c         ngx_http_map_uri_to_path(r, &path, &root, 0);
ngx_http_map_uri_to_path 1213 http/ngx_http_variables.c     if (ngx_http_map_uri_to_path(r, &path, &root, 0) == NULL) {