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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dconvert.c754 char *old_file, *old_url;
763 if (hash_table_get_pair (dl_file_url_map, file, &old_file, &old_url))
765 if (0 == strcmp (url, old_url))
770 if (match_except_index (url, old_url)
780 xfree (old_url);
817 if (hash_table_get_pair (dl_url_file_map, url, &old_url, &old_file))
820 xfree (old_url);
849 char *old_url, *old_file;
853 if (!hash_table_get_pair (dl_file_url_map, file, &old_file, &old_url))
858 xfree (old_url);
753 char *old_file, *old_url; local
848 char *old_url, *old_file; local
[all...]

Completed in 42 milliseconds