ports              50 http/ngx_http.c     ngx_http_core_main_conf_t *cmcf, ngx_array_t *ports);
ports             334 http/ngx_http.c     if (ngx_http_optimize_servers(cf, cmcf, cmcf->ports) != NGX_OK) {
ports            1154 http/ngx_http.c     if (cmcf->ports == NULL) {
ports            1155 http/ngx_http.c         cmcf->ports = ngx_array_create(cf->temp_pool, 2,
ports            1157 http/ngx_http.c         if (cmcf->ports == NULL) {
ports            1185 http/ngx_http.c     port = cmcf->ports->elts;
ports            1186 http/ngx_http.c     for (i = 0; i < cmcf->ports->nelts; i++) {
ports            1199 http/ngx_http.c     port = ngx_array_push(cmcf->ports);
ports            1401 http/ngx_http.c     ngx_array_t *ports)
ports            1407 http/ngx_http.c     if (ports == NULL) {
ports            1411 http/ngx_http.c     port = ports->elts;
ports            1412 http/ngx_http.c     for (p = 0; p < ports->nelts; p++) {
ports             158 http/ngx_http_core_module.h     ngx_array_t               *ports;
ports              14 mail/ngx_mail.c static ngx_int_t ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports,
ports              16 mail/ngx_mail.c static char *ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports);
ports              78 mail/ngx_mail.c     ngx_array_t                  ports;
ports             222 mail/ngx_mail.c     if (ngx_array_init(&ports, cf->temp_pool, 4, sizeof(ngx_mail_conf_port_t))
ports             231 mail/ngx_mail.c         if (ngx_mail_add_ports(cf, &ports, &listen[i]) != NGX_OK) {
ports             236 mail/ngx_mail.c     return ngx_mail_optimize_servers(cf, &ports);
ports             241 mail/ngx_mail.c ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports,
ports             271 mail/ngx_mail.c     port = ports->elts;
ports             272 mail/ngx_mail.c     for (i = 0; i < ports->nelts; i++) {
ports             284 mail/ngx_mail.c     port = ngx_array_push(ports);
ports             323 mail/ngx_mail.c ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports)
ports             331 mail/ngx_mail.c     port = ports->elts;
ports             332 mail/ngx_mail.c     for (p = 0; p < ports->nelts; p++) {