client_max_body_size  355 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, client_max_body_size),
client_max_body_size  945 http/ngx_http_core_module.c                    r->headers_in.content_length_n, clcf->client_max_body_size);
client_max_body_size  949 http/ngx_http_core_module.c         && clcf->client_max_body_size
client_max_body_size  950 http/ngx_http_core_module.c         && clcf->client_max_body_size < r->headers_in.content_length_n)
client_max_body_size 3093 http/ngx_http_core_module.c     clcf->client_max_body_size = NGX_CONF_UNSET;
client_max_body_size 3289 http/ngx_http_core_module.c     ngx_conf_merge_off_value(conf->client_max_body_size,
client_max_body_size 3290 http/ngx_http_core_module.c                               prev->client_max_body_size, 1 * 1024 * 1024);
client_max_body_size  333 http/ngx_http_core_module.h     off_t         client_max_body_size;    /* client_max_body_size */