Home
last modified time | relevance | path

Searched refs:request_body_in_file_only (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h482 unsigned request_body_in_file_only:1; member
H A Dngx_http_request_body.c1143 if (rb->temp_file || r->request_body_in_file_only) { in ngx_http_request_body_save_filter()
H A Dngx_http_core_module.c1245 r->request_body_in_file_only = 1; in ngx_http_update_location_config()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dnginx.xs388 if (r->request_body_in_file_only) {
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c170 r->request_body_in_file_only = 1; in ngx_http_dav_handler()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c3876 && !r->request_body_in_file_only) in ngx_http_v2_read_request_body()
3981 r->request_body_in_file_only = 1; in ngx_http_v2_process_request_body()