Searched refs:target_url (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib1510.c37 char target_url[256]; local
76 sprintf(target_url, "http://server%d.example.com:%s/path/1510%04i",
78 target_url[sizeof(target_url) - 1] = '\0';
79 easy_setopt(curl, CURLOPT_URL, target_url);
H A Dlib1512.c44 char target_url[256]; local
61 sprintf(target_url, "http://server.example.curl:%s/path/1512%04i",
63 target_url[sizeof(target_url) - 1] = '\0';
64 easy_setopt(curl[i], CURLOPT_URL, target_url);
H A Dlib530.c39 char target_url[256]; local
56 sprintf(target_url, "%s%04i", URL, i + 1);
57 target_url[sizeof(target_url) - 1] = '\0';
58 easy_setopt(curl[i], CURLOPT_URL, target_url);
H A Dlib1506.c39 char target_url[256]; local
72 sprintf(target_url, "http://server%d.example.com:%s/path/1506%04i",
74 target_url[sizeof(target_url) - 1] = '\0';
75 easy_setopt(curl[i], CURLOPT_URL, target_url);
H A Dlib1515.c135 char target_url[256]; local
136 snprintf(target_url, sizeof(target_url), "http://testserver.example.com:%s%s%04d", port, path, i);
139 if((res = do_one_request(multi, target_url, dns_entry)))

Completed in 50 milliseconds