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

123456

/external/curl/tests/libtest/
H A Dlib1508.c28 int test(char *URL) argument
33 (void)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
42 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib514.c26 int test(char *URL) argument
42 /* First set the URL that is about to receive our POST. */
43 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib515.c26 int test(char *URL) argument
42 /* First set the URL that is about to receive our POST. */
43 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib516.c26 int test(char *URL) argument
42 /* First set the URL that is about to receive our POST. */
43 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib517.c122 int test(char *URL) argument
126 (void)URL; /* not used */
H A Dlib519.c26 int test(char *URL) argument
42 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib520.c26 int test(char *URL) argument
42 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib521.c26 int test(char *URL) argument
42 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib523.c26 int test(char *URL) argument
43 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib524.c26 int test(char *URL) argument
42 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib542.c34 int test(char *URL) argument
61 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib549.c22 /* argv1 = URL
31 int test(char *URL) argument
48 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
62 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib590.c39 int test(char *URL) argument
55 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib598.c26 int test(char *URL) argument
42 test_setopt(curl, CURLOPT_URL, URL);
57 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 Dlib567.c29 int test(char *URL) argument
50 test_setopt(curl, CURLOPT_URL, URL);
51 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, URL);
H A Dlib1528.c27 int test(char *URL) argument
53 test_setopt(curl, CURLOPT_URL, URL);
H A Dlib512.c29 int test(char *URL) argument
48 code = curl_easy_setopt(curl2, CURLOPT_URL, URL);
H A Dlib539.c26 int test(char *URL) argument
45 * Begin with cURL set to use a single CWD to the URL's directory.
47 test_setopt(curl, CURLOPT_URL, URL);
55 * command. Alter the URL's path a bit, appending a "./". Use an innocuous
61 newURL = aprintf("%s./", URL);
H A Dlib543.c28 int test(char *URL) argument
37 (void)URL;
H A Dlib544.c40 int test(char *URL) argument
56 /* First set the URL that is about to receive our POST. */
57 test_setopt(curl, CURLOPT_URL, URL);

Completed in 347 milliseconds

123456