connections      1353 core/ngx_cycle.c             if (cycle[i]->connections[n].fd != (ngx_socket_t) -1) {
connections        57 core/ngx_cycle.h     ngx_connection_t         *connections;
connections       465 event/ngx_event.c         if (ecf->connections > (ngx_uint_t) rlmt.rlim_cur
connections       467 event/ngx_event.c                 || ecf->connections > (ngx_uint_t) ccf->rlimit_nofile))
connections       475 event/ngx_event.c                           ecf->connections, limit);
connections       673 event/ngx_event.c     cycle->connections =
connections       675 event/ngx_event.c     if (cycle->connections == NULL) {
connections       679 event/ngx_event.c     c = cycle->connections;
connections       961 event/ngx_event.c     if (ecf->connections != NGX_CONF_UNSET_UINT) {
connections       972 event/ngx_event.c     ecf->connections = ngx_atoi(value[1].data, value[1].len);
connections       973 event/ngx_event.c     if (ecf->connections == (ngx_uint_t) NGX_ERROR) {
connections       980 event/ngx_event.c     cf->cycle->connection_n = ecf->connections;
connections      1125 event/ngx_event.c     ecf->connections = NGX_CONF_UNSET_UINT;
connections      1234 event/ngx_event.c     ngx_conf_init_uint_value(ecf->connections, DEFAULT_CONNECTIONS);
connections      1235 event/ngx_event.c     cycle->connection_n = ecf->connections;
connections       474 event/ngx_event.h     ngx_uint_t    connections;
connections       778 os/unix/ngx_process_cycle.c             c = cycle->connections;
connections      1027 os/unix/ngx_process_cycle.c         c = cycle->connections;