ngx_create_temp_buf  137 core/ngx_buf.h ngx_buf_t *ngx_create_temp_buf(ngx_pool_t *pool, size_t size);
ngx_create_temp_buf  362 core/ngx_output_chain.c     ctx->buf = ngx_create_temp_buf(ctx->pool, size);
ngx_create_temp_buf  969 event/ngx_event_openssl.c         buf = ngx_create_temp_buf(c->pool, NGX_SSL_BUFSIZE);
ngx_create_temp_buf  187 event/ngx_event_pipe.c                 b = ngx_create_temp_buf(p->pool, p->bufs.size);
ngx_create_temp_buf  384 http/modules/ngx_http_autoindex_module.c     b = ngx_create_temp_buf(r->pool, len);
ngx_create_temp_buf  589 http/modules/ngx_http_autoindex_module.c     ctx->buf = ngx_create_temp_buf(ctx->pool, ctx->alloc_size);
ngx_create_temp_buf 1151 http/modules/ngx_http_charset_filter_module.c     cl->buf = ngx_create_temp_buf(pool, size);
ngx_create_temp_buf  824 http/modules/ngx_http_fastcgi_module.c     b = ngx_create_temp_buf(r->pool, size);
ngx_create_temp_buf 1068 http/modules/ngx_http_fastcgi_module.c                 b = ngx_create_temp_buf(r->pool,
ngx_create_temp_buf  560 http/modules/ngx_http_gzip_filter_module.c             buf = ngx_create_temp_buf(r->pool, size);
ngx_create_temp_buf  736 http/modules/ngx_http_gzip_filter_module.c         ctx->out_buf = ngx_create_temp_buf(r->pool, conf->bufs.size);
ngx_create_temp_buf  906 http/modules/ngx_http_gzip_filter_module.c         b = ngx_create_temp_buf(r->pool, 8);
ngx_create_temp_buf  233 http/modules/ngx_http_memcached_module.c     b = ngx_create_temp_buf(r->pool, len);
ngx_create_temp_buf  962 http/modules/ngx_http_proxy_module.c     b = ngx_create_temp_buf(r->pool, len);
ngx_create_temp_buf  623 http/modules/ngx_http_scgi_module.c     b = ngx_create_temp_buf(r->pool, NGX_SIZE_T_LEN + 1 + len + 1);
ngx_create_temp_buf  550 http/modules/ngx_http_ssi_filter_module.c                         b = ngx_create_temp_buf(r->pool,
ngx_create_temp_buf  651 http/modules/ngx_http_ssi_filter_module.c                         b = ngx_create_temp_buf(r->pool, len);
ngx_create_temp_buf   95 http/modules/ngx_http_stub_status_module.c     b = ngx_create_temp_buf(r->pool, size);
ngx_create_temp_buf  660 http/modules/ngx_http_uwsgi_module.c     b = ngx_create_temp_buf(r->pool, len + 4);
ngx_create_temp_buf  353 http/ngx_http_file_cache.c     c->buf = ngx_create_temp_buf(r->pool, c->body_start);
ngx_create_temp_buf  438 http/ngx_http_header_filter_module.c     b = ngx_create_temp_buf(r->pool, len);
ngx_create_temp_buf  440 http/ngx_http_request.c         c->buffer = ngx_create_temp_buf(c->pool,
ngx_create_temp_buf 1228 http/ngx_http_request.c         b = ngx_create_temp_buf(r->connection->pool,
ngx_create_temp_buf  204 http/ngx_http_request_body.c     rb->buf = ngx_create_temp_buf(r->pool, size);
ngx_create_temp_buf  754 http/ngx_http_special_response.c     b = ngx_create_temp_buf(r->pool, size);
ngx_create_temp_buf  315 mail/ngx_mail_auth_http_module.c         ctx->response = ngx_create_temp_buf(ctx->pool, 1024);
ngx_create_temp_buf 1168 mail/ngx_mail_auth_http_module.c     b = ngx_create_temp_buf(pool, len);
ngx_create_temp_buf   86 mail/ngx_mail_imap_handler.c         s->buffer = ngx_create_temp_buf(c->pool, iscf->client_buffer_size);
ngx_create_temp_buf  104 mail/ngx_mail_pop3_handler.c         s->buffer = ngx_create_temp_buf(c->pool, 128);
ngx_create_temp_buf  167 mail/ngx_mail_proxy_module.c     s->proxy->buffer = ngx_create_temp_buf(s->connection->pool,
ngx_create_temp_buf  373 mail/ngx_mail_smtp_handler.c     s->buffer = ngx_create_temp_buf(c->pool, sscf->client_buffer_size);