/external/curl/tests/libtest/ |
H A D | lib1508.c | 28 int test(char *URL) argument 33 (void)URL;
|
H A D | lib501.c | 26 int test(char *URL) argument 31 (void)URL; /* we don't use this */
|
H A D | lib511.c | 26 int test(char *URL) argument 42 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib514.c | 26 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 D | lib515.c | 26 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 D | lib516.c | 26 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 D | lib517.c | 122 int test(char *URL) argument 126 (void)URL; /* not used */
|
H A D | lib519.c | 26 int test(char *URL) argument 42 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib520.c | 26 int test(char *URL) argument 42 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib521.c | 26 int test(char *URL) argument 42 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib523.c | 26 int test(char *URL) argument 43 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib524.c | 26 int test(char *URL) argument 42 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib542.c | 34 int test(char *URL) argument 61 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib549.c | 22 /* argv1 = URL 31 int test(char *URL) argument 48 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib562.c | 33 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 D | lib590.c | 39 int test(char *URL) argument 55 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib598.c | 26 int test(char *URL) argument 42 test_setopt(curl, CURLOPT_URL, URL); 57 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib1511.c | 26 int test(char *URL) argument 36 easy_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib1529.c | 27 int test(char *URL) argument 32 snprintf(bURL, sizeof(bURL), "%s HTTP/1.1\r\nGET http://1529.com/1529", URL);
|
H A D | lib567.c | 29 int test(char *URL) argument 50 test_setopt(curl, CURLOPT_URL, URL); 51 test_setopt(curl, CURLOPT_RTSP_STREAM_URI, URL);
|
H A D | lib1528.c | 27 int test(char *URL) argument 53 test_setopt(curl, CURLOPT_URL, URL);
|
H A D | lib512.c | 29 int test(char *URL) argument 48 code = curl_easy_setopt(curl2, CURLOPT_URL, URL);
|
H A D | lib539.c | 26 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 D | lib543.c | 28 int test(char *URL) argument 37 (void)URL;
|
H A D | lib544.c | 40 int test(char *URL) argument 56 /* First set the URL that is about to receive our POST. */ 57 test_setopt(curl, CURLOPT_URL, URL);
|