Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c383 curl_off_t expectsend = -1; /* default is unknown */ in http_perhapsrewind() local
403 expectsend = 0; in http_perhapsrewind()
407 expectsend = 0; in http_perhapsrewind()
414 expectsend = data->state.infilesize; in http_perhapsrewind()
416 expectsend = (curl_off_t)strlen(data->set.postfields); in http_perhapsrewind()
420 expectsend = data->state.infilesize; in http_perhapsrewind()
423 expectsend = http->postsize; in http_perhapsrewind()
432 if((expectsend == -1) || (expectsend > bytessent)) { in http_perhapsrewind()
439 if(((expectsend - bytessent) < 2000) || in http_perhapsrewind()
460 (curl_off_t)(expectsend - bytessent)); in http_perhapsrewind()