ngx_http_discard_request_body  121 http/modules/ngx_http_empty_gif_module.c     rc = ngx_http_discard_request_body(r);
ngx_http_discard_request_body   83 http/modules/ngx_http_flv_module.c     rc = ngx_http_discard_request_body(r);
ngx_http_discard_request_body  189 http/modules/ngx_http_gzip_static_module.c     rc = ngx_http_discard_request_body(r);
ngx_http_discard_request_body  157 http/modules/ngx_http_memcached_module.c     rc = ngx_http_discard_request_body(r);
ngx_http_discard_request_body  200 http/modules/ngx_http_static_module.c     rc = ngx_http_discard_request_body(r);
ngx_http_discard_request_body   72 http/modules/ngx_http_stub_status_module.c     rc = ngx_http_discard_request_body(r);
ngx_http_discard_request_body  132 http/ngx_http.h ngx_int_t ngx_http_discard_request_body(ngx_http_request_t *r);
ngx_http_discard_request_body  956 http/ngx_http_core_module.c         (void) ngx_http_discard_request_body(r);
ngx_http_discard_request_body  409 http/ngx_http_special_response.c     if (ngx_http_discard_request_body(r) != NGX_OK) {