Home
last modified time | relevance | path

Searched refs:target_url (Results 1 – 6 of 6) sorted by relevance

/external/curl/tests/libtest/
Dlib1510.c37 char target_url[256]; in test() local
77 snprintf(target_url, sizeof(target_url), in test()
80 target_url[sizeof(target_url) - 1] = '\0'; in test()
81 easy_setopt(curl, CURLOPT_URL, target_url); in test()
Dlib1512.c44 char target_url[256]; in test() local
62 snprintf(target_url, sizeof(target_url), in test()
65 target_url[sizeof(target_url) - 1] = '\0'; in test()
66 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
Dlib530.c39 char target_url[256]; in test() local
56 snprintf(target_url, sizeof(target_url), "%s%04i", URL, i + 1); in test()
57 target_url[sizeof(target_url) - 1] = '\0'; in test()
58 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
Dlib1506.c39 char target_url[256]; in test() local
73 snprintf(target_url, sizeof(target_url), in test()
76 target_url[sizeof(target_url) - 1] = '\0'; in test()
77 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
Dlib1515.c134 char target_url[256]; in test() local
135 snprintf(target_url, sizeof(target_url), in test()
139 if((res = do_one_request(multi, target_url, dns_entry))) in test()
/external/python/cpython2/Lib/test/
Dtest_urllib2.py456 self.target_url = authuri
1246 self.assertEqual(password_manager.target_url, protected_url)