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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dretr.c629 char *local_file;
656 local_file = NULL;
696 result = http_loop (u, &mynewloc, &local_file, refurl, dt, proxy_url, iri);
714 if (redirection_count && local_file && u->scheme == SCHEME_FTP)
716 if (has_html_suffix_p (local_file))
735 if (local_file)
736 xfree (local_file);
832 if (local_file && *dt & RETROKF)
834 register_download (u->url, local_file);
838 register_html (u->url, local_file);
625 char *local_file; local
[all...]
H A Dhttp.c1317 char *local_file; /* local file name. */
1325 * (might be != local_file if -K is set) */
1338 xfree_null (hs->local_file);
1993 * hstat.local_file is set by http_loop to the argument of -O. */
1994 if (!hs->local_file)
2000 || !parse_content_disposition (hdrval, &hs->local_file))
2004 hs->local_file = url_file_name (u);
2009 if (!hs->existence_checked && file_exists_p (hs->local_file))
2017 File %s already there; not retrieving.\n\n"), quote (hs->local_file));
2023 if (has_html_suffix_p (hs->local_file))
1312 char *local_file; /* local file name. */ member in struct:http_stat
2429 http_loop(struct url *u, char **newloc, char **local_file, const char *referer, int *dt, struct url *proxy, struct iri *iri) argument
[all...]

Completed in 129 milliseconds