ngx_pcalloc       925 core/nginx.c       ccf = ngx_pcalloc(cycle->pool, sizeof(ngx_core_conf_t));
ngx_pcalloc       142 core/ngx_buf.h #define ngx_calloc_buf(pool) ngx_pcalloc(pool, sizeof(ngx_buf_t))
ngx_pcalloc        78 core/ngx_cycle.c     cycle = ngx_pcalloc(pool, sizeof(ngx_cycle_t));
ngx_pcalloc       122 core/ngx_cycle.c     cycle->pathes.elts = ngx_pcalloc(pool, n * sizeof(ngx_path_t *));
ngx_pcalloc       172 core/ngx_cycle.c     cycle->listening.elts = ngx_pcalloc(pool, n * sizeof(ngx_listening_t));
ngx_pcalloc       187 core/ngx_cycle.c     cycle->conf_ctx = ngx_pcalloc(pool, ngx_max_module * sizeof(void *));
ngx_pcalloc       752 core/ngx_cycle.c         ngx_old_cycles.elts = ngx_pcalloc(ngx_temp_pool,
ngx_pcalloc       253 core/ngx_file.c     path = ngx_pcalloc(cf->pool, sizeof(ngx_path_t));
ngx_pcalloc       352 core/ngx_hash.c         hinit->hash = ngx_pcalloc(hinit->pool, sizeof(ngx_hash_wildcard_t)
ngx_pcalloc       363 core/ngx_hash.c         buckets = ngx_pcalloc(hinit->pool, size * sizeof(ngx_hash_elt_t *));
ngx_pcalloc       684 core/ngx_hash.c     ha->keys_hash = ngx_pcalloc(ha->temp_pool, sizeof(ngx_array_t) * ha->hsize);
ngx_pcalloc       689 core/ngx_hash.c     ha->dns_wc_head_hash = ngx_pcalloc(ha->temp_pool,
ngx_pcalloc       695 core/ngx_hash.c     ha->dns_wc_tail_hash = ngx_pcalloc(ha->temp_pool,
ngx_pcalloc       483 core/ngx_inet.c     addr->sockaddr = ngx_pcalloc(pool, len);
ngx_pcalloc       579 core/ngx_inet.c     u->addrs = ngx_pcalloc(pool, sizeof(ngx_addr_t));
ngx_pcalloc       584 core/ngx_inet.c     saun = ngx_pcalloc(pool, sizeof(struct sockaddr_un));
ngx_pcalloc       939 core/ngx_inet.c         u->addrs = ngx_pcalloc(pool, i * sizeof(ngx_addr_t));
ngx_pcalloc       948 core/ngx_inet.c             sin = ngx_pcalloc(pool, sizeof(struct sockaddr_in));
ngx_pcalloc       977 core/ngx_inet.c         u->addrs = ngx_pcalloc(pool, sizeof(ngx_addr_t));
ngx_pcalloc       982 core/ngx_inet.c         sin = ngx_pcalloc(pool, sizeof(struct sockaddr_in));
ngx_pcalloc       355 core/ngx_log.c     log = ngx_pcalloc(cycle->pool, sizeof(ngx_log_t));
ngx_pcalloc        83 core/ngx_palloc.h void *ngx_pcalloc(ngx_pool_t *pool, size_t size);
ngx_pcalloc       896 event/ngx_event.c     ctx = ngx_pcalloc(cf->pool, sizeof(void *));
ngx_pcalloc       901 event/ngx_event.c     *ctx = ngx_pcalloc(cf->pool, ngx_event_max_module * sizeof(void *));
ngx_pcalloc       487 event/ngx_event_openssl.c     sc = ngx_pcalloc(c->pool, sizeof(ngx_ssl_connection_t));
ngx_pcalloc      2261 event/ngx_event_openssl.c     oscf = ngx_pcalloc(cycle->pool, sizeof(ngx_openssl_conf_t));
ngx_pcalloc       331 http/modules/ngx_http_access_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_access_loc_conf_t));
ngx_pcalloc       114 http/modules/ngx_http_addition_filter_module.c     ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_addition_ctx_t));
ngx_pcalloc       213 http/modules/ngx_http_addition_filter_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_addition_conf_t));
ngx_pcalloc       372 http/modules/ngx_http_auth_basic_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_auth_basic_loc_conf_t));
ngx_pcalloc       424 http/modules/ngx_http_browser_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_browser_conf_t));
ngx_pcalloc       399 http/modules/ngx_http_charset_filter_module.c     ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_charset_ctx_t));
ngx_pcalloc       514 http/modules/ngx_http_charset_filter_module.c     ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_charset_ctx_t));
ngx_pcalloc      1220 http/modules/ngx_http_charset_filter_module.c         table->src2dst = ngx_pcalloc(cf->pool, 256 * NGX_UTF_LEN);
ngx_pcalloc      1225 http/modules/ngx_http_charset_filter_module.c         table->dst2src = ngx_pcalloc(cf->pool, 256 * sizeof(void *));
ngx_pcalloc      1230 http/modules/ngx_http_charset_filter_module.c         dst2src = ngx_pcalloc(cf->pool, 256);
ngx_pcalloc      1365 http/modules/ngx_http_charset_filter_module.c             dst2src = ngx_pcalloc(cf->pool, 256);
ngx_pcalloc      1489 http/modules/ngx_http_charset_filter_module.c     mcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_charset_main_conf_t));
ngx_pcalloc      1523 http/modules/ngx_http_charset_filter_module.c     lcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_charset_loc_conf_t));
ngx_pcalloc      1650 http/modules/ngx_http_charset_filter_module.c             src = ngx_pcalloc(cf->pool, sizeof(u_char *) * mcf->charsets.nelts);
ngx_pcalloc      1661 http/modules/ngx_http_charset_filter_module.c             dst = ngx_pcalloc(cf->pool, sizeof(u_char *) * mcf->charsets.nelts);
ngx_pcalloc      1084 http/modules/ngx_http_dav_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_dav_loc_conf_t));
ngx_pcalloc       158 http/modules/ngx_http_degradation_module.c     dmcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_degradation_main_conf_t));
ngx_pcalloc       562 http/modules/ngx_http_fastcgi_module.c     f = ngx_pcalloc(r->pool, sizeof(ngx_http_fastcgi_ctx_t));
ngx_pcalloc       595 http/modules/ngx_http_fastcgi_module.c     u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t));
ngx_pcalloc       641 http/modules/ngx_http_fastcgi_module.c     u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t));
ngx_pcalloc      1946 http/modules/ngx_http_fastcgi_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_fastcgi_loc_conf_t));
ngx_pcalloc      2544 http/modules/ngx_http_fastcgi_module.c         f = ngx_pcalloc(r->pool, sizeof(ngx_http_fastcgi_ctx_t));
ngx_pcalloc      2588 http/modules/ngx_http_fastcgi_module.c         f = ngx_pcalloc(r->pool, sizeof(ngx_http_fastcgi_ctx_t));
ngx_pcalloc       193 http/modules/ngx_http_flv_module.c         b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc       207 http/modules/ngx_http_flv_module.c     b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc       212 http/modules/ngx_http_flv_module.c     b->file = ngx_pcalloc(r->pool, sizeof(ngx_file_t));
ngx_pcalloc       550 http/modules/ngx_http_geo_module.c         ctx->high.low = ngx_pcalloc(ctx->pool,
ngx_pcalloc       410 http/modules/ngx_http_geoip_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_geoip_conf_t));
ngx_pcalloc       282 http/modules/ngx_http_gzip_filter_module.c     ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_gzip_ctx_t));
ngx_pcalloc       633 http/modules/ngx_http_gzip_filter_module.c     b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc      1089 http/modules/ngx_http_gzip_filter_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_gzip_conf_t));
ngx_pcalloc       219 http/modules/ngx_http_gzip_static_module.c     b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc       224 http/modules/ngx_http_gzip_static_module.c     b->file = ngx_pcalloc(r->pool, sizeof(ngx_file_t));
ngx_pcalloc       407 http/modules/ngx_http_headers_filter_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_headers_conf_t));
ngx_pcalloc       224 http/modules/ngx_http_image_filter_module.c     ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_image_filter_ctx_t));
ngx_pcalloc       539 http/modules/ngx_http_image_filter_module.c     b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc       590 http/modules/ngx_http_image_filter_module.c     b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc       955 http/modules/ngx_http_image_filter_module.c     b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc      1138 http/modules/ngx_http_image_filter_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_image_filter_conf_t));
ngx_pcalloc       546 http/modules/ngx_http_limit_req_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_limit_req_conf_t));
ngx_pcalloc       662 http/modules/ngx_http_limit_req_module.c             ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_limit_req_ctx_t));
ngx_pcalloc       399 http/modules/ngx_http_limit_zone_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_limit_zone_conf_t));
ngx_pcalloc       452 http/modules/ngx_http_limit_zone_module.c     ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_limit_zone_ctx_t));
ngx_pcalloc       744 http/modules/ngx_http_log_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_log_main_conf_t));
ngx_pcalloc       778 http/modules/ngx_http_log_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_log_loc_conf_t));
ngx_pcalloc       906 http/modules/ngx_http_log_module.c         log->script = ngx_pcalloc(cf->pool, sizeof(ngx_http_log_script_t));
ngx_pcalloc       199 http/modules/ngx_http_map_module.c     map = ngx_pcalloc(cf->pool, sizeof(ngx_http_map_ctx_t));
ngx_pcalloc       241 http/modules/ngx_http_map_module.c     ctx.values_hash = ngx_pcalloc(pool, sizeof(ngx_array_t) * ctx.keys.hsize);
ngx_pcalloc       500 http/modules/ngx_http_memcached_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_memcached_loc_conf_t));
ngx_pcalloc       564 http/modules/ngx_http_proxy_module.c     ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_proxy_ctx_t));
ngx_pcalloc       608 http/modules/ngx_http_proxy_module.c     u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t));
ngx_pcalloc       710 http/modules/ngx_http_proxy_module.c     u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t));
ngx_pcalloc      1635 http/modules/ngx_http_proxy_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_proxy_loc_conf_t));
ngx_pcalloc      2749 http/modules/ngx_http_proxy_module.c     plcf->upstream.ssl = ngx_pcalloc(cf->pool, sizeof(ngx_ssl_t));
ngx_pcalloc       184 http/modules/ngx_http_range_filter_module.c     ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_range_filter_ctx_t));
ngx_pcalloc       403 http/modules/ngx_http_realip_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_realip_loc_conf_t));
ngx_pcalloc       231 http/modules/ngx_http_referer_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_referer_conf_t));
ngx_pcalloc       377 http/modules/ngx_http_referer_module.c         rlcf->keys = ngx_pcalloc(cf->temp_pool, sizeof(ngx_hash_keys_arrays_t));
ngx_pcalloc       148 http/modules/ngx_http_rewrite_module.c     e = ngx_pcalloc(r->pool, sizeof(ngx_http_script_engine_t));
ngx_pcalloc       153 http/modules/ngx_http_rewrite_module.c     e->sp = ngx_pcalloc(r->pool,
ngx_pcalloc       221 http/modules/ngx_http_rewrite_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_rewrite_loc_conf_t));
ngx_pcalloc       530 http/modules/ngx_http_rewrite_module.c     ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t));
ngx_pcalloc       539 http/modules/ngx_http_rewrite_module.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc       384 http/modules/ngx_http_scgi_module.c     status = ngx_pcalloc(r->pool, sizeof(ngx_http_status_t));
ngx_pcalloc       417 http/modules/ngx_http_scgi_module.c     u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t));
ngx_pcalloc       463 http/modules/ngx_http_scgi_module.c     u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t));
ngx_pcalloc       993 http/modules/ngx_http_scgi_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_scgi_loc_conf_t));
ngx_pcalloc       141 http/modules/ngx_http_secure_link_module.c         ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_secure_link_ctx_t));
ngx_pcalloc       297 http/modules/ngx_http_secure_link_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_secure_link_conf_t));
ngx_pcalloc       121 http/modules/ngx_http_split_clients_module.c     ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_split_clients_ctx_t));
ngx_pcalloc       332 http/modules/ngx_http_ssi_filter_module.c     ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_ssi_ctx_t));
ngx_pcalloc      2693 http/modules/ngx_http_ssi_filter_module.c     smcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_ssi_main_conf_t));
ngx_pcalloc      2740 http/modules/ngx_http_ssi_filter_module.c     slcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_ssi_loc_conf_t));
ngx_pcalloc       303 http/modules/ngx_http_ssl_module.c     sscf = ngx_pcalloc(cf->pool, sizeof(ngx_http_ssl_srv_conf_t));
ngx_pcalloc       224 http/modules/ngx_http_static_module.c     b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc       229 http/modules/ngx_http_static_module.c     b->file = ngx_pcalloc(r->pool, sizeof(ngx_file_t));
ngx_pcalloc       145 http/modules/ngx_http_sub_filter_module.c     ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_sub_ctx_t));
ngx_pcalloc       658 http/modules/ngx_http_sub_filter_module.c     slcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_sub_loc_conf_t));
ngx_pcalloc       300 http/modules/ngx_http_userid_filter_module.c         ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_userid_ctx_t));
ngx_pcalloc       596 http/modules/ngx_http_userid_filter_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_userid_conf_t));
ngx_pcalloc       417 http/modules/ngx_http_uwsgi_module.c     status = ngx_pcalloc(r->pool, sizeof(ngx_http_status_t));
ngx_pcalloc       450 http/modules/ngx_http_uwsgi_module.c     u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t));
ngx_pcalloc       496 http/modules/ngx_http_uwsgi_module.c     u->resolved = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_resolved_t));
ngx_pcalloc      1043 http/modules/ngx_http_uwsgi_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_uwsgi_loc_conf_t));
ngx_pcalloc       192 http/modules/ngx_http_xslt_filter_module.c     ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_xslt_filter_ctx_t));
ngx_pcalloc       525 http/modules/ngx_http_xslt_filter_module.c     b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc       915 http/modules/ngx_http_xslt_filter_module.c     conf = ngx_pcalloc(cf->pool, sizeof(ngx_http_xslt_filter_loc_conf_t));
ngx_pcalloc       194 http/modules/perl/ngx_http_perl_module.c         ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_perl_ctx_t));
ngx_pcalloc       308 http/modules/perl/ngx_http_perl_module.c         ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_perl_ctx_t));
ngx_pcalloc       370 http/modules/perl/ngx_http_perl_module.c         ctx = ngx_pcalloc(r->pool, sizeof(ngx_http_perl_ctx_t));
ngx_pcalloc       416 http/modules/perl/ngx_http_perl_module.c         asv = ngx_pcalloc(r->pool, (i + 1) * sizeof(SV *));
ngx_pcalloc       794 http/modules/perl/ngx_http_perl_module.c     pmcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_perl_main_conf_t));
ngx_pcalloc       876 http/modules/perl/ngx_http_perl_module.c     plcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_perl_loc_conf_t));
ngx_pcalloc       131 http/ngx_http.c     ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t));
ngx_pcalloc       153 http/ngx_http.c     ctx->main_conf = ngx_pcalloc(cf->pool,
ngx_pcalloc       165 http/ngx_http.c     ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc       176 http/ngx_http.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc       467 http/ngx_http.c     ph = ngx_pcalloc(cf->pool,
ngx_pcalloc      1683 http/ngx_http.c         hport = ngx_pcalloc(cf->pool, sizeof(ngx_http_port_t));
ngx_pcalloc      1792 http/ngx_http.c     hport->addrs = ngx_pcalloc(cf->pool,
ngx_pcalloc      1853 http/ngx_http.c     hport->addrs = ngx_pcalloc(cf->pool,
ngx_pcalloc       212 http/ngx_http_busy_lock.c     bl = ngx_pcalloc(cf->pool, sizeof(ngx_http_busy_lock_t));
ngx_pcalloc       219 http/ngx_http_busy_lock.c     bl->mutex = ngx_pcalloc(cf->pool, sizeof(ngx_event_mutex_t));
ngx_pcalloc        96 http/ngx_http_copy_filter_module.c         ctx = ngx_pcalloc(r->pool, sizeof(ngx_output_chain_ctx_t));
ngx_pcalloc      1804 http/ngx_http_core_module.c     b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc      2185 http/ngx_http_core_module.c     sr = ngx_pcalloc(r->pool, sizeof(ngx_http_request_t));
ngx_pcalloc      2195 http/ngx_http_core_module.c     sr->ctx = ngx_pcalloc(r->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc      2451 http/ngx_http_core_module.c     ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t));
ngx_pcalloc      2461 http/ngx_http_core_module.c     ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc      2468 http/ngx_http_core_module.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc      2574 http/ngx_http_core_module.c     ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t));
ngx_pcalloc      2583 http/ngx_http_core_module.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc      2898 http/ngx_http_core_module.c     cmcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_core_main_conf_t));
ngx_pcalloc      2961 http/ngx_http_core_module.c     cscf = ngx_pcalloc(cf->pool, sizeof(ngx_http_core_srv_conf_t));
ngx_pcalloc      3069 http/ngx_http_core_module.c     clcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_core_loc_conf_t));
ngx_pcalloc      3915 http/ngx_http_core_module.c     ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t));
ngx_pcalloc      3924 http/ngx_http_core_module.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc      4138 http/ngx_http_core_module.c     tf = ngx_pcalloc(cf->pool, cf->args->nelts * sizeof(ngx_http_try_file_t));
ngx_pcalloc       153 http/ngx_http_file_cache.c     c = ngx_pcalloc(r->pool, sizeof(ngx_http_cache_t));
ngx_pcalloc       871 http/ngx_http_file_cache.c     b = ngx_pcalloc(r->pool, sizeof(ngx_buf_t));
ngx_pcalloc       876 http/ngx_http_file_cache.c     b->file = ngx_pcalloc(r->pool, sizeof(ngx_file_t));
ngx_pcalloc      1520 http/ngx_http_file_cache.c     cache = ngx_pcalloc(cf->pool, sizeof(ngx_http_file_cache_t));
ngx_pcalloc      1525 http/ngx_http_file_cache.c     cache->path = ngx_pcalloc(cf->pool, sizeof(ngx_path_t));
ngx_pcalloc       275 http/ngx_http_request.c         hc = ngx_pcalloc(c->pool, sizeof(ngx_http_connection_t));
ngx_pcalloc       294 http/ngx_http_request.c         r = ngx_pcalloc(c->pool, sizeof(ngx_http_request_t));
ngx_pcalloc       468 http/ngx_http_request.c     r->ctx = ngx_pcalloc(r->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc       477 http/ngx_http_request.c     r->variables = ngx_pcalloc(r->pool, cmcf->variables.nelts
ngx_pcalloc        50 http/ngx_http_request_body.c     rb = ngx_pcalloc(r->pool, sizeof(ngx_http_request_body_t));
ngx_pcalloc        67 http/ngx_http_request_body.c             tf = ngx_pcalloc(r->pool, sizeof(ngx_temp_file_t));
ngx_pcalloc       395 http/ngx_http_request_body.c         tf = ngx_pcalloc(r->pool, sizeof(ngx_temp_file_t));
ngx_pcalloc       382 http/ngx_http_upstream.c     u = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_t));
ngx_pcalloc      2216 http/ngx_http_upstream.c     p->temp_file = ngx_pcalloc(r->pool, sizeof(ngx_temp_file_t));
ngx_pcalloc      2715 http/ngx_http_upstream.c         tf = ngx_pcalloc(r->pool, sizeof(ngx_temp_file_t));
ngx_pcalloc      3973 http/ngx_http_upstream.c     ctx = ngx_pcalloc(cf->pool, sizeof(ngx_http_conf_ctx_t));
ngx_pcalloc      3983 http/ngx_http_upstream.c     ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc      3995 http/ngx_http_upstream.c     ctx->loc_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_http_max_module);
ngx_pcalloc      4259 http/ngx_http_upstream.c     uscf = ngx_pcalloc(cf->pool, sizeof(ngx_http_upstream_srv_conf_t));
ngx_pcalloc      4452 http/ngx_http_upstream.c     umcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_upstream_main_conf_t));
ngx_pcalloc        42 http/ngx_http_upstream_round_robin.c         peers = ngx_pcalloc(cf->pool, sizeof(ngx_http_upstream_rr_peers_t)
ngx_pcalloc        94 http/ngx_http_upstream_round_robin.c         backup = ngx_pcalloc(cf->pool, sizeof(ngx_http_upstream_rr_peers_t)
ngx_pcalloc       161 http/ngx_http_upstream_round_robin.c     peers = ngx_pcalloc(cf->pool, sizeof(ngx_http_upstream_rr_peers_t)
ngx_pcalloc       230 http/ngx_http_upstream_round_robin.c         rrp->tried = ngx_pcalloc(r->pool, n * sizeof(uintptr_t));
ngx_pcalloc       272 http/ngx_http_upstream_round_robin.c     peers = ngx_pcalloc(r->pool, sizeof(ngx_http_upstream_rr_peers_t)
ngx_pcalloc       305 http/ngx_http_upstream_round_robin.c             sin = ngx_pcalloc(r->pool, sizeof(struct sockaddr_in));
ngx_pcalloc       336 http/ngx_http_upstream_round_robin.c         rrp->tried = ngx_pcalloc(r->pool, n * sizeof(uintptr_t));
ngx_pcalloc      1737 http/ngx_http_variables.c     re = ngx_pcalloc(cf->pool, sizeof(ngx_http_regex_t));
ngx_pcalloc      1871 http/ngx_http_variables.c     cmcf->variables_keys = ngx_pcalloc(cf->temp_pool,
ngx_pcalloc        93 mail/ngx_mail.c     ctx = ngx_pcalloc(cf->pool, sizeof(ngx_mail_conf_ctx_t));
ngx_pcalloc       114 mail/ngx_mail.c     ctx->main_conf = ngx_pcalloc(cf->pool,
ngx_pcalloc       126 mail/ngx_mail.c     ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_mail_max_module);
ngx_pcalloc       430 mail/ngx_mail.c     mport->addrs = ngx_pcalloc(cf->pool,
ngx_pcalloc       478 mail/ngx_mail.c     mport->addrs = ngx_pcalloc(cf->pool,
ngx_pcalloc       167 mail/ngx_mail_auth_http_module.c     ctx = ngx_pcalloc(pool, sizeof(ngx_mail_auth_http_ctx_t));
ngx_pcalloc       767 mail/ngx_mail_auth_http_module.c             peer = ngx_pcalloc(s->connection->pool, sizeof(ngx_addr_t));
ngx_pcalloc       776 mail/ngx_mail_auth_http_module.c             sin = ngx_pcalloc(s->connection->pool, sizeof(struct sockaddr_in));
ngx_pcalloc      1302 mail/ngx_mail_auth_http_module.c     ahcf = ngx_pcalloc(cf->pool, sizeof(ngx_mail_auth_http_conf_t));
ngx_pcalloc       121 mail/ngx_mail_core_module.c     cmcf = ngx_pcalloc(cf->pool, sizeof(ngx_mail_core_main_conf_t));
ngx_pcalloc       148 mail/ngx_mail_core_module.c     cscf = ngx_pcalloc(cf->pool, sizeof(ngx_mail_core_srv_conf_t));
ngx_pcalloc       216 mail/ngx_mail_core_module.c     ctx = ngx_pcalloc(cf->pool, sizeof(ngx_mail_conf_ctx_t));
ngx_pcalloc       226 mail/ngx_mail_core_module.c     ctx->srv_conf = ngx_pcalloc(cf->pool, sizeof(void *) * ngx_mail_max_module);
ngx_pcalloc       117 mail/ngx_mail_handler.c     s = ngx_pcalloc(c->pool, sizeof(ngx_mail_session_t));
ngx_pcalloc       280 mail/ngx_mail_handler.c     s->ctx = ngx_pcalloc(c->pool, sizeof(void *) * ngx_mail_max_module);
ngx_pcalloc       117 mail/ngx_mail_imap_module.c     iscf = ngx_pcalloc(cf->pool, sizeof(ngx_mail_imap_srv_conf_t));
ngx_pcalloc       116 mail/ngx_mail_pop3_module.c     pscf = ngx_pcalloc(cf->pool, sizeof(ngx_mail_pop3_srv_conf_t));
ngx_pcalloc       135 mail/ngx_mail_proxy_module.c     p = ngx_pcalloc(s->connection->pool, sizeof(ngx_mail_proxy_ctx_t));
ngx_pcalloc      1059 mail/ngx_mail_proxy_module.c     pcf = ngx_pcalloc(cf->pool, sizeof(ngx_mail_proxy_conf_t));
ngx_pcalloc       117 mail/ngx_mail_smtp_module.c     sscf = ngx_pcalloc(cf->pool, sizeof(ngx_mail_smtp_srv_conf_t));
ngx_pcalloc       154 mail/ngx_mail_ssl_module.c     scf = ngx_pcalloc(cf->pool, sizeof(ngx_mail_ssl_conf_t));
ngx_pcalloc        70 misc/ngx_google_perftools_module.c     gptcf = ngx_pcalloc(cycle->pool, sizeof(ngx_google_perftools_conf_t));
ngx_pcalloc        53 os/unix/ngx_file_aio_read.c         aio = ngx_pcalloc(pool, sizeof(ngx_event_aio_t));
ngx_pcalloc        42 os/unix/ngx_linux_aio_read.c         aio = ngx_pcalloc(pool, sizeof(ngx_event_aio_t));