Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib1510.c37 char target_url[256]; in test() local
77 msnprintf(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 msnprintf(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()
Dlib1506.c39 char target_url[256]; in test() local
73 msnprintf(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.c135 char target_url[256]; in test() local
136 msnprintf(target_url, sizeof(target_url), in test()
140 res = do_one_request(multi, target_url, dns_entry); in test()
/external/oss-fuzz/infra/cifuzz/
Dcoverage.py52 target_url = utils.url_join(self.fuzzer_stats_url, target + '.json')
53 return get_json_from_url(target_url)
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dwrapper.py174 def https_connect_with_proxy(target_url): argument
179 conn = httplib.HTTPSConnection(target_url)
193 conn.set_tunnel(target_url, 443, headers)
/external/python/cpython2/Lib/test/
Dtest_urllib2.py456 self.target_url = authuri
1246 self.assertEqual(password_manager.target_url, protected_url)
/external/python/cpython3/Lib/test/
Dtest_urllib2.py536 self.target_url = authuri
1625 self.assertEqual(password_manager.target_url, protected_url)