Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c432 curl_off_t expectsend = -1; /* default is unknown */ in http_perhapsrewind() local
452 expectsend = 0; in http_perhapsrewind()
456 expectsend = 0; in http_perhapsrewind()
464 expectsend = data->state.infilesize; in http_perhapsrewind()
468 expectsend = http->postsize; 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()