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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dhtml-url.c735 char *url_text;
760 url_text = strdupdelim (line_beg, line_end);
765 char *merged = uri_merge (opt.base_href, url_text);
766 xfree (url_text);
767 url_text = merged;
770 url = url_parse (url_text, &up_error_code, NULL, false);
773 char *error = url_error (url_text, up_error_code);
775 file, url_text, error);
776 xfree (url_text);
780 xfree (url_text);
733 char *url_text; local
[all...]

Completed in 55 milliseconds