Home
last modified time | relevance | path

Searched refs:ngx_create_temp_buf (Results 1 – 25 of 35) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_buf.h143 ngx_buf_t *ngx_create_temp_buf(ngx_pool_t *pool, size_t size);
H A Dngx_buf.c13 ngx_create_temp_buf(ngx_pool_t *pool, size_t size) in ngx_create_temp_buf() function
H A Dngx_output_chain.c427 ctx->buf = ngx_create_temp_buf(ctx->pool, size); in ngx_output_chain_align_file_buf()
H A Dngx_conf_file.c132 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 Dngx_http_stub_status_module.c121 b = ngx_create_temp_buf(r->pool, size); in ngx_http_stub_status_handler()
H A Dngx_http_autoindex_module.c521 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 Dngx_http_gzip_filter_module.c597 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 Dngx_http_gunzip_filter_module.c393 ctx->out_buf = ngx_create_temp_buf(r->pool, conf->bufs.size); in ngx_http_gunzip_filter_get_buf()
H A Dngx_http_memcached_module.c262 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 Dngx_http_postpone_filter_module.c209 b = ngx_create_temp_buf(r->pool, len); in ngx_http_postpone_filter_in_memory()
H A Dngx_http_header_filter_module.c434 b = ngx_create_temp_buf(r->pool, len); in ngx_http_header_filter()
H A Dngx_http_special_response.c821 b = ngx_create_temp_buf(r->pool, size); in ngx_http_send_refresh()
H A Dngx_http_request_body.c176 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 Dngx_mail_imap_handler.c87 s->buffer = ngx_create_temp_buf(c->pool, iscf->client_buffer_size); in ngx_mail_imap_init_protocol()
H A Dngx_mail_pop3_handler.c105 s->buffer = ngx_create_temp_buf(c->pool, 128); in ngx_mail_pop3_init_protocol()
H A Dngx_mail_auth_http_module.c325 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 Dngx_mail_smtp_handler.c377 s->buffer = ngx_create_temp_buf(c->pool, sscf->client_buffer_size); in ngx_mail_smtp_create_buffer()
H A Dngx_mail_proxy_module.c159 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 Dngx_event_udp.c338 c->buffer = ngx_create_temp_buf(c->pool, n); in ngx_event_recvmsg()
H A Dngx_event_openssl_stapling.c1145 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 Dngx_event_pipe.c232 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 Dngx_http_v2.c973 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 Dngx_http_v2_filter_module.c1115 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 Dngx_stream_core_module.c240 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 Dnginx.xs643 b = ngx_create_temp_buf(r->pool, size);

12