Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A 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 in http_perhapsrewind()
[all...]

Completed in 3 milliseconds