Lines Matching defs:body
1005 /* If !body started on this stream, then receiving DATA is illegal. */
1034 /* Only valid HEADERS after body started is trailer HEADERS. We
2032 const void *body = NULL;
2092 stream->upload_left = 0; /* no request body */
2141 body = (const char *)buf + nwritten;
2145 /* We have request body to send in DATA frame */
2146 ssize_t n = Curl_bufq_write(&stream->sendbuf, body, bodylen, err);
2201 * body. This happens on 30x or 40x responses.
2217 * optionally request body, and now are going to send or sending
2218 * more request body in DATA frame */
2225 /* req body data is buffered, resume the potentially suspended stream */
2243 * headers and/or request body completely out to the network */