Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c397 curl_off_t expectsend = -1; /* default is unknown */ in http_perhapsrewind() local
417 expectsend = 0; in http_perhapsrewind()
421 expectsend = 0; in http_perhapsrewind()
428 expectsend = data->state.infilesize; in http_perhapsrewind()
430 expectsend = (curl_off_t)strlen(data->set.postfields); in http_perhapsrewind()
434 expectsend = data->state.infilesize; in http_perhapsrewind()
437 expectsend = http->postsize; 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()