rlimit_nofile     108 core/nginx.c         offsetof(ngx_core_conf_t, rlimit_nofile),
rlimit_nofile     947 core/nginx.c       ccf->rlimit_nofile = NGX_CONF_UNSET;
rlimit_nofile      81 core/ngx_cycle.h      ngx_int_t                rlimit_nofile;
rlimit_nofile     466 event/ngx_event.c             && (ccf->rlimit_nofile == NGX_CONF_UNSET
rlimit_nofile     467 event/ngx_event.c                 || ecf->connections > (ngx_uint_t) ccf->rlimit_nofile))
rlimit_nofile     469 event/ngx_event.c             limit = (ccf->rlimit_nofile == NGX_CONF_UNSET) ?
rlimit_nofile     470 event/ngx_event.c                          (ngx_int_t) rlmt.rlim_cur : ccf->rlimit_nofile;
rlimit_nofile     853 os/unix/ngx_process_cycle.c     if (ccf->rlimit_nofile != NGX_CONF_UNSET) {
rlimit_nofile     854 os/unix/ngx_process_cycle.c         rlmt.rlim_cur = (rlim_t) ccf->rlimit_nofile;
rlimit_nofile     855 os/unix/ngx_process_cycle.c         rlmt.rlim_max = (rlim_t) ccf->rlimit_nofile;
rlimit_nofile     860 os/unix/ngx_process_cycle.c                           ccf->rlimit_nofile);