Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
Dlib1510.c39 char target_url[256]; in test() local
79 msnprintf(target_url, sizeof(target_url), in test()
82 target_url[sizeof(target_url) - 1] = '\0'; in test()
83 easy_setopt(curl, CURLOPT_URL, target_url); in test()
Dlib1512.c46 char target_url[256]; in test() local
64 msnprintf(target_url, sizeof(target_url), in test()
67 target_url[sizeof(target_url) - 1] = '\0'; in test()
68 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
Dlib1506.c41 char target_url[256]; in test() local
75 msnprintf(target_url, sizeof(target_url), in test()
78 target_url[sizeof(target_url) - 1] = '\0'; in test()
79 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
Dlib2402.c41 char target_url[256]; in test() local
71 msnprintf(target_url, sizeof(target_url), in test()
74 target_url[sizeof(target_url) - 1] = '\0'; in test()
75 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
Dlib2502.c41 char target_url[256]; in test() local
71 msnprintf(target_url, sizeof(target_url), in test()
74 target_url[sizeof(target_url) - 1] = '\0'; in test()
75 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
Dlib2404.c41 char target_url[256]; in test() local
71 msnprintf(target_url, sizeof(target_url), in test()
74 target_url[sizeof(target_url) - 1] = '\0'; in test()
75 easy_setopt(curl[i], CURLOPT_URL, target_url); in test()
Dlib1515.c133 char target_url[256]; in test() local
134 msnprintf(target_url, sizeof(target_url), in test()
138 res = do_one_request(multi, target_url, dns_entry); in test()
/third_party/node/src/inspector/
Dworker_inspector.h44 const std::string& target_url, in WorkerInfo()
47 url(target_url), in WorkerInfo()
/third_party/python/Lib/test/
Dtest_urllib2.py538 self.target_url = authuri
1627 self.assertEqual(password_manager.target_url, protected_url)