Home
last modified time | relevance | path

Searched refs:bytessent (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DRNBSocket.cpp359 ssize_t bytessent = write(m_fd, buffer, length); in Write() local
360 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()
/external/curl/lib/
Dhttp.c431 curl_off_t bytessent; in http_perhapsrewind() local
447 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()