body              696 http/modules/ngx_http_fastcgi_module.c     ngx_chain_t                  *cl, *body;
body              996 http/modules/ngx_http_fastcgi_module.c         body = r->upstream->request_bufs;
body             1004 http/modules/ngx_http_fastcgi_module.c         while (body) {
body             1006 http/modules/ngx_http_fastcgi_module.c             if (body->buf->in_file) {
body             1007 http/modules/ngx_http_fastcgi_module.c                 file_pos = body->buf->file_pos;
body             1010 http/modules/ngx_http_fastcgi_module.c                 pos = body->buf->pos;
body             1021 http/modules/ngx_http_fastcgi_module.c                 ngx_memcpy(b, body->buf, sizeof(ngx_buf_t));
body             1023 http/modules/ngx_http_fastcgi_module.c                 if (body->buf->in_file) {
body             1027 http/modules/ngx_http_fastcgi_module.c                     if (file_pos >= body->buf->file_last) {
body             1028 http/modules/ngx_http_fastcgi_module.c                         file_pos = body->buf->file_last;
body             1039 http/modules/ngx_http_fastcgi_module.c                     if (pos >= body->buf->last) {
body             1040 http/modules/ngx_http_fastcgi_module.c                         pos = body->buf->last;
body             1093 http/modules/ngx_http_fastcgi_module.c             body = body->next;
body              840 http/modules/ngx_http_proxy_module.c     ngx_chain_t                  *cl, *body;
body             1111 http/modules/ngx_http_proxy_module.c         body = u->request_bufs;
body             1114 http/modules/ngx_http_proxy_module.c         while (body) {
body             1120 http/modules/ngx_http_proxy_module.c             ngx_memcpy(b, body->buf, sizeof(ngx_buf_t));
body             1130 http/modules/ngx_http_proxy_module.c             body = body->next;
body              517 http/modules/ngx_http_scgi_module.c     ngx_chain_t                  *cl, *body;
body              731 http/modules/ngx_http_scgi_module.c         body = r->upstream->request_bufs;
body              734 http/modules/ngx_http_scgi_module.c         while (body) {
body              740 http/modules/ngx_http_scgi_module.c             ngx_memcpy(b, body->buf, sizeof(ngx_buf_t));
body              750 http/modules/ngx_http_scgi_module.c             body = body->next;
body              549 http/modules/ngx_http_uwsgi_module.c     ngx_chain_t                  *cl, *body;
body              782 http/modules/ngx_http_uwsgi_module.c         body = r->upstream->request_bufs;
body              785 http/modules/ngx_http_uwsgi_module.c         while (body) {
body              791 http/modules/ngx_http_uwsgi_module.c             ngx_memcpy(b, body->buf, sizeof(ngx_buf_t));
body              801 http/modules/ngx_http_uwsgi_module.c             body = body->next;
body               15 http/ngx_http_request_body.c     ngx_chain_t *body);
body              385 http/ngx_http_request_body.c ngx_http_write_request_body(ngx_http_request_t *r, ngx_chain_t *body)
body              418 http/ngx_http_request_body.c     n = ngx_write_chain_to_temp_file(rb->temp_file, body);