ngx_array_init    428 core/nginx.c       if (ngx_array_init(&cycle->listening, cycle->pool, 10,
ngx_array_init    959 core/nginx.c       if (ngx_array_init(&ccf->env, cycle->pool, 1, sizeof(ngx_str_t))
ngx_array_init    468 core/ngx_hash.c     if (ngx_array_init(&curr_names, hinit->temp_pool, nelts,
ngx_array_init    475 core/ngx_hash.c     if (ngx_array_init(&next_names, hinit->temp_pool, nelts,
ngx_array_init    664 core/ngx_hash.c     if (ngx_array_init(&ha->keys, ha->temp_pool, asize, sizeof(ngx_hash_key_t))
ngx_array_init    670 core/ngx_hash.c     if (ngx_array_init(&ha->dns_wc_head, ha->temp_pool, asize,
ngx_array_init    677 core/ngx_hash.c     if (ngx_array_init(&ha->dns_wc_tail, ha->temp_pool, asize,
ngx_array_init    793 core/ngx_hash.c         if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4,
ngx_array_init    848 core/ngx_hash.c             if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4,
ngx_array_init    955 core/ngx_hash.c         if (ngx_array_init(keys, ha->temp_pool, 4, sizeof(ngx_str_t)) != NGX_OK)
ngx_array_init   1134 event/ngx_event.c     if (ngx_array_init(&ecf->debug_connection, cycle->pool, 4,
ngx_array_init    226 http/modules/ngx_http_autoindex_module.c     if (ngx_array_init(&entries, pool, 40, sizeof(ngx_http_autoindex_entry_t))
ngx_array_init   1494 http/modules/ngx_http_charset_filter_module.c     if (ngx_array_init(&mcf->charsets, cf->pool, 2, sizeof(ngx_http_charset_t))
ngx_array_init   1500 http/modules/ngx_http_charset_filter_module.c     if (ngx_array_init(&mcf->tables, cf->pool, 1,
ngx_array_init   1507 http/modules/ngx_http_charset_filter_module.c     if (ngx_array_init(&mcf->recodes, cf->pool, 2,
ngx_array_init   2327 http/modules/ngx_http_fastcgi_module.c     if (ngx_array_init(&headers_names, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
ngx_array_init    209 http/modules/ngx_http_headers_filter_module.c         if (ngx_array_init(&r->headers_out.cache_control, r->pool,
ngx_array_init    331 http/modules/ngx_http_headers_filter_module.c         if (ngx_array_init(&r->headers_out.cache_control, r->pool,
ngx_array_init    749 http/modules/ngx_http_log_module.c     if (ngx_array_init(&conf->formats, cf->pool, 4, sizeof(ngx_http_log_fmt_t))
ngx_array_init   1346 http/modules/ngx_http_log_module.c         if (ngx_array_init(&a, cf->pool, 1, sizeof(ngx_str_t)) != NGX_OK) {
ngx_array_init    247 http/modules/ngx_http_map_module.c     if (ngx_array_init(&ctx.var_values, cf->pool, 2,
ngx_array_init    256 http/modules/ngx_http_map_module.c     if (ngx_array_init(&ctx.regexes, cf->pool, 2, sizeof(ngx_http_map_regex_t))
ngx_array_init    470 http/modules/ngx_http_map_module.c         if (ngx_array_init(&ctx->values_hash[key], cf->pool, 4,
ngx_array_init   2126 http/modules/ngx_http_proxy_module.c     if (ngx_array_init(&headers_names, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
ngx_array_init    143 http/modules/ngx_http_random_index_module.c     if (ngx_array_init(&names, r->pool, 32, sizeof(ngx_str_t)) != NGX_OK) {
ngx_array_init    189 http/modules/ngx_http_range_filter_module.c     if (ngx_array_init(&ctx->ranges, r->pool, 1, sizeof(ngx_http_range_t))
ngx_array_init   1334 http/modules/ngx_http_scgi_module.c     if (ngx_array_init(&headers_names, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
ngx_array_init    150 http/modules/ngx_http_split_clients_module.c     if (ngx_array_init(&ctx->parts, cf->pool, 2,
ngx_array_init   1638 http/modules/ngx_http_ssi_filter_module.c     if (ngx_array_init(&lengths, r->pool, 8, sizeof(size_t *)) != NGX_OK) {
ngx_array_init   1642 http/modules/ngx_http_ssi_filter_module.c     if (ngx_array_init(&values, r->pool, 8, sizeof(u_char *)) != NGX_OK) {
ngx_array_init   1392 http/modules/ngx_http_uwsgi_module.c     if (ngx_array_init(&headers_names, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
ngx_array_init    462 http/modules/ngx_http_xslt_filter_module.c     if (ngx_array_init(&ctx->params, r->pool, 4 * 2 + 1, sizeof(char *))
ngx_array_init    777 http/modules/ngx_http_xslt_filter_module.c         if (ngx_array_init(&xlcf->sheets, cf->pool, 1,
ngx_array_init    838 http/modules/ngx_http_xslt_filter_module.c     if (ngx_array_init(&sheet->params, cf->pool, n - 2,
ngx_array_init    892 http/modules/ngx_http_xslt_filter_module.c     if (ngx_array_init(&conf->dtd_files, cf->pool, 1,
ngx_array_init    899 http/modules/ngx_http_xslt_filter_module.c     if (ngx_array_init(&conf->sheet_files, cf->pool, 1,
ngx_array_init    351 http/ngx_http.c     if (ngx_array_init(&cmcf->phases[NGX_HTTP_POST_READ_PHASE].handlers,
ngx_array_init    358 http/ngx_http.c     if (ngx_array_init(&cmcf->phases[NGX_HTTP_SERVER_REWRITE_PHASE].handlers,
ngx_array_init    365 http/ngx_http.c     if (ngx_array_init(&cmcf->phases[NGX_HTTP_REWRITE_PHASE].handlers,
ngx_array_init    372 http/ngx_http.c     if (ngx_array_init(&cmcf->phases[NGX_HTTP_PREACCESS_PHASE].handlers,
ngx_array_init    379 http/ngx_http.c     if (ngx_array_init(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers,
ngx_array_init    386 http/ngx_http.c     if (ngx_array_init(&cmcf->phases[NGX_HTTP_CONTENT_PHASE].handlers,
ngx_array_init    393 http/ngx_http.c     if (ngx_array_init(&cmcf->phases[NGX_HTTP_LOG_PHASE].handlers,
ngx_array_init    412 http/ngx_http.c     if (ngx_array_init(&headers_in, cf->temp_pool, 32, sizeof(ngx_hash_key_t))
ngx_array_init   1331 http/ngx_http.c         if (ngx_array_init(&port->addrs, cf->temp_pool, 4,
ngx_array_init   1370 http/ngx_http.c         if (ngx_array_init(&addr->servers, cf->temp_pool, 4,
ngx_array_init   2903 http/ngx_http_core_module.c     if (ngx_array_init(&cmcf->servers, cf->pool, 4,
ngx_array_init   2972 http/ngx_http_core_module.c     if (ngx_array_init(&cscf->server_names, cf->temp_pool, 4,
ngx_array_init    158 http/ngx_http_file_cache.c     if (ngx_array_init(&c->keys, r->pool, 4, sizeof(ngx_str_t)) != NGX_OK) {
ngx_array_init    882 http/ngx_http_request.c             if (ngx_array_init(&r->headers_in.cookies, r->pool, 2,
ngx_array_init    156 http/ngx_http_script.c     if (ngx_array_init(&flushes, ccv->cf->pool, n, sizeof(ngx_uint_t))
ngx_array_init    166 http/ngx_http_script.c     if (ngx_array_init(&lengths, ccv->cf->pool, n, 1) != NGX_OK) {
ngx_array_init    177 http/ngx_http_script.c     if (ngx_array_init(&values, ccv->cf->pool, n, 1) != NGX_OK) {
ngx_array_init   3089 http/ngx_http_upstream.c        if (ngx_array_init(pa, r->pool, 2, sizeof(ngx_table_elt_t *)) != NGX_OK)
ngx_array_init   3352 http/ngx_http_upstream.c         if (ngx_array_init(pa, r->pool, 2, sizeof(ngx_table_elt_t *)) != NGX_OK)
ngx_array_init   4372 http/ngx_http_upstream.c     if (ngx_array_init(&hide_headers, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
ngx_array_init   4457 http/ngx_http_upstream.c     if (ngx_array_init(&umcf->upstreams, cf->pool, 4,
ngx_array_init   4496 http/ngx_http_upstream.c     if (ngx_array_init(&headers_in, cf->temp_pool, 32, sizeof(ngx_hash_key_t))
ngx_array_init    344 http/ngx_http_variables.c         if (ngx_array_init(&cmcf->variables, cf->pool, 4,
ngx_array_init    222 mail/ngx_mail.c     if (ngx_array_init(&ports, cf->temp_pool, 4, sizeof(ngx_mail_conf_port_t))
ngx_array_init    292 mail/ngx_mail.c     if (ngx_array_init(&port->addrs, cf->temp_pool, 2,
ngx_array_init    126 mail/ngx_mail_core_module.c     if (ngx_array_init(&cmcf->servers, cf->pool, 4,
ngx_array_init    133 mail/ngx_mail_core_module.c     if (ngx_array_init(&cmcf->listen, cf->pool, 4, sizeof(ngx_mail_listen_t))
ngx_array_init     77 mail/ngx_mail_imap_handler.c         if (ngx_array_init(&s->args, c->pool, 2, sizeof(ngx_str_t))
ngx_array_init    124 mail/ngx_mail_imap_module.c     if (ngx_array_init(&iscf->capabilities, cf->pool, 4, sizeof(ngx_str_t))
ngx_array_init     97 mail/ngx_mail_pop3_handler.c         if (ngx_array_init(&s->args, c->pool, 2, sizeof(ngx_str_t))
ngx_array_init    121 mail/ngx_mail_pop3_module.c     if (ngx_array_init(&pscf->capabilities, cf->pool, 4, sizeof(ngx_str_t))
ngx_array_init    366 mail/ngx_mail_smtp_handler.c     if (ngx_array_init(&s->args, c->pool, 2, sizeof(ngx_str_t)) == NGX_ERROR) {
ngx_array_init    125 mail/ngx_mail_smtp_module.c     if (ngx_array_init(&sscf->capabilities, cf->pool, 4, sizeof(ngx_str_t))