Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c396 curl_off_t bytessent; in http_perhapsrewind() local
412 bytessent = http->writebytecount; in http_perhapsrewind()
446 if((expectsend == -1) || (expectsend > bytessent)) { in http_perhapsrewind()
453 if(((expectsend - bytessent) < 2000) || in http_perhapsrewind()
474 (curl_off_t)(expectsend - bytessent)); in http_perhapsrewind()
486 if(bytessent) in http_perhapsrewind()