ngx_array_t        11 core/ngx_array.c ngx_array_t *
ngx_array_t        14 core/ngx_array.c     ngx_array_t *a;
ngx_array_t        16 core/ngx_array.c     a = ngx_palloc(p, sizeof(ngx_array_t));
ngx_array_t        36 core/ngx_array.c ngx_array_destroy(ngx_array_t *a)
ngx_array_t        46 core/ngx_array.c     if ((u_char *) a + sizeof(ngx_array_t) == p->d.last) {
ngx_array_t        53 core/ngx_array.c ngx_array_push(ngx_array_t *a)
ngx_array_t       100 core/ngx_array.c ngx_array_push_n(ngx_array_t *a, ngx_uint_t n)
ngx_array_t        24 core/ngx_array.h ngx_array_t *ngx_array_create(ngx_pool_t *p, ngx_uint_t n, size_t size);
ngx_array_t        25 core/ngx_array.h void ngx_array_destroy(ngx_array_t *a);
ngx_array_t        26 core/ngx_array.h void *ngx_array_push(ngx_array_t *a);
ngx_array_t        27 core/ngx_array.h void *ngx_array_push_n(ngx_array_t *a, ngx_uint_t n);
ngx_array_t        31 core/ngx_array.h ngx_array_init(ngx_array_t *array, ngx_pool_t *pool, ngx_uint_t n, size_t size)
ngx_array_t      1114 core/ngx_conf_file.c     ngx_array_t      **a;
ngx_array_t      1117 core/ngx_conf_file.c     a = (ngx_array_t **) (p + cmd->offset);
ngx_array_t      1150 core/ngx_conf_file.c     ngx_array_t      **a;
ngx_array_t      1154 core/ngx_conf_file.c     a = (ngx_array_t **) (p + cmd->offset);
ngx_array_t       167 core/ngx_conf_file.h     ngx_array_t          *args;
ngx_array_t        17 core/ngx_core.h typedef struct ngx_array_s       ngx_array_t;
ngx_array_t        21 core/ngx_cycle.c ngx_array_t            ngx_old_cycles;
ngx_array_t        49 core/ngx_cycle.h     ngx_array_t               listening;
ngx_array_t        50 core/ngx_cycle.h     ngx_array_t               pathes;
ngx_array_t       100 core/ngx_cycle.h      ngx_array_t              env;
ngx_array_t       132 core/ngx_cycle.h extern ngx_array_t            ngx_old_cycles;
ngx_array_t       463 core/ngx_hash.c     ngx_array_t           curr_names, next_names;
ngx_array_t       684 core/ngx_hash.c     ha->keys_hash = ngx_pcalloc(ha->temp_pool, sizeof(ngx_array_t) * ha->hsize);
ngx_array_t       690 core/ngx_hash.c                                        sizeof(ngx_array_t) * ha->hsize);
ngx_array_t       696 core/ngx_hash.c                                        sizeof(ngx_array_t) * ha->hsize);
ngx_array_t       713 core/ngx_hash.c     ngx_array_t     *keys, *hwc;
ngx_array_t        80 core/ngx_hash.h     ngx_array_t       keys;
ngx_array_t        81 core/ngx_hash.h     ngx_array_t      *keys_hash;
ngx_array_t        83 core/ngx_hash.h     ngx_array_t       dns_wc_head;
ngx_array_t        84 core/ngx_hash.h     ngx_array_t      *dns_wc_head_hash;
ngx_array_t        86 core/ngx_hash.h     ngx_array_t       dns_wc_tail;
ngx_array_t        87 core/ngx_hash.h     ngx_array_t      *dns_wc_tail_hash;
ngx_array_t       157 core/ngx_regex.c ngx_regex_exec_array(ngx_array_t *a, ngx_str_t *s, ngx_log_t *log)
ngx_array_t        52 core/ngx_regex.h ngx_int_t ngx_regex_exec_array(ngx_array_t *a, ngx_str_t *s, ngx_log_t *log);
ngx_array_t       485 event/ngx_event.h     ngx_array_t   debug_connection;
ngx_array_t        29 http/modules/ngx_http_access_module.c     ngx_array_t      *rules;     /* array of ngx_http_access_rule_t */
ngx_array_t        31 http/modules/ngx_http_access_module.c     ngx_array_t      *rules6;    /* array of ngx_http_access_rule6_t */
ngx_array_t        17 http/modules/ngx_http_addition_filter_module.c     ngx_array_t  *types_keys;
ngx_array_t       152 http/modules/ngx_http_autoindex_module.c     ngx_array_t                     entries;
ngx_array_t       219 http/modules/ngx_http_autoindex_module.c     ngx_memzero(&entries, sizeof(ngx_array_t));
ngx_array_t        47 http/modules/ngx_http_browser_module.c     ngx_array_t                *modern_browsers;
ngx_array_t        48 http/modules/ngx_http_browser_module.c     ngx_array_t                *ancient_browsers;
ngx_array_t        46 http/modules/ngx_http_charset_filter_module.c     ngx_array_t                 charsets;       /* ngx_http_charset_t */
ngx_array_t        47 http/modules/ngx_http_charset_filter_module.c     ngx_array_t                 tables;         /* ngx_http_charset_tables_t */
ngx_array_t        48 http/modules/ngx_http_charset_filter_module.c     ngx_array_t                 recodes;        /* ngx_http_charset_recode_t */
ngx_array_t        58 http/modules/ngx_http_charset_filter_module.c     ngx_array_t                *types_keys;
ngx_array_t       116 http/modules/ngx_http_charset_filter_module.c static ngx_int_t ngx_http_add_charset(ngx_array_t *charsets, ngx_str_t *name);
ngx_array_t      1444 http/modules/ngx_http_charset_filter_module.c ngx_http_add_charset(ngx_array_t *charsets, ngx_str_t *name)
ngx_array_t        17 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   *flushes;
ngx_array_t        18 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   *params_len;
ngx_array_t        19 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   *params;
ngx_array_t        20 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   *params_source;
ngx_array_t        21 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   *catch_stderr;
ngx_array_t        23 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   *fastcgi_lengths;
ngx_array_t        24 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   *fastcgi_values;
ngx_array_t        71 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   *split_parts;
ngx_array_t      2020 http/modules/ngx_http_fastcgi_module.c     ngx_array_t                   headers_names;
ngx_array_t        39 http/modules/ngx_http_geo_module.c     ngx_array_t                     *proxies;
ngx_array_t        62 http/modules/ngx_http_geo_module.c     ngx_array_t                     *proxies;
ngx_array_t       299 http/modules/ngx_http_geo_module.c     ngx_array_t              *a;
ngx_array_t       371 http/modules/ngx_http_geo_module.c                 a = (ngx_array_t *) ctx.high.low[i];
ngx_array_t       634 http/modules/ngx_http_geo_module.c     ngx_array_t           *a;
ngx_array_t       654 http/modules/ngx_http_geo_module.c         a = (ngx_array_t *) ctx->high.low[h];
ngx_array_t       829 http/modules/ngx_http_geo_module.c     ngx_array_t           *a;
ngx_array_t       851 http/modules/ngx_http_geo_module.c         a = (ngx_array_t *) ctx->high.low[h];
ngx_array_t        28 http/modules/ngx_http_gzip_filter_module.c     ngx_array_t         *types_keys;
ngx_array_t        45 http/modules/ngx_http_headers_filter_module.c     ngx_array_t             *headers;
ngx_array_t        14 http/modules/ngx_http_index_module.c     ngx_array_t             *lengths;
ngx_array_t        15 http/modules/ngx_http_index_module.c     ngx_array_t             *values;
ngx_array_t        20 http/modules/ngx_http_index_module.c     ngx_array_t             *indices;    /* array of ngx_http_index_t */
ngx_array_t        31 http/modules/ngx_http_log_module.c     ngx_array_t                *flushes;
ngx_array_t        32 http/modules/ngx_http_log_module.c     ngx_array_t                *ops;        /* array of ngx_http_log_op_t */
ngx_array_t        37 http/modules/ngx_http_log_module.c     ngx_array_t                 formats;    /* array of ngx_http_log_fmt_t */
ngx_array_t        43 http/modules/ngx_http_log_module.c     ngx_array_t                *lengths;
ngx_array_t        44 http/modules/ngx_http_log_module.c     ngx_array_t                *values;
ngx_array_t        58 http/modules/ngx_http_log_module.c     ngx_array_t                *logs;       /* array of ngx_http_log_t */
ngx_array_t       119 http/modules/ngx_http_log_module.c     ngx_array_t *flushes, ngx_array_t *ops, ngx_array_t *args, ngx_uint_t s);
ngx_array_t      1043 http/modules/ngx_http_log_module.c ngx_http_log_compile_format(ngx_conf_t *cf, ngx_array_t *flushes,
ngx_array_t      1044 http/modules/ngx_http_log_module.c     ngx_array_t *ops, ngx_array_t *args, ngx_uint_t s)
ngx_array_t      1337 http/modules/ngx_http_log_module.c     ngx_array_t                 a;
ngx_array_t        21 http/modules/ngx_http_map_module.c     ngx_array_t                *values_hash;
ngx_array_t        22 http/modules/ngx_http_map_module.c     ngx_array_t                 var_values;
ngx_array_t        24 http/modules/ngx_http_map_module.c     ngx_array_t                 regexes;
ngx_array_t       241 http/modules/ngx_http_map_module.c     ctx.values_hash = ngx_pcalloc(pool, sizeof(ngx_array_t) * ctx.keys.hsize);
ngx_array_t        46 http/modules/ngx_http_proxy_module.c     ngx_array_t                   *flushes;
ngx_array_t        47 http/modules/ngx_http_proxy_module.c     ngx_array_t                   *body_set_len;
ngx_array_t        48 http/modules/ngx_http_proxy_module.c     ngx_array_t                   *body_set;
ngx_array_t        49 http/modules/ngx_http_proxy_module.c     ngx_array_t                   *headers_set_len;
ngx_array_t        50 http/modules/ngx_http_proxy_module.c     ngx_array_t                   *headers_set;
ngx_array_t        53 http/modules/ngx_http_proxy_module.c     ngx_array_t                   *headers_source;
ngx_array_t        55 http/modules/ngx_http_proxy_module.c     ngx_array_t                   *proxy_lengths;
ngx_array_t        56 http/modules/ngx_http_proxy_module.c     ngx_array_t                   *proxy_values;
ngx_array_t        58 http/modules/ngx_http_proxy_module.c     ngx_array_t                   *redirects;
ngx_array_t      2101 http/modules/ngx_http_proxy_module.c     ngx_array_t                   headers_names;
ngx_array_t      2474 http/modules/ngx_http_proxy_module.c     ngx_array_t                *vars_lengths, *vars_values;
ngx_array_t        82 http/modules/ngx_http_random_index_module.c     ngx_array_t                        names;
ngx_array_t        57 http/modules/ngx_http_range_filter_module.c     ngx_array_t  ranges;
ngx_array_t        24 http/modules/ngx_http_realip_module.c     ngx_array_t       *from;     /* array of ngx_http_realip_from_t */
ngx_array_t        25 http/modules/ngx_http_referer_module.c     ngx_array_t             *regex;
ngx_array_t        13 http/modules/ngx_http_rewrite_module.c     ngx_array_t  *codes;        /* uintptr_t */
ngx_array_t        16 http/modules/ngx_http_scgi_module.c     ngx_array_t               *flushes;
ngx_array_t        17 http/modules/ngx_http_scgi_module.c     ngx_array_t               *params_len;
ngx_array_t        18 http/modules/ngx_http_scgi_module.c     ngx_array_t               *params;
ngx_array_t        19 http/modules/ngx_http_scgi_module.c     ngx_array_t               *params_source;
ngx_array_t        24 http/modules/ngx_http_scgi_module.c     ngx_array_t               *scgi_lengths;
ngx_array_t        25 http/modules/ngx_http_scgi_module.c     ngx_array_t               *scgi_values;
ngx_array_t      1047 http/modules/ngx_http_scgi_module.c     ngx_array_t                   headers_names;
ngx_array_t        20 http/modules/ngx_http_split_clients_module.c     ngx_array_t                 parts;
ngx_array_t        29 http/modules/ngx_http_ssi_filter_module.c     ngx_array_t  *types_keys;
ngx_array_t      1579 http/modules/ngx_http_ssi_filter_module.c     ngx_array_t                 lengths, values;
ngx_array_t        47 http/modules/ngx_http_ssi_filter_module.h     ngx_array_t               params;
ngx_array_t        65 http/modules/ngx_http_ssi_filter_module.h     ngx_array_t              *blocks;
ngx_array_t        20 http/modules/ngx_http_sub_filter_module.c     ngx_array_t               *types_keys;
ngx_array_t        17 http/modules/ngx_http_uwsgi_module.c     ngx_array_t               *flushes;
ngx_array_t        18 http/modules/ngx_http_uwsgi_module.c     ngx_array_t               *params_len;
ngx_array_t        19 http/modules/ngx_http_uwsgi_module.c     ngx_array_t               *params;
ngx_array_t        20 http/modules/ngx_http_uwsgi_module.c     ngx_array_t               *params_source;
ngx_array_t        25 http/modules/ngx_http_uwsgi_module.c     ngx_array_t               *uwsgi_lengths;
ngx_array_t        26 http/modules/ngx_http_uwsgi_module.c     ngx_array_t               *uwsgi_values;
ngx_array_t      1100 http/modules/ngx_http_uwsgi_module.c     ngx_array_t                   headers_names;
ngx_array_t        35 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t          dtd_files;    /* ngx_http_xslt_file_t */
ngx_array_t        36 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t          sheet_files;  /* ngx_http_xslt_file_t */
ngx_array_t        42 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t          params;       /* ngx_http_complex_value_t */
ngx_array_t        48 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t          sheets;       /* ngx_http_xslt_sheet_t */
ngx_array_t        50 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t         *types_keys;
ngx_array_t        58 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t          params;
ngx_array_t        78 http/modules/ngx_http_xslt_filter_module.c     ngx_http_xslt_filter_ctx_t *ctx, ngx_array_t *params);
ngx_array_t       567 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t *params)
ngx_array_t        16 http/modules/perl/ngx_http_perl_module.c     ngx_array_t       *modules;
ngx_array_t        17 http/modules/perl/ngx_http_perl_module.c     ngx_array_t       *requires;
ngx_array_t        42 http/modules/perl/ngx_http_perl_module.c static ngx_int_t ngx_http_perl_run_requires(pTHX_ ngx_array_t *requires,
ngx_array_t       634 http/modules/perl/ngx_http_perl_module.c ngx_http_perl_run_requires(pTHX_ ngx_array_t *requires, ngx_log_t *log)
ngx_array_t        31 http/modules/perl/ngx_http_perl_module.h     ngx_array_t              *variables;  /* array of ngx_http_perl_var_t */
ngx_array_t        50 http/ngx_http.c     ngx_http_core_main_conf_t *cmcf, ngx_array_t *ports);
ngx_array_t       407 http/ngx_http.c     ngx_array_t         headers_in;
ngx_array_t      1401 http/ngx_http.c     ngx_array_t *ports)
ngx_array_t      1910 http/ngx_http.c     ngx_array_t     **types;
ngx_array_t      1915 http/ngx_http.c     types = (ngx_array_t **) (p + cmd->offset);
ngx_array_t      1979 http/ngx_http.c ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys, ngx_hash_t *types_hash,
ngx_array_t      1980 http/ngx_http.c     ngx_array_t **prev_keys, ngx_hash_t *prev_types_hash,
ngx_array_t      2044 http/ngx_http.c ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types,
ngx_array_t        87 http/ngx_http.h ngx_int_t ngx_http_parse_multi_header_lines(ngx_array_t *headers,
ngx_array_t       139 http/ngx_http.h char *ngx_http_merge_types(ngx_conf_t *cf, ngx_array_t **keys,
ngx_array_t       140 http/ngx_http.h     ngx_hash_t *types_hash, ngx_array_t **prev_keys,
ngx_array_t       142 http/ngx_http.h ngx_int_t ngx_http_set_default_types(ngx_conf_t *cf, ngx_array_t **types,
ngx_array_t        59 http/ngx_http_cache.h     ngx_array_t                      keys;
ngx_array_t       135 http/ngx_http_cache.h time_t ngx_http_file_cache_valid(ngx_array_t *cache_valid, ngx_uint_t status);
ngx_array_t      2018 http/ngx_http_core_module.c     ngx_array_t               *cc;
ngx_array_t       134 http/ngx_http_core_module.h     ngx_array_t                handlers;
ngx_array_t       139 http/ngx_http_core_module.h     ngx_array_t                servers;         /* ngx_http_core_srv_conf_t */
ngx_array_t       147 http/ngx_http_core_module.h     ngx_array_t                variables;       /* ngx_http_variable_t */
ngx_array_t       158 http/ngx_http_core_module.h     ngx_array_t               *ports;
ngx_array_t       168 http/ngx_http_core_module.h     ngx_array_t                 server_names;
ngx_array_t       237 http/ngx_http_core_module.h     ngx_array_t                addrs;     /* array of ngx_http_conf_addr_t */
ngx_array_t       255 http/ngx_http_core_module.h     ngx_array_t                servers;  /* array of ngx_http_core_srv_conf_t */
ngx_array_t       277 http/ngx_http_core_module.h     ngx_array_t               *lengths;
ngx_array_t       278 http/ngx_http_core_module.h     ngx_array_t               *values;
ngx_array_t       326 http/ngx_http_core_module.h     ngx_array_t  *root_lengths;
ngx_array_t       327 http/ngx_http_core_module.h     ngx_array_t  *root_values;
ngx_array_t       329 http/ngx_http_core_module.h     ngx_array_t  *types;
ngx_array_t       389 http/ngx_http_core_module.h     ngx_array_t  *gzip_disable;            /* gzip_disable */
ngx_array_t       393 http/ngx_http_core_module.h     ngx_array_t  *error_pages;             /* error_page */
ngx_array_t      1484 http/ngx_http_file_cache.c ngx_http_file_cache_valid(ngx_array_t *cache_valid, ngx_uint_t status)
ngx_array_t      1695 http/ngx_http_file_cache.c     ngx_array_t             **a;
ngx_array_t      1699 http/ngx_http_file_cache.c     a = (ngx_array_t **) (p + cmd->offset);
ngx_array_t      1763 http/ngx_http_file_cache.c ngx_http_cache(ngx_http_request_t *r, ngx_array_t *no_cache)
ngx_array_t      1792 http/ngx_http_file_cache.c     ngx_array_t                       **a;
ngx_array_t      1796 http/ngx_http_file_cache.c     a = (ngx_array_t **) (p + cmd->offset);
ngx_array_t      1587 http/ngx_http_parse.c ngx_http_parse_multi_header_lines(ngx_array_t *headers, ngx_str_t *name,
ngx_array_t       216 http/ngx_http_request.h     ngx_array_t                       cookies;
ngx_array_t       261 http/ngx_http_request.h     ngx_array_t                       cache_control;
ngx_array_t       364 http/ngx_http_request.h     ngx_array_t                      *upstream_states;
ngx_array_t       111 http/ngx_http_script.c     ngx_array_t                 flushes, lengths, values, *pf, *pl, *pv;
ngx_array_t       251 http/ngx_http_script.c ngx_http_test_predicates(ngx_http_request_t *r, ngx_array_t *predicates)
ngx_array_t       284 http/ngx_http_script.c     ngx_array_t                       **a;
ngx_array_t       288 http/ngx_http_script.c     a = (ngx_array_t **) (p + cmd->offset);
ngx_array_t       539 http/ngx_http_script.c     ngx_array_t *indices)
ngx_array_t       645 http/ngx_http_script.c ngx_http_script_start_code(ngx_pool_t *pool, ngx_array_t **codes, size_t size)
ngx_array_t       659 http/ngx_http_script.c ngx_http_script_add_code(ngx_array_t *codes, size_t size, void *code)
ngx_array_t        42 http/ngx_http_script.h     ngx_array_t               **flushes;
ngx_array_t        43 http/ngx_http_script.h     ngx_array_t               **lengths;
ngx_array_t        44 http/ngx_http_script.h     ngx_array_t               **values;
ngx_array_t       118 http/ngx_http_script.h     ngx_array_t                *lengths;
ngx_array_t       193 http/ngx_http_script.h     ngx_array_t                *lengths;
ngx_array_t       215 http/ngx_http_script.h     ngx_array_t *predicates);
ngx_array_t       224 http/ngx_http_script.h     ngx_array_t *indices);
ngx_array_t       226 http/ngx_http_script.h void *ngx_http_script_start_code(ngx_pool_t *pool, ngx_array_t **codes,
ngx_array_t       228 http/ngx_http_script.h void *ngx_http_script_add_code(ngx_array_t *codes, size_t size, void *code);
ngx_array_t      3081 http/ngx_http_upstream.c     ngx_array_t          *pa;
ngx_array_t      3346 http/ngx_http_upstream.c     ngx_array_t      *pa;
ngx_array_t      3349 http/ngx_http_upstream.c     pa = (ngx_array_t *) ((char *) &r->headers_out + offset);
ngx_array_t      4342 http/ngx_http_upstream.c     ngx_array_t      hide_headers;
ngx_array_t      4474 http/ngx_http_upstream.c     ngx_array_t                     headers_in;
ngx_array_t        64 http/ngx_http_upstream.h     ngx_array_t                      upstreams;
ngx_array_t       107 http/ngx_http_upstream.h     ngx_array_t                     *servers;  /* ngx_http_upstream_server_t */
ngx_array_t       153 http/ngx_http_upstream.h     ngx_array_t                     *hide_headers;
ngx_array_t       154 http/ngx_http_upstream.h     ngx_array_t                     *pass_headers;
ngx_array_t       165 http/ngx_http_upstream.h     ngx_array_t                     *cache_valid;
ngx_array_t       166 http/ngx_http_upstream.h     ngx_array_t                     *cache_bypass;
ngx_array_t       167 http/ngx_http_upstream.h     ngx_array_t                     *no_cache;
ngx_array_t       170 http/ngx_http_upstream.h     ngx_array_t                     *store_lengths;
ngx_array_t       171 http/ngx_http_upstream.h     ngx_array_t                     *store_values;
ngx_array_t       226 http/ngx_http_upstream.h     ngx_array_t                      cache_control;
ngx_array_t       646 http/ngx_http_variables.c     ngx_array_t       *a;
ngx_array_t       649 http/ngx_http_variables.c     a = (ngx_array_t *) ((char *) r + data);
ngx_array_t        14 mail/ngx_mail.c static ngx_int_t ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports,
ngx_array_t        16 mail/ngx_mail.c static char *ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports);
ngx_array_t        78 mail/ngx_mail.c     ngx_array_t                  ports;
ngx_array_t       241 mail/ngx_mail.c ngx_mail_add_ports(ngx_conf_t *cf, ngx_array_t *ports,
ngx_array_t       323 mail/ngx_mail.c ngx_mail_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports)
ngx_array_t        80 mail/ngx_mail.h     ngx_array_t             addrs;       /* array of ngx_mail_conf_addr_t */
ngx_array_t       102 mail/ngx_mail.h     ngx_array_t             servers;     /* ngx_mail_core_srv_conf_t */
ngx_array_t       103 mail/ngx_mail.h     ngx_array_t             listen;      /* ngx_mail_listen_t */
ngx_array_t       225 mail/ngx_mail.h     ngx_array_t             args;
ngx_array_t        23 mail/ngx_mail_auth_http_module.c     ngx_array_t                    *headers;
ngx_array_t       536 mail/ngx_mail_core_module.c     ngx_array_t  *a;
ngx_array_t       538 mail/ngx_mail_core_module.c     a = (ngx_array_t *) (p + cmd->offset);
ngx_array_t        25 mail/ngx_mail_imap_module.h     ngx_array_t  capabilities;
ngx_array_t        24 mail/ngx_mail_pop3_module.h     ngx_array_t  capabilities;
ngx_array_t        31 mail/ngx_mail_smtp_module.h     ngx_array_t  capabilities;
ngx_array_t        48 os/unix/ngx_darwin_sendfile_chain.c     ngx_array_t      header, trailer;
ngx_array_t       157 os/unix/ngx_files.c     ngx_array_t    vec;
ngx_array_t        50 os/unix/ngx_freebsd_sendfile_chain.c     ngx_array_t      header, trailer;
ngx_array_t        46 os/unix/ngx_linux_sendfile_chain.c     ngx_array_t    header;
ngx_array_t        23 os/unix/ngx_readv_chain.c     ngx_array_t    vec;
ngx_array_t       176 os/unix/ngx_readv_chain.c     ngx_array_t    vec;
ngx_array_t        53 os/unix/ngx_solaris_sendfilev_chain.c     ngx_array_t     vec;
ngx_array_t        27 os/unix/ngx_writev_chain.c     ngx_array_t    vec;