Searched refs:disable_symlinks_from (Results 1 – 4 of 4) sorted by relevance
36 size_t disable_symlinks_from; member73 size_t disable_symlinks_from; member
236 && 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()
2588 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()
421 ngx_http_complex_value_t *disable_symlinks_from; member