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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dwarc.c682 FILE *warc_tmp = warc_tempfile (); local
683 if (warc_tmp == NULL)
690 fprintf (warc_tmp, "software: Wget/%s (%s)\r\n", version_string, OS_TYPE);
691 fprintf (warc_tmp, "format: WARC File Format 1.0\r\n");
692 fprintf (warc_tmp,
694 fprintf (warc_tmp, "robots: %s\r\n", (opt.use_robots ? "classic" : "off"));
695 fprintf (warc_tmp, "wget-arguments: %s\r\n", program_argstring);
701 fprintf (warc_tmp, "%s\r\n", opt.warc_user_headers[i]);
703 fprintf(warc_tmp, "\r\n");
705 warc_write_digest_headers (warc_tmp,
[all...]
H A Dhttp.c320 If warc_tmp is set to a file pointer, the request string will
324 request_send (const struct request *req, int fd, FILE *warc_tmp)
375 else if (warc_tmp != NULL)
378 int warc_tmp_written = fwrite (request_string, 1, size - 1, warc_tmp);
453 If warc_tmp is set to a file pointer, the post data will
457 body_file_send (int sock, const char *file_name, wgint promised_size, FILE *warc_tmp)
482 if (warc_tmp != NULL)
485 int warc_tmp_written = fwrite (chunk, 1, towrite, warc_tmp);
1538 FILE *warc_tmp = NULL;
1545 warc_tmp
322 request_send(const struct request *req, int fd, FILE *warc_tmp) argument
455 body_file_send(int sock, const char *file_name, wgint promised_size, FILE *warc_tmp) argument
1533 FILE *warc_tmp = NULL; local
1716 FILE *warc_tmp = NULL; local
[all...]
H A Dftp.c242 and closes the control connection in case of error. If warc_tmp
247 FILE *warc_tmp)
1314 restval, &rd_size, qtyread, &con->dltime, flags, warc_tmp);
1325 /* If fd_read_body couldn't write to fp or warc_tmp, bail out. */
1326 if (res == -2 || (warc_tmp != NULL && res == -3))
1550 FILE *warc_tmp = NULL; local
1624 if (warc_enabled && (con->cmd & DO_RETR) && warc_tmp == NULL)
1626 warc_tmp = warc_tempfile ();
1627 if (warc_tmp == NULL)
1678 to the warc_tmp fil
245 getftp(struct url *u, wgint passed_expected_bytes, wgint *qtyread, wgint restval, ccon *con, int count, wgint *last_expected_bytes, FILE *warc_tmp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dwarc.c682 FILE *warc_tmp = warc_tempfile (); local
683 if (warc_tmp == NULL)
690 fprintf (warc_tmp, "software: Wget/%s (%s)\r\n", version_string, OS_TYPE);
691 fprintf (warc_tmp, "format: WARC File Format 1.0\r\n");
692 fprintf (warc_tmp,
694 fprintf (warc_tmp, "robots: %s\r\n", (opt.use_robots ? "classic" : "off"));
695 fprintf (warc_tmp, "wget-arguments: %s\r\n", program_argstring);
701 fprintf (warc_tmp, "%s\r\n", opt.warc_user_headers[i]);
703 fprintf(warc_tmp, "\r\n");
705 warc_write_digest_headers (warc_tmp,
[all...]
H A Dhttp.c320 If warc_tmp is set to a file pointer, the request string will
324 request_send (const struct request *req, int fd, FILE *warc_tmp)
375 else if (warc_tmp != NULL)
378 int warc_tmp_written = fwrite (request_string, 1, size - 1, warc_tmp);
453 If warc_tmp is set to a file pointer, the post data will
457 body_file_send (int sock, const char *file_name, wgint promised_size, FILE *warc_tmp)
482 if (warc_tmp != NULL)
485 int warc_tmp_written = fwrite (chunk, 1, towrite, warc_tmp);
1538 FILE *warc_tmp = NULL;
1545 warc_tmp
322 request_send(const struct request *req, int fd, FILE *warc_tmp) argument
455 body_file_send(int sock, const char *file_name, wgint promised_size, FILE *warc_tmp) argument
1533 FILE *warc_tmp = NULL; local
1716 FILE *warc_tmp = NULL; local
[all...]
H A Dftp.c242 and closes the control connection in case of error. If warc_tmp
247 FILE *warc_tmp)
1314 restval, &rd_size, qtyread, &con->dltime, flags, warc_tmp);
1325 /* If fd_read_body couldn't write to fp or warc_tmp, bail out. */
1326 if (res == -2 || (warc_tmp != NULL && res == -3))
1550 FILE *warc_tmp = NULL; local
1624 if (warc_enabled && (con->cmd & DO_RETR) && warc_tmp == NULL)
1626 warc_tmp = warc_tempfile ();
1627 if (warc_tmp == NULL)
1678 to the warc_tmp fil
245 getftp(struct url *u, wgint passed_expected_bytes, wgint *qtyread, wgint restval, ccon *con, int count, wgint *last_expected_bytes, FILE *warc_tmp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dwarc.c682 FILE *warc_tmp = warc_tempfile (); local
683 if (warc_tmp == NULL)
690 fprintf (warc_tmp, "software: Wget/%s (%s)\r\n", version_string, OS_TYPE);
691 fprintf (warc_tmp, "format: WARC File Format 1.0\r\n");
692 fprintf (warc_tmp,
694 fprintf (warc_tmp, "robots: %s\r\n", (opt.use_robots ? "classic" : "off"));
695 fprintf (warc_tmp, "wget-arguments: %s\r\n", program_argstring);
701 fprintf (warc_tmp, "%s\r\n", opt.warc_user_headers[i]);
703 fprintf(warc_tmp, "\r\n");
705 warc_write_digest_headers (warc_tmp,
[all...]
H A Dhttp.c320 If warc_tmp is set to a file pointer, the request string will
324 request_send (const struct request *req, int fd, FILE *warc_tmp)
375 else if (warc_tmp != NULL)
378 int warc_tmp_written = fwrite (request_string, 1, size - 1, warc_tmp);
453 If warc_tmp is set to a file pointer, the post data will
457 body_file_send (int sock, const char *file_name, wgint promised_size, FILE *warc_tmp)
482 if (warc_tmp != NULL)
485 int warc_tmp_written = fwrite (chunk, 1, towrite, warc_tmp);
1538 FILE *warc_tmp = NULL;
1545 warc_tmp
322 request_send(const struct request *req, int fd, FILE *warc_tmp) argument
455 body_file_send(int sock, const char *file_name, wgint promised_size, FILE *warc_tmp) argument
1533 FILE *warc_tmp = NULL; local
1716 FILE *warc_tmp = NULL; local
[all...]
H A Dftp.c242 and closes the control connection in case of error. If warc_tmp
247 FILE *warc_tmp)
1314 restval, &rd_size, qtyread, &con->dltime, flags, warc_tmp);
1325 /* If fd_read_body couldn't write to fp or warc_tmp, bail out. */
1326 if (res == -2 || (warc_tmp != NULL && res == -3))
1550 FILE *warc_tmp = NULL; local
1624 if (warc_enabled && (con->cmd & DO_RETR) && warc_tmp == NULL)
1626 warc_tmp = warc_tempfile ();
1627 if (warc_tmp == NULL)
1678 to the warc_tmp fil
245 getftp(struct url *u, wgint passed_expected_bytes, wgint *qtyread, wgint restval, ccon *con, int count, wgint *last_expected_bytes, FILE *warc_tmp) argument
[all...]

Completed in 297 milliseconds