Lines Matching refs:newURL
29 char *newURL = NULL; in test() local
46 newURL = aprintf("%s/folderA/661", URL); in test()
47 test_setopt(curl, CURLOPT_URL, newURL); in test()
53 free(newURL); in test()
54 newURL = aprintf("%s/folderB/661", URL); in test()
55 test_setopt(curl, CURLOPT_URL, newURL); in test()
68 free(newURL); in test()
69 newURL = aprintf("%s/folderA/661", URL); in test()
70 test_setopt(curl, CURLOPT_URL, newURL); in test()
77 free(newURL); in test()
78 newURL = aprintf("%s/folderB/661", URL); in test()
79 test_setopt(curl, CURLOPT_URL, newURL); in test()
83 free(newURL); in test()
84 newURL = aprintf("%s/folderA/661", URL); in test()
85 test_setopt(curl, CURLOPT_URL, newURL); in test()
145 free(newURL); in test()