Searched refs:ngx_file_access (Results 1 – 3 of 3) sorted by relevance
186 #define ngx_file_access(sb) ((sb)->st_mode & 0777) macro
792 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()
833 access = cf->access ? cf->access : ngx_file_access(&fi); in ngx_copy_file()