Searched refs:bytessent (Results 1 – 2 of 2) sorted by relevance
359 ssize_t bytessent = write(m_fd, buffer, length); in Write() local360 if (bytessent < 0) in Write()365 m_fd, buffer, length, (uint64_t)bytessent); in Write()367 if (bytessent < 0) in Write()370 if ((size_t)bytessent != length) in Write()
431 curl_off_t bytessent; in http_perhapsrewind() local447 bytessent = data->req.writebytecount; in http_perhapsrewind()477 if((expectsend == -1) || (expectsend > bytessent)) { in http_perhapsrewind()484 if(((expectsend - bytessent) < 2000) || in http_perhapsrewind()505 (curl_off_t)(expectsend - bytessent)); in http_perhapsrewind()512 if(((expectsend - bytessent) < 2000) || in http_perhapsrewind()533 (curl_off_t)(expectsend - bytessent)); in http_perhapsrewind()545 if(bytessent) in http_perhapsrewind()