ngx_open_file     124 core/ngx_conf_file.c         fd = ngx_open_file(filename->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
ngx_open_file     368 core/ngx_cycle.c         file[i].fd = ngx_open_file(file[i].name.data,
ngx_open_file     989 core/ngx_cycle.c     file.fd = ngx_open_file(file.name.data, NGX_FILE_RDWR,
ngx_open_file    1048 core/ngx_cycle.c     file.fd = ngx_open_file(file.name.data, NGX_FILE_RDONLY,
ngx_open_file    1090 core/ngx_cycle.c     fd = ngx_open_file(file, NGX_FILE_RDWR, NGX_FILE_CREATE_OR_OPEN,
ngx_open_file    1162 core/ngx_cycle.c         fd = ngx_open_file(file[i].name.data, NGX_FILE_APPEND,
ngx_open_file     684 core/ngx_file.c     fd = ngx_open_file(from, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
ngx_open_file     717 core/ngx_file.c     nfd = ngx_open_file(to, NGX_FILE_WRONLY, NGX_FILE_CREATE_OR_OPEN,
ngx_open_file     325 core/ngx_log.c     ngx_log_file.fd = ngx_open_file(name, NGX_FILE_APPEND,
ngx_open_file     499 core/ngx_open_file_cache.c         fd = ngx_open_file(name, NGX_FILE_RDONLY|NGX_FILE_NONBLOCK,
ngx_open_file     503 core/ngx_open_file_cache.c         fd = ngx_open_file(name, NGX_FILE_APPEND, NGX_FILE_CREATE_OR_OPEN,
ngx_open_file      38 core/ngx_shmtx.c     mtx->fd = ngx_open_file(name, NGX_FILE_RDWR, NGX_FILE_CREATE_OR_OPEN,
ngx_open_file     147 http/modules/ngx_http_auth_basic_module.c     fd = ngx_open_file(user_file.data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
ngx_open_file     895 http/modules/ngx_http_dav_module.c     fd = ngx_open_file(dir, NGX_FILE_RDWR, NGX_FILE_OPEN, 0);
ngx_open_file    1161 http/modules/ngx_http_geo_module.c     file.fd = ngx_open_file(name->data, NGX_FILE_RDONLY, 0, 0);
ngx_open_file    1350 http/ngx_http_file_cache.c     fd = ngx_open_file(name->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
ngx_open_file     264 os/unix/ngx_files.c     fm->fd = ngx_open_file(fm->name, NGX_FILE_RDWR, NGX_FILE_TRUNCATE,