Searched defs:URL (Results 1 - 25 of 175) sorted by relevance

1234567

/external/curl/tests/libtest/
H A Dlib1508.c28 int test(char *URL) argument
33 (void)URL;
H A Dlib1551.c28 int test(char *URL) argument
36 curl_easy_setopt(curl, CURLOPT_URL, URL);
H A Dlib501.c26 int test(char *URL) argument
31 (void)URL; /* we don't use this */
H A Dlib511.c26 int test(char *URL) argument
43 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib514.c26 int test(char *URL) argument
43 /* First set the URL that is about to receive our POST. */
44 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib515.c26 int test(char *URL) argument
43 /* First set the URL that is about to receive our POST. */
44 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib516.c26 int test(char *URL) argument
43 /* First set the URL that is about to receive our POST. */
44 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib517.c128 int test(char *URL) argument
132 (void)URL; /* not used */
H A Dlib519.c26 int test(char *URL) argument
43 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib520.c26 int test(char *URL) argument
43 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib521.c26 int test(char *URL) argument
43 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib523.c26 int test(char *URL) argument
44 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib524.c26 int test(char *URL) argument
43 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib542.c34 int test(char *URL) argument
62 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib549.c22 /* argv1 = URL
31 int test(char *URL) argument
49 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib559.c27 int test(char *URL) argument
44 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib562.c33 59. If the CURLOPT_PORT option is used on an FTP URL like
38 int test(char *URL) argument
63 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib589.c26 int test(char *URL) argument
43 /* First set the URL that is about to receive our POST. */
44 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib590.c39 int test(char *URL) argument
56 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib598.c26 int test(char *URL) argument
43 test_setopt(curl, CURLOPT_URL, URL);
58 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib1511.c26 int test(char *URL) argument
36 easy_setopt(curl, CURLOPT_URL, URL);
H A Dlib1529.c27 int test(char *URL) argument
32 snprintf(bURL, sizeof(bURL), "%s HTTP/1.1\r\nGET http://1529.com/1529", URL);
H A Dlib1532.c28 int test(char *URL) argument
38 easy_setopt(curl, CURLOPT_URL, URL);
H A Dlib567.c29 int test(char *URL) argument
51 test_setopt(curl, CURLOPT_URL, URL);
52 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, URL);
H A Dlib1528.c27 int test(char *URL) argument
54 test_setopt(curl, CURLOPT_URL, URL);

Completed in 198 milliseconds

1234567