NGX_FILE_OPEN     124 core/ngx_conf_file.c         fd = ngx_open_file(filename->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
NGX_FILE_OPEN    1049 core/ngx_cycle.c                             NGX_FILE_OPEN, NGX_FILE_DEFAULT_ACCESS);
NGX_FILE_OPEN     684 core/ngx_file.c     fd = ngx_open_file(from, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
NGX_FILE_OPEN     500 core/ngx_open_file_cache.c                            NGX_FILE_OPEN, 0);
NGX_FILE_OPEN     147 http/modules/ngx_http_auth_basic_module.c     fd = ngx_open_file(user_file.data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
NGX_FILE_OPEN     895 http/modules/ngx_http_dav_module.c     fd = ngx_open_file(dir, NGX_FILE_RDWR, NGX_FILE_OPEN, 0);
NGX_FILE_OPEN    1350 http/ngx_http_file_cache.c     fd = ngx_open_file(name->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);