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