Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A 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()

Completed in 6 milliseconds