Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c405 curl_off_t expectsend = -1; /* default is unknown */ in http_perhapsrewind() local
425 expectsend = 0; in http_perhapsrewind()
429 expectsend = 0; in http_perhapsrewind()
436 expectsend = data->state.infilesize; in http_perhapsrewind()
440 expectsend = data->state.infilesize; in http_perhapsrewind()
444 expectsend = http->postsize; in http_perhapsrewind()
453 if((expectsend == -1) || (expectsend > bytessent)) { in http_perhapsrewind()
460 if(((expectsend - bytessent) < 2000) || in http_perhapsrewind()
481 (curl_off_t)(expectsend - bytessent)); in http_perhapsrewind()
488 if(((expectsend - bytessent) < 2000) || in http_perhapsrewind()
[all …]