ngx_open_file     123 src/core/ngx_conf_file.c         fd = ngx_open_file(filename->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
ngx_open_file     358 src/core/ngx_cycle.c         file[i].fd = ngx_open_file(file[i].name.data,
ngx_open_file     947 src/core/ngx_cycle.c     file.fd = ngx_open_file(file.name.data, NGX_FILE_RDWR,
ngx_open_file    1008 src/core/ngx_cycle.c     file.fd = ngx_open_file(file.name.data, NGX_FILE_RDONLY,
ngx_open_file    1050 src/core/ngx_cycle.c     fd = ngx_open_file(file, NGX_FILE_RDWR, NGX_FILE_CREATE_OR_OPEN,
ngx_open_file    1105 src/core/ngx_cycle.c         fd = ngx_open_file(file[i].name.data, NGX_FILE_APPEND,
ngx_open_file     777 src/core/ngx_file.c     fd = ngx_open_file(from, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
ngx_open_file     810 src/core/ngx_file.c     nfd = ngx_open_file(to, NGX_FILE_WRONLY, NGX_FILE_CREATE_OR_OPEN,
ngx_open_file     378 src/core/ngx_log.c     ngx_log_file.fd = ngx_open_file(name, NGX_FILE_APPEND,
ngx_open_file     621 src/core/ngx_open_file_cache.c     fd = ngx_open_file(name->data, mode, create, access);
ngx_open_file     638 src/core/ngx_open_file_cache.c         fd = ngx_open_file(name->data, mode, create, access);
ngx_open_file     660 src/core/ngx_open_file_cache.c         at_fd = ngx_open_file(p, NGX_FILE_SEARCH|NGX_FILE_NONBLOCK,
ngx_open_file     676 src/core/ngx_open_file_cache.c         at_fd = ngx_open_file("/",
ngx_open_file     215 src/core/ngx_shmtx.c     mtx->fd = ngx_open_file(name, NGX_FILE_RDWR, NGX_FILE_CREATE_OR_OPEN,
ngx_open_file     788 src/event/ngx_event_openssl.c     fd = ngx_open_file(file->data, NGX_FILE_RDONLY, NGX_FILE_OPEN, 0);
ngx_open_file    2741 src/event/ngx_event_openssl.c         file.fd = ngx_open_file(file.name.data, NGX_FILE_RDONLY, 0, 0);
ngx_open_file     154 src/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     911 src/http/modules/ngx_http_dav_module.c     fd = ngx_open_file(dir, NGX_FILE_RDWR, NGX_FILE_OPEN, 0);
ngx_open_file    1389 src/http/modules/ngx_http_geo_module.c     file.fd = ngx_open_file(name->data, NGX_FILE_RDONLY, 0, 0);
ngx_open_file    1416 src/http/ngx_http_file_cache.c     file.fd = ngx_open_file(file.name.data, NGX_FILE_RDWR, NGX_FILE_OPEN, 0);
ngx_open_file     388 src/os/unix/ngx_files.c     fm->fd = ngx_open_file(fm->name, NGX_FILE_RDWR, NGX_FILE_TRUNCATE,