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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operate.c478 char *this_url = NULL; local
499 this_url = strdup(mlres->url);
500 if(!this_url) {
507 res = glob_next_url(&this_url, urls);
512 this_url = strdup(urlnode->url);
513 if(!this_url) {
519 this_url = NULL;
520 if(!this_url)
543 res = get_url_file_name(&outfile, this_url);
637 this_url
[all...]

Completed in 30 milliseconds