Home
last modified time | relevance | path

Searched refs:ngx_file_access (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_files.h186 #define ngx_file_access(sb) ((sb)->st_mode & 0777) macro
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c792 if (ngx_create_dir(copy.path.data, ngx_file_access(&fi)) in ngx_http_dav_copy_move_handler()
846 cf.access = ngx_file_access(&fi); in ngx_http_dav_copy_move_handler()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_file.c833 access = cf->access ? cf->access : ngx_file_access(&fi); in ngx_copy_file()