Home
last modified time | relevance | path

Searched refs:nurl (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/src/
Dtool_xattr.c64 char *nurl; in stripcredentials() local
79 uc = curl_url_get(u, CURLUPART_URL, &nurl, 0); in stripcredentials()
85 *url = nurl; in stripcredentials()
Dtool_operate.c1041 char *nurl = add_file_name_to_url(per->this_url, per->uploadfile); in single_transfer() local
1042 if(!nurl) { in single_transfer()
1046 per->this_url = nurl; in single_transfer()
/third_party/curl/lib/
Ddoh.c225 char *nurl = NULL; in dohprobe() local
248 nurl = aprintf("%s?dns=%s", url, b64); in dohprobe()
250 if(!nurl) { in dohprobe()
254 url = nurl; in dohprobe()
379 free(nurl); in dohprobe()
383 free(nurl); in dohprobe()
/third_party/curl/tests/data/
Dtest129134 perl -e 'for(1 .. 1000) { printf("upload-file=log/upload-this\nurl=htttttp://non-existing-host.haxx…