Home
last modified time | relevance | path

Searched refs:newURL (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib661.c31 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 Dlib539.c32 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