Searched refs:body_len (Results 1 – 1 of 1) sorted by relevance
198 size_t body_len = blen - hds_len; in xfer_send() local202 if(body_small && body_small < body_len) in xfer_send()230 size_t body_len = *pnwritten - hds_len; in xfer_send() local231 Curl_debug(data, CURLINFO_DATA_OUT, (char *)buf + hds_len, body_len); in xfer_send()232 data->req.writebytecount += body_len; in xfer_send()
Completed in 6 milliseconds