Home
last modified time | relevance | path

Searched refs:client_body_buffer_size (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h353 size_t client_body_buffer_size; /* client_body_buffer_size */ member
H A Dngx_http_request_body.c160 size = clcf->client_body_buffer_size; in ngx_http_read_client_request_body()
173 size = clcf->client_body_buffer_size; in ngx_http_read_client_request_body()
H A Dngx_http_core_module.c365 offsetof(ngx_http_core_loc_conf_t, client_body_buffer_size),
3414 clcf->client_body_buffer_size = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf()
3622 ngx_conf_merge_size_value(conf->client_body_buffer_size, in ngx_http_core_merge_loc_conf()
3623 prev->client_body_buffer_size, in ngx_http_core_merge_loc_conf()
H A Dngx_http_upstream.c644 u->output.bufs.size = clcf->client_body_buffer_size; in ngx_http_upstream_init_request()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3856 if (len < 0 || len > (off_t) clcf->client_body_buffer_size) { in ngx_http_v2_read_request_body()
3857 len = clcf->client_body_buffer_size; in ngx_http_v2_read_request_body()
3875 } else if (len >= 0 && len <= (off_t) clcf->client_body_buffer_size in ngx_http_v2_read_request_body()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim163 syn keyword ngxDirective contained client_body_buffer_size