Lines Matching refs:newURL
31 char *newURL = NULL;
48 newURL = aprintf("%s/folderA/661", URL);
49 test_setopt(curl, CURLOPT_URL, newURL);
57 curl_free(newURL);
58 newURL = aprintf("%s/folderB/661", URL);
59 test_setopt(curl, CURLOPT_URL, newURL);
74 curl_free(newURL);
75 newURL = aprintf("%s/folderA/661", URL);
76 test_setopt(curl, CURLOPT_URL, newURL);
85 curl_free(newURL);
86 newURL = aprintf("%s/folderB/661", URL);
87 test_setopt(curl, CURLOPT_URL, newURL);
93 curl_free(newURL);
94 newURL = aprintf("%s/folderA/661", URL);
95 test_setopt(curl, CURLOPT_URL, newURL);
163 curl_free(newURL);