access             23 core/ngx_file.c                                   tf->persistent, tf->clean, tf->access);
access             41 core/ngx_file.c     ngx_uint_t persistent, ngx_uint_t clean, ngx_uint_t access)
access             79 core/ngx_file.c         file->fd = ngx_open_tempfile(file->name.data, persistent, access);
access            181 core/ngx_file.c ngx_create_full_path(u_char *dir, ngx_uint_t access)
access            203 core/ngx_file.c         if (ngx_create_dir(dir, access) == NGX_FILE_ERROR) {
access            351 core/ngx_file.c     ngx_uint_t   i, right, shift, *access;
access            353 core/ngx_file.c     access = (ngx_uint_t *) (confp + cmd->offset);
access            355 core/ngx_file.c     if (*access != NGX_CONF_UNSET_UINT) {
access            361 core/ngx_file.c     *access = 0600;
access            393 core/ngx_file.c         *access |= right << shift;
access            543 core/ngx_file.c     if (ext->access) {
access            544 core/ngx_file.c         if (ngx_change_file_access(src->data, ext->access) == NGX_FILE_ERROR) {
access            607 core/ngx_file.c         cf.access = ext->access;
access            718 core/ngx_file.c                         cf->access);
access            929 core/ngx_file.c             ctx->access = ngx_de_access(&dir);
access            941 core/ngx_file.c             ctx->access = ngx_de_access(&dir);
access            952 core/ngx_file.c             ctx->access = ngx_de_access(&dir);
access             68 core/ngx_file.h     ngx_uint_t                 access;
access             77 core/ngx_file.h     ngx_uint_t                 access;
access             93 core/ngx_file.h     ngx_uint_t                 access;
access            107 core/ngx_file.h     ngx_uint_t                 access;
access            126 core/ngx_file.h     ngx_uint_t access);
access            129 core/ngx_file.h ngx_err_t ngx_create_full_path(u_char *dir, ngx_uint_t access);
access             24 http/modules/ngx_http_dav_module.c     ngx_uint_t  access;
access            105 http/modules/ngx_http_dav_module.c       offsetof(ngx_http_dav_loc_conf_t, access),
access            243 http/modules/ngx_http_dav_module.c     ext.access = dlcf->access;
access            244 http/modules/ngx_http_dav_module.c     ext.path_access = dlcf->access;
access            494 http/modules/ngx_http_dav_module.c     if (ngx_create_dir(path.data, ngx_dir_access(dlcf->access))
access            799 http/modules/ngx_http_dav_module.c             ext.access = 0;
access            800 http/modules/ngx_http_dav_module.c             ext.path_access = dlcf->access;
access            817 http/modules/ngx_http_dav_module.c         cf.access = dlcf->access;
access            855 http/modules/ngx_http_dav_module.c     if (ngx_create_dir(dir, ngx_dir_access(ctx->access)) == NGX_FILE_ERROR) {
access            958 http/modules/ngx_http_dav_module.c     cf.access = ctx->access;
access           1096 http/modules/ngx_http_dav_module.c     conf->access = NGX_CONF_UNSET_UINT;
access           1115 http/modules/ngx_http_dav_module.c     ngx_conf_merge_uint_value(conf->access, prev->access, 0600);
access            809 http/ngx_http_file_cache.c     ext.access = NGX_FILE_OWNER_ACCESS;
access             82 http/ngx_http_request_body.c                 tf->access = 0660;
access             88 http/ngx_http_request_body.c                                      tf->persistent, tf->clean, tf->access)
access            412 http/ngx_http_request_body.c             tf->access = 0660;
access           2727 http/ngx_http_upstream.c                                  tf->persistent, tf->clean, tf->access)
access           2736 http/ngx_http_upstream.c     ext.access = u->conf->store_access;
access            133 os/unix/ngx_files.c ngx_open_tempfile(u_char *name, ngx_uint_t persistent, ngx_uint_t access)
access            138 os/unix/ngx_files.c               access ? access : 0600);
access             57 os/unix/ngx_files.h #define ngx_open_file(name, mode, create, access)                            \
access             58 os/unix/ngx_files.h     open((const char *) name, mode|create|O_BINARY, access)
access             62 os/unix/ngx_files.h #define ngx_open_file(name, mode, create, access)                            \
access             63 os/unix/ngx_files.h     open((const char *) name, mode|create, access)
access             91 os/unix/ngx_files.h     ngx_uint_t access);
access            202 os/unix/ngx_files.h #define ngx_create_dir(name, access) mkdir((const char *) name, access)