Home | History | Annotate | Download | only in libtest

Lines Matching refs:URL

30   char *url;
112 curl_easy_setopt(curl, CURLOPT_URL, tdata->url);
119 fprintf(stderr, "perform url '%s' repeat %d failed, curlcode %d\n",
120 tdata->url, i, (int)code);
130 int test(char *URL)
134 char *url;
191 tdata.url = URL;
210 url = URL;
211 test_setopt(curl, CURLOPT_URL, url);