Searched refs:newURL (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib661.c | 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() [all...] |
H A D | lib539.c | 32 char *newURL = NULL; in test() local 64 newURL = aprintf("%s./", URL); in test() 65 if(!newURL) { in test() 73 curl_free(newURL); in test() 79 test_setopt(curl, CURLOPT_URL, newURL); in test() 88 curl_free(newURL); in test()
|
Completed in 1 milliseconds