request_body_in_file_only  165 http/modules/ngx_http_dav_module.c         r->request_body_in_file_only = 1;
request_body_in_file_only 1410 http/ngx_http_core_module.c         r->request_body_in_file_only = 1;
request_body_in_file_only  456 http/ngx_http_request.h     unsigned                          request_body_in_file_only:1;
request_body_in_file_only   66 http/ngx_http_request_body.c         if (r->request_body_in_file_only) {
request_body_in_file_only  147 http/ngx_http_request_body.c             if (r->request_body_in_file_only) {
request_body_in_file_only  227 http/ngx_http_request_body.c     if (r->request_body_in_file_only || r->request_body_in_single_buf) {
request_body_in_file_only  348 http/ngx_http_request_body.c     if (rb->temp_file || r->request_body_in_file_only) {
request_body_in_file_only  374 http/ngx_http_request_body.c     if (r->request_body_in_file_only && rb->bufs->next) {