client_body_in_file_only  383 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, client_body_in_file_only),
client_body_in_file_only 1409 http/ngx_http_core_module.c     if (clcf->client_body_in_file_only) {
client_body_in_file_only 1413 http/ngx_http_core_module.c             clcf->client_body_in_file_only == NGX_HTTP_REQUEST_BODY_FILE_CLEAN;
client_body_in_file_only 3099 http/ngx_http_core_module.c     clcf->client_body_in_file_only = NGX_CONF_UNSET_UINT;
client_body_in_file_only 3304 http/ngx_http_core_module.c     ngx_conf_merge_uint_value(conf->client_body_in_file_only,
client_body_in_file_only 3305 http/ngx_http_core_module.c                               prev->client_body_in_file_only, 0);
client_body_in_file_only  360 http/ngx_http_core_module.h     ngx_uint_t    client_body_in_file_only; /* client_body_in_file_only */