Home
last modified time | relevance | path

Searched refs:disable_symlinks_from (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.h36 size_t disable_symlinks_from; member
73 size_t disable_symlinks_from; member
H A Dngx_open_file_cache.c236 && of->disable_symlinks_from == file->disable_symlinks_from in ngx_open_cached_file()
403 file->disable_symlinks_from = of->disable_symlinks_from; in ngx_open_cached_file()
654 if (of->disable_symlinks_from) { in ngx_open_file_wrapper()
656 cp = p + of->disable_symlinks_from; in ngx_open_file_wrapper()
671 at_name.len = of->disable_symlinks_from; in ngx_open_file_wrapper()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c2588 if (clcf->disable_symlinks_from == NULL) { in ngx_http_set_disable_symlinks()
2592 if (ngx_http_complex_value(r, clcf->disable_symlinks_from, &from) in ngx_http_set_disable_symlinks()
2613 of->disable_symlinks_from = from.len; in ngx_http_set_disable_symlinks()
2620 of->disable_symlinks_from = from.len - 1; in ngx_http_set_disable_symlinks()
3483 clcf->disable_symlinks_from = NGX_CONF_UNSET_PTR; in ngx_http_core_create_loc_conf()
3778 ngx_conf_merge_ptr_value(conf->disable_symlinks_from, in ngx_http_core_merge_loc_conf()
3779 prev->disable_symlinks_from, NULL); in ngx_http_core_merge_loc_conf()
5029 clcf->disable_symlinks_from = ccv.complex_value; in ngx_http_disable_symlinks()
5048 clcf->disable_symlinks_from = NULL; in ngx_http_disable_symlinks()
5052 if (clcf->disable_symlinks_from == NGX_CONF_UNSET_PTR) { in ngx_http_disable_symlinks()
H A Dngx_http_core_module.h421 ngx_http_complex_value_t *disable_symlinks_from; member