Lines Matching full:totalleft
416 curl_off_t totalleft = k->size - k->bytecount;417 if(totalleft < (curl_off_t)bytestoread)418 bytestoread = (size_t)totalleft;