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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c349 curl_off_t expectsend = -1; /* default is unknown */ local
369 expectsend = 0;
375 expectsend = data->set.postfieldsize;
377 expectsend = (curl_off_t)strlen(data->set.postfields);
381 expectsend = data->set.infilesize;
384 expectsend = http->postsize;
393 if((expectsend == -1) || (expectsend > bytessent)) {
399 if(((expectsend - bytessent) < 2000) ||
419 (curl_off_t)(expectsend
[all...]

Completed in 322 milliseconds