client_body_in_single_buffer  390 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, client_body_in_single_buffer),
client_body_in_single_buffer 1420 http/ngx_http_core_module.c     r->request_body_in_single_buf = clcf->client_body_in_single_buffer;
client_body_in_single_buffer 3100 http/ngx_http_core_module.c     clcf->client_body_in_single_buffer = NGX_CONF_UNSET;
client_body_in_single_buffer 3306 http/ngx_http_core_module.c     ngx_conf_merge_value(conf->client_body_in_single_buffer,
client_body_in_single_buffer 3307 http/ngx_http_core_module.c                               prev->client_body_in_single_buffer, 0);
client_body_in_single_buffer  362 http/ngx_http_core_module.h     ngx_flag_t    client_body_in_single_buffer;