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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_operate.c487 char *this_url; local
500 res = glob_next_url(&this_url, urls);
505 this_url = strdup(urlnode->url);
506 if(!this_url) {
512 this_url = NULL;
513 if(!this_url)
534 res = get_url_file_name(&outfile, this_url);
622 this_url = add_file_name_to_url(curl, this_url, uploadfile);
623 if(!this_url) {
[all...]

Completed in 82 milliseconds