Searched refs:client_body_buffer_size (Results 1 – 6 of 6) sorted by relevance
353 size_t client_body_buffer_size; /* client_body_buffer_size */ member
160 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()
365 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()
644 u->output.bufs.size = clcf->client_body_buffer_size; in ngx_http_upstream_init_request()
3856 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()
163 syn keyword ngxDirective contained client_body_buffer_size