Searched refs:target_url (Results 1 – 8 of 8) sorted by relevance
/external/curl/tests/libtest/ |
D | lib1510.c | 37 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()
|
D | lib1512.c | 44 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()
|
D | lib1506.c | 39 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()
|
D | lib1515.c | 135 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/ |
D | coverage.py | 52 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/ |
D | wrapper.py | 174 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/ |
D | test_urllib2.py | 456 self.target_url = authuri 1246 self.assertEqual(password_manager.target_url, protected_url)
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2.py | 536 self.target_url = authuri 1625 self.assertEqual(password_manager.target_url, protected_url)
|