ngx_pnalloc       830 src/core/nginx.c             p = ngx_pnalloc(cycle->pool, len + 1);
ngx_pnalloc       848 src/core/nginx.c         p = ngx_pnalloc(cycle->pool, NGX_MAX_PATH);
ngx_pnalloc       995 src/core/nginx.c     ccf->oldpid.data = ngx_pnalloc(cycle->pool, ccf->oldpid.len);
ngx_pnalloc      1067 src/core/nginx.c         cycle->lock_file.data = ngx_pnalloc(cycle->pool,
ngx_pnalloc       683 src/core/ngx_conf_file.c                 word->data = ngx_pnalloc(cf->pool, b->pos - start + 1);
ngx_pnalloc        67 src/core/ngx_connection.c     ls->addr_text.data = ngx_pnalloc(cf->pool, len);
ngx_pnalloc       196 src/core/ngx_connection.c         ls[i].addr_text.data = ngx_pnalloc(cycle->pool, len);
ngx_pnalloc       140 src/core/ngx_crypt.c     *encrypted = ngx_pnalloc(pool, sizeof("$apr1$") - 1 + saltlen + 1 + 22 + 1);
ngx_pnalloc       184 src/core/ngx_crypt.c     *encrypted = ngx_pnalloc(pool, sizeof("{PLAIN}") - 1 + len + 1);
ngx_pnalloc       215 src/core/ngx_crypt.c     decoded.data = ngx_pnalloc(pool, len);
ngx_pnalloc       237 src/core/ngx_crypt.c     *encrypted = ngx_pnalloc(pool, len);
ngx_pnalloc       269 src/core/ngx_crypt.c     *encrypted = ngx_pnalloc(pool, len);
ngx_pnalloc        97 src/core/ngx_cycle.c     cycle->conf_file.data = ngx_pnalloc(pool, old_cycle->conf_file.len + 1);
ngx_pnalloc       198 src/core/ngx_cycle.c     cycle->hostname.data = ngx_pnalloc(pool, cycle->hostname.len);
ngx_pnalloc       909 src/core/ngx_cycle.c     file = ngx_pnalloc(cycle->pool, cycle->lock_file.len + zn->shm.name.len);
ngx_pnalloc        43 src/core/ngx_file.c     n = ngx_pnalloc(pool, len + name->len + 1);
ngx_pnalloc       142 src/core/ngx_file.c     file->name.data = ngx_pnalloc(pool, file->name.len + 1);
ngx_pnalloc       862 src/core/ngx_hash.c         name->data = ngx_pnalloc(ha->temp_pool, name->len);
ngx_pnalloc       878 src/core/ngx_hash.c         p = ngx_pnalloc(ha->temp_pool, last);
ngx_pnalloc       914 src/core/ngx_hash.c         p = ngx_pnalloc(ha->temp_pool, last);
ngx_pnalloc       956 src/core/ngx_hash.c     name->data = ngx_pnalloc(ha->temp_pool, name->len);
ngx_pnalloc       769 src/core/ngx_inet.c         p = ngx_pnalloc(pool, u->host.len + sizeof(":65535") - 1);
ngx_pnalloc       924 src/core/ngx_inet.c     p = ngx_pnalloc(pool, u->host.len + sizeof(":65535") - 1);
ngx_pnalloc      1035 src/core/ngx_inet.c         p = ngx_pnalloc(pool, len);
ngx_pnalloc      1068 src/core/ngx_inet.c         p = ngx_pnalloc(pool, len);
ngx_pnalloc      1154 src/core/ngx_inet.c             p = ngx_pnalloc(pool, len);
ngx_pnalloc      1189 src/core/ngx_inet.c         p = ngx_pnalloc(pool, u->host.len + sizeof(":65535") - 1);
ngx_pnalloc       617 src/core/ngx_log.c         buf->start = ngx_pnalloc(cf->pool, size);
ngx_pnalloc        83 src/core/ngx_palloc.h void *ngx_pnalloc(ngx_pool_t *pool, size_t size);
ngx_pnalloc        65 src/core/ngx_proxy_protocol.c     c->proxy_protocol_addr.data = ngx_pnalloc(c->pool, len);
ngx_pnalloc        61 src/core/ngx_string.c     dst = ngx_pnalloc(pool, src->len);
ngx_pnalloc       262 src/event/ngx_event_accept.c             c->addr_text.data = ngx_pnalloc(c->pool, ls->addr_text_max_len);
ngx_pnalloc       837 src/event/ngx_event_openssl.c                 pwd->data = ngx_pnalloc(cf->temp_pool, len);
ngx_pnalloc      3137 src/event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, 2 * len);
ngx_pnalloc      3213 src/event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, len);
ngx_pnalloc      3260 src/event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, len);
ngx_pnalloc      3304 src/event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, len);
ngx_pnalloc      3346 src/event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, len);
ngx_pnalloc      3386 src/event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, len);
ngx_pnalloc      3421 src/event/ngx_event_openssl.c     s->data = ngx_pnalloc(pool, 2 * len);
ngx_pnalloc       889 src/event/ngx_event_openssl_stapling.c         p = ngx_pnalloc(ctx->pool, NGX_SOCKADDR_STRLEN);
ngx_pnalloc       272 src/http/modules/ngx_http_auth_basic_module.c         pwd.data = ngx_pnalloc(r->pool, pwd.len + 1);
ngx_pnalloc       362 src/http/modules/ngx_http_auth_basic_module.c     basic = ngx_pnalloc(r->pool, len);
ngx_pnalloc       325 src/http/modules/ngx_http_autoindex_module.c                 filename = ngx_pnalloc(pool, allocated);
ngx_pnalloc       366 src/http/modules/ngx_http_autoindex_module.c         entry->name.data = ngx_pnalloc(pool, len + 1);
ngx_pnalloc      1075 src/http/modules/ngx_http_dav_module.c         location = ngx_pnalloc(r->pool, r->uri.len);
ngx_pnalloc       911 src/http/modules/ngx_http_fastcgi_module.c                     lowcase_key = ngx_pnalloc(r->pool, allocated);
ngx_pnalloc      1860 src/http/modules/ngx_http_fastcgi_module.c                     p = ngx_pnalloc(r->pool, size);
ngx_pnalloc      1895 src/http/modules/ngx_http_fastcgi_module.c                     h->lowcase_key = ngx_pnalloc(r->pool, h->key.len);
ngx_pnalloc      1905 src/http/modules/ngx_http_fastcgi_module.c                     h->key.data = ngx_pnalloc(r->pool,
ngx_pnalloc      3361 src/http/modules/ngx_http_fastcgi_module.c     v->data = ngx_pnalloc(r->pool, v->len);
ngx_pnalloc      1323 src/http/modules/ngx_http_geo_module.c     file.data = ngx_pnalloc(ctx->temp_pool, name->len + 5);
ngx_pnalloc      1552 src/http/modules/ngx_http_geo_module.c     fm.name = ngx_pnalloc(ctx->temp_pool, ctx->include_name.len + 5);
ngx_pnalloc       417 src/http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, len);
ngx_pnalloc       461 src/http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, len);
ngx_pnalloc       512 src/http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, len);
ngx_pnalloc       547 src/http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, NGX_INT64_LEN + 5);
ngx_pnalloc       579 src/http/modules/ngx_http_geoip_module.c     v->data = ngx_pnalloc(r->pool, NGX_INT64_LEN);
ngx_pnalloc      1088 src/http/modules/ngx_http_gzip_filter_module.c     v->data = ngx_pnalloc(r->pool, NGX_INT32_LEN + 3);
ngx_pnalloc       308 src/http/modules/ngx_http_headers_filter_module.c     e->value.data = ngx_pnalloc(r->pool, len);
ngx_pnalloc       344 src/http/modules/ngx_http_headers_filter_module.c     cc->value.data = ngx_pnalloc(r->pool,
ngx_pnalloc       592 src/http/modules/ngx_http_image_filter_module.c     b->pos = ngx_pnalloc(r->pool, len);
ngx_pnalloc       268 src/http/modules/ngx_http_index_module.c             uri.data = ngx_pnalloc(r->pool, uri.len);
ngx_pnalloc       349 src/http/modules/ngx_http_log_module.c         line = ngx_pnalloc(r->pool, len);
ngx_pnalloc       609 src/http/modules/ngx_http_log_module.c     out = ngx_pnalloc(pool, size);
ngx_pnalloc      1410 src/http/modules/ngx_http_log_module.c         buffer->start = ngx_pnalloc(cf->pool, size);
ngx_pnalloc      1622 src/http/modules/ngx_http_log_module.c                     p = ngx_pnalloc(cf->pool, len);
ngx_pnalloc       981 src/http/modules/ngx_http_proxy_module.c             p = ngx_pnalloc(r->pool, url.uri.len + 1);
ngx_pnalloc      1086 src/http/modules/ngx_http_proxy_module.c     p = ngx_pnalloc(r->pool, len);
ngx_pnalloc      1722 src/http/modules/ngx_http_proxy_module.c     u->headers_in.status_line.data = ngx_pnalloc(r->pool, len);
ngx_pnalloc      1773 src/http/modules/ngx_http_proxy_module.c             h->key.data = ngx_pnalloc(r->pool,
ngx_pnalloc      2409 src/http/modules/ngx_http_proxy_module.c     p = ngx_pnalloc(r->pool, len);
ngx_pnalloc      2445 src/http/modules/ngx_http_proxy_module.c     v->data = ngx_pnalloc(r->pool, NGX_OFF_T_LEN);
ngx_pnalloc      2695 src/http/modules/ngx_http_proxy_module.c         data = ngx_pnalloc(r->pool, new_len + 1);
ngx_pnalloc      3239 src/http/modules/ngx_http_proxy_module.c                 p = ngx_pnalloc(cf->pool, pr->pattern.complex.value.len);
ngx_pnalloc      3800 src/http/modules/ngx_http_proxy_module.c             p = ngx_pnalloc(cf->pool, pr->pattern.complex.value.len);
ngx_pnalloc       183 src/http/modules/ngx_http_random_index_module.c                 filename = ngx_pnalloc(r->pool, allocated);
ngx_pnalloc       223 src/http/modules/ngx_http_random_index_module.c         name->data = ngx_pnalloc(r->pool, len);
ngx_pnalloc       248 src/http/modules/ngx_http_random_index_module.c     uri.data = ngx_pnalloc(r->pool, uri.len);
ngx_pnalloc       408 src/http/modules/ngx_http_range_filter_module.c     content_range->value.data = ngx_pnalloc(r->pool,
ngx_pnalloc       455 src/http/modules/ngx_http_range_filter_module.c     ctx->boundary_header.data = ngx_pnalloc(r->pool, len);
ngx_pnalloc       500 src/http/modules/ngx_http_range_filter_module.c         ngx_pnalloc(r->pool,
ngx_pnalloc       532 src/http/modules/ngx_http_range_filter_module.c                                ngx_pnalloc(r->pool, 3 * NGX_OFF_T_LEN + 2 + 4);
ngx_pnalloc       576 src/http/modules/ngx_http_range_filter_module.c     content_range->value.data = ngx_pnalloc(r->pool,
ngx_pnalloc       859 src/http/modules/ngx_http_range_filter_module.c     b->pos = ngx_pnalloc(r->pool, sizeof(CRLF "--") - 1 + NGX_ATOMIC_T_LEN
ngx_pnalloc       252 src/http/modules/ngx_http_realip_module.c     p = ngx_pnalloc(c->pool, len);
ngx_pnalloc       716 src/http/modules/ngx_http_scgi_module.c                     lowcase_key = ngx_pnalloc(r->pool, allocated);
ngx_pnalloc       977 src/http/modules/ngx_http_scgi_module.c     u->headers_in.status_line.data = ngx_pnalloc(r->pool, len);
ngx_pnalloc      1024 src/http/modules/ngx_http_scgi_module.c             h->key.data = ngx_pnalloc(r->pool,
ngx_pnalloc      1145 src/http/modules/ngx_http_ssi_filter_module.c                 ctx->command.data = ngx_pnalloc(r->pool,
ngx_pnalloc      1212 src/http/modules/ngx_http_ssi_filter_module.c                 ctx->param->key.data = ngx_pnalloc(r->pool,
ngx_pnalloc      1223 src/http/modules/ngx_http_ssi_filter_module.c                     ctx->param->value.data = ngx_pnalloc(r->pool,
ngx_pnalloc      1412 src/http/modules/ngx_http_ssi_filter_module.c                 value = ngx_pnalloc(r->pool, ctx->param->value.len + 1);
ngx_pnalloc      1654 src/http/modules/ngx_http_ssi_filter_module.c                 data = ngx_pnalloc(r->pool, len);
ngx_pnalloc      1851 src/http/modules/ngx_http_ssi_filter_module.c     p = ngx_pnalloc(r->pool, len + ((flags & NGX_HTTP_SSI_ADD_ZERO) ? 1 : 0));
ngx_pnalloc      2325 src/http/modules/ngx_http_ssi_filter_module.c             p = ngx_pnalloc(r->pool, value->len + len);
ngx_pnalloc      2340 src/http/modules/ngx_http_ssi_filter_module.c             p = ngx_pnalloc(r->pool, value->len + len);
ngx_pnalloc      2389 src/http/modules/ngx_http_ssi_filter_module.c         ctx->timefmt.data = ngx_pnalloc(r->pool, value->len + 1);
ngx_pnalloc      2744 src/http/modules/ngx_http_ssi_filter_module.c         v->data = ngx_pnalloc(r->pool, NGX_TIME_T_LEN);
ngx_pnalloc      2766 src/http/modules/ngx_http_ssi_filter_module.c     v->data = ngx_pnalloc(r->pool, v->len);
ngx_pnalloc       170 src/http/modules/ngx_http_static_module.c             location = ngx_pnalloc(r->pool, len);
ngx_pnalloc       170 src/http/modules/ngx_http_stub_status_module.c     p = ngx_pnalloc(r->pool, NGX_ATOMIC_T_LEN);
ngx_pnalloc       159 src/http/modules/ngx_http_sub_filter_module.c     ctx->saved.data = ngx_pnalloc(r->pool, slcf->match.len);
ngx_pnalloc       164 src/http/modules/ngx_http_sub_filter_module.c     ctx->looked.data = ngx_pnalloc(r->pool, slcf->match.len);
ngx_pnalloc       281 src/http/modules/ngx_http_sub_filter_module.c                 b->pos = ngx_pnalloc(r->pool, ctx->saved.len);
ngx_pnalloc       386 src/http/modules/ngx_http_userid_filter_module.c     cookie = ngx_pnalloc(r->pool, len);
ngx_pnalloc       572 src/http/modules/ngx_http_userid_filter_module.c     v->data = ngx_pnalloc(r->pool, v->len);
ngx_pnalloc       716 src/http/modules/ngx_http_userid_filter_module.c     new = ngx_pnalloc(cf->pool, sizeof("; domain=") - 1 + domain->len);
ngx_pnalloc       738 src/http/modules/ngx_http_userid_filter_module.c     new = ngx_pnalloc(cf->pool, sizeof("; path=") - 1 + path->len);
ngx_pnalloc       903 src/http/modules/ngx_http_uwsgi_module.c                     lowcase_key = ngx_pnalloc(r->pool, allocated);
ngx_pnalloc      1180 src/http/modules/ngx_http_uwsgi_module.c     u->headers_in.status_line.data = ngx_pnalloc(r->pool, len);
ngx_pnalloc      1227 src/http/modules/ngx_http_uwsgi_module.c             h->key.data = ngx_pnalloc(r->pool,
ngx_pnalloc       720 src/http/modules/perl/ngx_http_perl_module.c             rv->data = ngx_pnalloc(r->pool, n_a);
ngx_pnalloc       984 src/http/ngx_http_core_module.c             p = ngx_pnalloc(r->pool, len);
ngx_pnalloc      1326 src/http/ngx_http_core_module.c             r->uri.data = ngx_pnalloc(r->pool, r->uri.len);
ngx_pnalloc      1667 src/http/ngx_http_core_module.c         lowcase = ngx_pnalloc(r->pool, len);
ngx_pnalloc      1713 src/http/ngx_http_core_module.c                 exten = ngx_pnalloc(r->pool, r->exten.len);
ngx_pnalloc      1790 src/http/ngx_http_core_module.c     etag->value.data = ngx_pnalloc(r->pool, NGX_OFF_T_LEN + NGX_TIME_T_LEN + 3);
ngx_pnalloc      1833 src/http/ngx_http_core_module.c     p = ngx_pnalloc(r->pool, etag->value.len + 2);
ngx_pnalloc      1994 src/http/ngx_http_core_module.c         path->data = ngx_pnalloc(r->pool, path->len);
ngx_pnalloc      2082 src/http/ngx_http_core_module.c     auth.data = ngx_pnalloc(r->pool, auth.len + 1);
ngx_pnalloc       917 src/http/ngx_http_file_cache.c     c->file.name.data = ngx_pnalloc(r->pool, c->file.name.len + 1);
ngx_pnalloc      2389 src/http/ngx_http_file_cache.c         p = ngx_pnalloc(cf->pool, len + 1);
ngx_pnalloc      1857 src/http/ngx_http_parse.c         dst = ngx_pnalloc(r->pool, uri->len);
ngx_pnalloc      1066 src/http/ngx_http_request.c         r->uri.data = ngx_pnalloc(r->pool, r->uri.len + 1);
ngx_pnalloc      1289 src/http/ngx_http_request.c             h->lowcase_key = ngx_pnalloc(r->pool, h->key.len);
ngx_pnalloc      1985 src/http/ngx_http_request.c         host->data = ngx_pnalloc(pool, host_len);
ngx_pnalloc        87 src/http/ngx_http_script.c     value->data = ngx_pnalloc(r->pool, len);
ngx_pnalloc       517 src/http/ngx_http_script.c     value->data = ngx_pnalloc(r->pool, len);
ngx_pnalloc      1048 src/http/ngx_http_script.c     e->buf.data = ngx_pnalloc(r->pool, e->buf.len);
ngx_pnalloc      1632 src/http/ngx_http_script.c     e->buf.data = ngx_pnalloc(e->request->pool, len);
ngx_pnalloc      3093 src/http/ngx_http_spdy.c     p = ngx_pnalloc(r->pool, r->request_line.len + 1);
ngx_pnalloc       208 src/http/ngx_http_spdy_module.c         v->data = ngx_pnalloc(r->pool, 1);
ngx_pnalloc      1648 src/http/ngx_http_upstream.c     p = ngx_pnalloc(r->pool, name.len + 1);
ngx_pnalloc      4881 src/http/ngx_http_upstream.c     p = ngx_pnalloc(r->pool, len);
ngx_pnalloc      4942 src/http/ngx_http_upstream.c     p = ngx_pnalloc(r->pool, len);
ngx_pnalloc      5008 src/http/ngx_http_upstream.c     p = ngx_pnalloc(r->pool, len);
ngx_pnalloc      5085 src/http/ngx_http_upstream.c     p = ngx_pnalloc(r->pool, len);
ngx_pnalloc      5214 src/http/ngx_http_upstream.c     p = ngx_pnalloc(r->pool, sizeof("Mon, 28 Sep 1970 06:00:00 GMT") - 1);
ngx_pnalloc       368 src/http/ngx_http_upstream_round_robin.c             p = ngx_pnalloc(r->pool, NGX_SOCKADDR_STRLEN);
ngx_pnalloc       400 src/http/ngx_http_variables.c     v->name.data = ngx_pnalloc(cf->pool, name->len);
ngx_pnalloc       472 src/http/ngx_http_variables.c     v->name.data = ngx_pnalloc(cf->pool, name->len);
ngx_pnalloc       694 src/http/ngx_http_variables.c     v->data = ngx_pnalloc(r->pool, NGX_SIZE_T_LEN);
ngx_pnalloc       817 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, len);
ngx_pnalloc      1032 src/http/ngx_http_variables.c     v->data = ngx_pnalloc(r->pool, NGX_INT32_LEN);
ngx_pnalloc      1089 src/http/ngx_http_variables.c         p = ngx_pnalloc(r->pool, NGX_OFF_T_LEN);
ngx_pnalloc      1202 src/http/ngx_http_variables.c     v->data = ngx_pnalloc(r->pool, sizeof("65535") - 1);
ngx_pnalloc      1264 src/http/ngx_http_variables.c     s.data = ngx_pnalloc(r->pool, s.len);
ngx_pnalloc      1300 src/http/ngx_http_variables.c     v->data = ngx_pnalloc(r->pool, sizeof("65535") - 1);
ngx_pnalloc      1508 src/http/ngx_http_variables.c     v->data = ngx_pnalloc(r->pool, len);
ngx_pnalloc      1624 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, NGX_OFF_T_LEN);
ngx_pnalloc      1652 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, NGX_OFF_T_LEN);
ngx_pnalloc      1687 src/http/ngx_http_variables.c     v->data = ngx_pnalloc(r->pool, NGX_INT_T_LEN);
ngx_pnalloc      1750 src/http/ngx_http_variables.c         p = ngx_pnalloc(r->pool, NGX_OFF_T_LEN);
ngx_pnalloc      1811 src/http/ngx_http_variables.c         p = ngx_pnalloc(r->pool, sizeof("Mon, 28 Sep 1970 06:00:00 GMT") - 1);
ngx_pnalloc      1873 src/http/ngx_http_variables.c             p = ngx_pnalloc(r->pool, sizeof("timeout=") - 1 + NGX_TIME_T_LEN);
ngx_pnalloc      1976 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, len);
ngx_pnalloc      2024 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, NGX_OFF_T_LEN);
ngx_pnalloc      2047 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, NGX_TIME_T_LEN + 4);
ngx_pnalloc      2074 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, NGX_ATOMIC_T_LEN);
ngx_pnalloc      2095 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, NGX_INT_T_LEN);
ngx_pnalloc      2144 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, NGX_INT64_LEN);
ngx_pnalloc      2166 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, NGX_TIME_T_LEN + 4);
ngx_pnalloc      2189 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, ngx_cached_http_log_iso8601.len);
ngx_pnalloc      2213 src/http/ngx_http_variables.c     p = ngx_pnalloc(r->pool, ngx_cached_http_log_time.len);
ngx_pnalloc      2241 src/http/ngx_http_variables.c         low = ngx_pnalloc(r->pool, len);
ngx_pnalloc       453 src/mail/ngx_mail.c         p = ngx_pnalloc(cf->pool, len);
ngx_pnalloc       502 src/mail/ngx_mail.c         p = ngx_pnalloc(cf->pool, len);
ngx_pnalloc       544 src/mail/ngx_mail_auth_http_module.c                 p = ngx_pnalloc(s->connection->pool, size);
ngx_pnalloc       609 src/mail/ngx_mail_auth_http_module.c                 s->login.data = ngx_pnalloc(s->connection->pool, s->login.len);
ngx_pnalloc       630 src/mail/ngx_mail_auth_http_module.c                 s->passwd.data = ngx_pnalloc(s->connection->pool,
ngx_pnalloc       668 src/mail/ngx_mail_auth_http_module.c                 ctx->errcode.data = ngx_pnalloc(s->connection->pool,
ngx_pnalloc       708 src/mail/ngx_mail_auth_http_module.c                     p = ngx_pnalloc(s->connection->pool, ctx->err.len);
ngx_pnalloc       835 src/mail/ngx_mail_auth_http_module.c             peer->name.data = ngx_pnalloc(s->connection->pool, len);
ngx_pnalloc      1421 src/mail/ngx_mail_auth_http_module.c     p = ngx_pnalloc(pool, escaped->len);
ngx_pnalloc      1495 src/mail/ngx_mail_auth_http_module.c         p = ngx_pnalloc(cf->pool, len);
ngx_pnalloc       377 src/mail/ngx_mail_handler.c     s->salt.data = ngx_pnalloc(c->pool,
ngx_pnalloc       429 src/mail/ngx_mail_handler.c     plain.data = ngx_pnalloc(c->pool, ngx_base64_decoded_length(arg[n].len));
ngx_pnalloc       486 src/mail/ngx_mail_handler.c     s->login.data = ngx_pnalloc(c->pool, ngx_base64_decoded_length(arg[n].len));
ngx_pnalloc       516 src/mail/ngx_mail_handler.c     s->passwd.data = ngx_pnalloc(c->pool,
ngx_pnalloc       545 src/mail/ngx_mail_handler.c     p = ngx_pnalloc(c->pool, len + ngx_base64_encoded_length(s->salt.len) + 2);
ngx_pnalloc       577 src/mail/ngx_mail_handler.c     s->login.data = ngx_pnalloc(c->pool, ngx_base64_decoded_length(arg[0].len));
ngx_pnalloc       256 src/mail/ngx_mail_imap_handler.c             s->tagged_line.data = ngx_pnalloc(c->pool, s->tagged_line.len);
ngx_pnalloc       314 src/mail/ngx_mail_imap_handler.c     s->login.data = ngx_pnalloc(c->pool, s->login.len);
ngx_pnalloc       322 src/mail/ngx_mail_imap_handler.c     s->passwd.data = ngx_pnalloc(c->pool, s->passwd.len);
ngx_pnalloc       190 src/mail/ngx_mail_imap_module.c     p = ngx_pnalloc(cf->pool, size);
ngx_pnalloc       223 src/mail/ngx_mail_imap_module.c     p = ngx_pnalloc(cf->pool, size);
ngx_pnalloc       240 src/mail/ngx_mail_imap_module.c     p = ngx_pnalloc(cf->pool, size);
ngx_pnalloc        50 src/mail/ngx_mail_pop3_handler.c         s->out.data = ngx_pnalloc(c->pool, sizeof(pop3_greeting) + s->salt.len);
ngx_pnalloc       295 src/mail/ngx_mail_pop3_handler.c     s->login.data = ngx_pnalloc(c->pool, s->login.len);
ngx_pnalloc       322 src/mail/ngx_mail_pop3_handler.c     s->passwd.data = ngx_pnalloc(c->pool, s->passwd.len);
ngx_pnalloc       415 src/mail/ngx_mail_pop3_handler.c     s->login.data = ngx_pnalloc(c->pool, s->login.len);
ngx_pnalloc       423 src/mail/ngx_mail_pop3_handler.c     s->passwd.data = ngx_pnalloc(c->pool, s->passwd.len);
ngx_pnalloc       189 src/mail/ngx_mail_pop3_module.c     p = ngx_pnalloc(cf->pool, size);
ngx_pnalloc       219 src/mail/ngx_mail_pop3_module.c     p = ngx_pnalloc(cf->pool, size);
ngx_pnalloc       242 src/mail/ngx_mail_pop3_module.c     p = ngx_pnalloc(cf->pool, stls_only_size);
ngx_pnalloc       244 src/mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
ngx_pnalloc       263 src/mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
ngx_pnalloc       359 src/mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
ngx_pnalloc       378 src/mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
ngx_pnalloc       398 src/mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
ngx_pnalloc       495 src/mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
ngx_pnalloc       538 src/mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
ngx_pnalloc       587 src/mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
ngx_pnalloc       611 src/mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
ngx_pnalloc       631 src/mail/ngx_mail_proxy_module.c         line.data = ngx_pnalloc(c->pool, line.len);
ngx_pnalloc       545 src/mail/ngx_mail_smtp_handler.c     s->smtp_helo.data = ngx_pnalloc(c->pool, arg[0].len);
ngx_pnalloc       695 src/mail/ngx_mail_smtp_handler.c     s->smtp_from.data = ngx_pnalloc(c->pool, cmd.len);
ngx_pnalloc       734 src/mail/ngx_mail_smtp_handler.c     s->smtp_to.data = ngx_pnalloc(c->pool, cmd.len);
ngx_pnalloc       168 src/mail/ngx_mail_smtp_module.c     p = ngx_pnalloc(cf->pool, size);
ngx_pnalloc       183 src/mail/ngx_mail_smtp_module.c     p = ngx_pnalloc(cf->pool, size);
ngx_pnalloc       223 src/mail/ngx_mail_smtp_module.c     p = ngx_pnalloc(cf->pool, size);
ngx_pnalloc       271 src/mail/ngx_mail_smtp_module.c     p = ngx_pnalloc(cf->pool, size);
ngx_pnalloc       290 src/mail/ngx_mail_smtp_module.c     p = ngx_pnalloc(cf->pool, size);
ngx_pnalloc       113 src/os/unix/ngx_process_cycle.c     title = ngx_pnalloc(cycle->pool, size);
ngx_pnalloc        44 src/os/unix/ngx_user.c         *encrypted = ngx_pnalloc(pool, len);
ngx_pnalloc        72 src/os/unix/ngx_user.c         *encrypted = ngx_pnalloc(pool, len);
ngx_pnalloc       458 src/stream/ngx_stream.c         p = ngx_pnalloc(cf->pool, len);
ngx_pnalloc       507 src/stream/ngx_stream.c         p = ngx_pnalloc(cf->pool, len);
ngx_pnalloc       317 src/stream/ngx_stream_proxy_module.c     p = ngx_pnalloc(c->pool, pscf->downstream_buf_size);
ngx_pnalloc       441 src/stream/ngx_stream_proxy_module.c     p = ngx_pnalloc(c->pool, pscf->upstream_buf_size);
ngx_pnalloc       657 src/stream/ngx_stream_proxy_module.c     p = ngx_pnalloc(s->connection->pool, name.len + 1);