files_n           712 core/ngx_connection.c     if (ngx_cycle->files && (ngx_uint_t) s >= ngx_cycle->files_n) {
files_n           716 core/ngx_connection.c                       s, ngx_cycle->files_n);
files_n            55 core/ngx_cycle.h     ngx_uint_t                files_n;
files_n           662 event/ngx_event.c         cycle->files_n = (ngx_uint_t) rlmt.rlim_cur;
files_n           664 event/ngx_event.c         cycle->files = ngx_calloc(sizeof(ngx_connection_t *) * cycle->files_n,