| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_buf.h | 143 ngx_buf_t *ngx_create_temp_buf(ngx_pool_t *pool, size_t size);
|
| H A D | ngx_buf.c | 13 ngx_create_temp_buf(ngx_pool_t *pool, size_t size) in ngx_create_temp_buf() function
|
| H A D | ngx_output_chain.c | 427 ctx->buf = ngx_create_temp_buf(ctx->pool, size); in ngx_output_chain_align_file_buf()
|
| H A D | ngx_conf_file.c | 132 buf = ngx_create_temp_buf(cf->cycle->pool, (size_t) size); in ngx_conf_add_dump()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_stub_status_module.c | 121 b = ngx_create_temp_buf(r->pool, size); in ngx_http_stub_status_handler()
|
| H A D | ngx_http_autoindex_module.c | 521 b = ngx_create_temp_buf(r->pool, len); in ngx_http_autoindex_html() 740 b = ngx_create_temp_buf(r->pool, len); in ngx_http_autoindex_json() 889 b = ngx_create_temp_buf(r->pool, len); in ngx_http_autoindex_xml() 987 ctx->buf = ngx_create_temp_buf(ctx->pool, ctx->alloc_size);
|
| H A D | ngx_http_gzip_filter_module.c | 597 buf = ngx_create_temp_buf(r->pool, size); in ngx_http_gzip_filter_buffer() 783 ctx->out_buf = ngx_create_temp_buf(r->pool, conf->bufs.size); in ngx_http_gzip_filter_get_buf() 969 b = ngx_create_temp_buf(r->pool, 8); in ngx_http_gzip_filter_deflate_end()
|
| H A D | ngx_http_gunzip_filter_module.c | 393 ctx->out_buf = ngx_create_temp_buf(r->pool, conf->bufs.size); in ngx_http_gunzip_filter_get_buf()
|
| H A D | ngx_http_memcached_module.c | 262 b = ngx_create_temp_buf(r->pool, len); in ngx_http_memcached_create_request()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_postpone_filter_module.c | 209 b = ngx_create_temp_buf(r->pool, len); in ngx_http_postpone_filter_in_memory()
|
| H A D | ngx_http_header_filter_module.c | 434 b = ngx_create_temp_buf(r->pool, len); in ngx_http_header_filter()
|
| H A D | ngx_http_special_response.c | 821 b = ngx_create_temp_buf(r->pool, size); in ngx_http_send_refresh()
|
| H A D | ngx_http_request_body.c | 176 rb->buf = ngx_create_temp_buf(r->pool, size); in ngx_http_read_client_request_body()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_imap_handler.c | 87 s->buffer = ngx_create_temp_buf(c->pool, iscf->client_buffer_size); in ngx_mail_imap_init_protocol()
|
| H A D | ngx_mail_pop3_handler.c | 105 s->buffer = ngx_create_temp_buf(c->pool, 128); in ngx_mail_pop3_init_protocol()
|
| H A D | ngx_mail_auth_http_module.c | 325 ctx->response = ngx_create_temp_buf(ctx->pool, 1024); in ngx_mail_auth_http_read_handler() 1243 b = ngx_create_temp_buf(pool, len); in ngx_mail_auth_http_create_request()
|
| H A D | ngx_mail_smtp_handler.c | 377 s->buffer = ngx_create_temp_buf(c->pool, sscf->client_buffer_size); in ngx_mail_smtp_create_buffer()
|
| H A D | ngx_mail_proxy_module.c | 159 s->proxy->buffer = ngx_create_temp_buf(s->connection->pool, in ngx_mail_proxy_init()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_udp.c | 338 c->buffer = ngx_create_temp_buf(c->pool, n); in ngx_event_recvmsg()
|
| H A D | ngx_event_openssl_stapling.c | 1145 ctx->response = ngx_create_temp_buf(ctx->pool, 16384); in ngx_ssl_ocsp_read_handler() 1280 b = ngx_create_temp_buf(ctx->pool, len); in ngx_ssl_ocsp_create_request()
|
| H A D | ngx_event_pipe.c | 232 b = ngx_create_temp_buf(p->pool, p->bufs.size); in ngx_event_pipe_read_upstream()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 973 buf = ngx_create_temp_buf(r->pool, h2scf->preread_size); in ngx_http_v2_state_read_data() 2746 buf = ngx_create_temp_buf(h2c->pool, NGX_HTTP_V2_FRAME_HEADER_SIZE + len); in ngx_http_v2_send_settings() 2928 buf = ngx_create_temp_buf(pool, NGX_HTTP_V2_FRAME_BUFFER_SIZE); in ngx_http_v2_get_frame() 3091 r->header_in = ngx_create_temp_buf(r->pool, in ngx_http_v2_create_stream() 3873 rb->buf = ngx_create_temp_buf(r->pool, (size_t) len); in ngx_http_v2_read_request_body() 3878 rb->buf = ngx_create_temp_buf(r->pool, (size_t) len); in ngx_http_v2_read_request_body()
|
| H A D | ngx_http_v2_filter_module.c | 1115 b = ngx_create_temp_buf(r->pool, NGX_HTTP_V2_FRAME_HEADER_SIZE); in ngx_http_v2_create_headers_frame() 1221 b = ngx_create_temp_buf(r->pool, in ngx_http_v2_create_push_frame()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_core_module.c | 240 c->buffer = ngx_create_temp_buf(c->pool, cscf->preread_buffer_size); in ngx_stream_core_preread_phase()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/perl/ |
| H A D | nginx.xs | 643 b = ngx_create_temp_buf(r->pool, size);
|