Home
last modified time | relevance | path

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

/dports/ftp/wget/wget-1.21.2/src/
H A Dhttp.c472 body_file_send (int sock, const char *file_name, wgint promised_size, FILE *warc_tmp) in body_file_send() argument
484 while (!feof (fp) && written < promised_size) in body_file_send()
490 towrite = MIN (promised_size - written, length); in body_file_send()
513 if (written < promised_size) in body_file_send()
519 assert (written == promised_size); in body_file_send()