ngx_create_temp_buf 149 src/core/ngx_buf.h ngx_buf_t *ngx_create_temp_buf(ngx_pool_t *pool, size_t size); ngx_create_temp_buf 407 src/core/ngx_output_chain.c ctx->buf = ngx_create_temp_buf(ctx->pool, size); ngx_create_temp_buf 1550 src/event/ngx_event_openssl.c buf = ngx_create_temp_buf(c->pool, c->ssl->buffer_size); ngx_create_temp_buf 1032 src/event/ngx_event_openssl_stapling.c ctx->response = ngx_create_temp_buf(ctx->pool, 16384); ngx_create_temp_buf 1167 src/event/ngx_event_openssl_stapling.c b = ngx_create_temp_buf(ctx->pool, len); ngx_create_temp_buf 211 src/event/ngx_event_pipe.c b = ngx_create_temp_buf(p->pool, p->bufs.size); ngx_create_temp_buf 511 src/http/modules/ngx_http_autoindex_module.c b = ngx_create_temp_buf(r->pool, len); ngx_create_temp_buf 724 src/http/modules/ngx_http_autoindex_module.c b = ngx_create_temp_buf(r->pool, len); ngx_create_temp_buf 867 src/http/modules/ngx_http_autoindex_module.c b = ngx_create_temp_buf(r->pool, len); ngx_create_temp_buf 965 src/http/modules/ngx_http_autoindex_module.c ctx->buf = ngx_create_temp_buf(ctx->pool, ctx->alloc_size); ngx_create_temp_buf 1156 src/http/modules/ngx_http_charset_filter_module.c cl->buf = ngx_create_temp_buf(pool, size); ngx_create_temp_buf 971 src/http/modules/ngx_http_fastcgi_module.c b = ngx_create_temp_buf(r->pool, size); ngx_create_temp_buf 1244 src/http/modules/ngx_http_fastcgi_module.c b = ngx_create_temp_buf(r->pool, ngx_create_temp_buf 393 src/http/modules/ngx_http_gunzip_filter_module.c ctx->out_buf = ngx_create_temp_buf(r->pool, conf->bufs.size); ngx_create_temp_buf 574 src/http/modules/ngx_http_gzip_filter_module.c buf = ngx_create_temp_buf(r->pool, size); ngx_create_temp_buf 750 src/http/modules/ngx_http_gzip_filter_module.c ctx->out_buf = ngx_create_temp_buf(r->pool, conf->bufs.size); ngx_create_temp_buf 936 src/http/modules/ngx_http_gzip_filter_module.c b = ngx_create_temp_buf(r->pool, 8); ngx_create_temp_buf 255 src/http/modules/ngx_http_memcached_module.c b = ngx_create_temp_buf(r->pool, len); ngx_create_temp_buf 1273 src/http/modules/ngx_http_proxy_module.c b = ngx_create_temp_buf(r->pool, len); ngx_create_temp_buf 751 src/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 569 src/http/modules/ngx_http_ssi_filter_module.c b = ngx_create_temp_buf(r->pool, ngx_create_temp_buf 660 src/http/modules/ngx_http_ssi_filter_module.c b = ngx_create_temp_buf(r->pool, len); ngx_create_temp_buf 121 src/http/modules/ngx_http_stub_status_module.c b = ngx_create_temp_buf(r->pool, size); ngx_create_temp_buf 947 src/http/modules/ngx_http_uwsgi_module.c b = ngx_create_temp_buf(r->pool, len + 4); ngx_create_temp_buf 381 src/http/ngx_http_file_cache.c c->buf = ngx_create_temp_buf(r->pool, c->body_start); ngx_create_temp_buf 441 src/http/ngx_http_header_filter_module.c b = ngx_create_temp_buf(r->pool, len); ngx_create_temp_buf 407 src/http/ngx_http_request.c b = ngx_create_temp_buf(c->pool, size); ngx_create_temp_buf 1466 src/http/ngx_http_request.c b = ngx_create_temp_buf(r->connection->pool, ngx_create_temp_buf 213 src/http/ngx_http_request_body.c rb->buf = ngx_create_temp_buf(r->pool, size); ngx_create_temp_buf 2207 src/http/ngx_http_spdy.c buf = ngx_create_temp_buf(sc->pool, NGX_SPDY_FRAME_HEADER_SIZE ngx_create_temp_buf 2300 src/http/ngx_http_spdy.c cl->buf = ngx_create_temp_buf(sc->pool, ngx_create_temp_buf 2442 src/http/ngx_http_spdy.c r->header_in = ngx_create_temp_buf(r->pool, ngx_create_temp_buf 2723 src/http/ngx_http_spdy.c buf = ngx_create_temp_buf(r->pool, cscf->large_client_header_buffers.size); ngx_create_temp_buf 3249 src/http/ngx_http_spdy.c buf = ngx_create_temp_buf(r->pool, (size_t) rb->rest); ngx_create_temp_buf 520 src/http/ngx_http_spdy_filter_module.c b = ngx_create_temp_buf(r->pool, NGX_SPDY_FRAME_HEADER_SIZE ngx_create_temp_buf 767 src/http/ngx_http_special_response.c b = ngx_create_temp_buf(r->pool, size); ngx_create_temp_buf 324 src/mail/ngx_mail_auth_http_module.c ctx->response = ngx_create_temp_buf(ctx->pool, 1024); ngx_create_temp_buf 1259 src/mail/ngx_mail_auth_http_module.c b = ngx_create_temp_buf(pool, len); ngx_create_temp_buf 87 src/mail/ngx_mail_imap_handler.c s->buffer = ngx_create_temp_buf(c->pool, iscf->client_buffer_size); ngx_create_temp_buf 105 src/mail/ngx_mail_pop3_handler.c s->buffer = ngx_create_temp_buf(c->pool, 128); ngx_create_temp_buf 155 src/mail/ngx_mail_proxy_module.c s->proxy->buffer = ngx_create_temp_buf(s->connection->pool, ngx_create_temp_buf 377 src/mail/ngx_mail_smtp_handler.c s->buffer = ngx_create_temp_buf(c->pool, sscf->client_buffer_size);