HomeSort by relevance Sort by last modified time
    Searched refs:URL (Results 251 - 275 of 1264) sorted by null

<<11121314151617181920>>

  /external/curl/docs/cmdline-opts/
xattr.d 5 metadata in extended file attributes. Currently, the URL is stored in the
6 xdg.origin.url attribute and, for HTTP, the content type is stored in
  /external/curl/tests/libtest/
lib1501.c 36 int test(char *URL)
49 easy_setopt(handle, CURLOPT_URL, URL);
lib1510.c 32 int test(char *URL)
43 (void)URL;
lib1512.c 35 int test(char *URL)
45 (void)URL; /* URL is setup in the code */
lib1517.c 54 int test(char *URL)
76 /* First set the URL that is about to receive our POST. */
77 test_setopt(curl, CURLOPT_URL, URL);
lib1520.c 72 int test(char *URL)
96 test_setopt(curl, CURLOPT_URL, URL);
lib1525.c 47 int test(char *URL)
72 test_setopt(curl, CURLOPT_URL, URL);
lib1527.c 46 int test(char *URL)
75 test_setopt(curl, CURLOPT_URL, URL);
lib1537.c 26 int test(char *URL)
36 (void)URL; /* we don't use this */
lib1552.c 30 int test(char *URL)
48 easy_setopt(curls, CURLOPT_URL, URL);
lib1553.c 43 int test(char *URL)
67 easy_setopt(curls, CURLOPT_URL, URL);
lib1554.c 44 int test(char *URL)
70 curl_easy_setopt(curl, CURLOPT_URL, URL);
lib503.c 38 int test(char *URL)
52 easy_setopt(c, CURLOPT_URL, URL);
lib504.c 37 int test(char *URL)
55 easy_setopt(c, CURLOPT_URL, URL);
lib507.c 30 int test(char *URL)
47 easy_setopt(curls, CURLOPT_URL, URL);
lib508.c 50 int test(char *URL)
72 /* First set the URL that is about to receive our POST. */
73 test_setopt(curl, CURLOPT_URL, URL);
lib530.c 32 int test(char *URL)
56 snprintf(target_url, sizeof(target_url), "%s%04i", URL, i + 1);
72 fprintf(stderr, "Start at URL 0\n");
lib533.c 34 int test(char *URL)
48 easy_setopt(curl, CURLOPT_URL, URL);
56 fprintf(stderr, "Start at URL 0\n");
72 fprintf(stderr, "Advancing to URL 1\n");
lib541.c 34 int test(char *URL)
43 fprintf(stderr, "Usage: <url> <file-to-upload>\n");
94 test_setopt(curl, CURLOPT_URL, URL);
lib560.c 40 int test(char *URL)
57 easy_setopt(http_handle, CURLOPT_URL, URL);
lib564.c 32 int test(char *URL)
45 easy_setopt(curl, CURLOPT_URL, URL);
54 fprintf(stderr, "Start at URL 0\n");
lib573.c 32 * Get a single URL without select().
35 int test(char *URL)
56 easy_setopt(c, CURLOPT_URL, URL);
lib575.c 38 int test(char *URL)
52 easy_setopt(handle, CURLOPT_URL, URL);
lib578.c 51 int test(char *URL)
68 /* First set the URL that is about to receive our POST. */
69 test_setopt(curl, CURLOPT_URL, URL);
lib599.c 42 int test(char *URL)
60 /* First set the URL that is about to receive our POST. */
61 test_setopt(curl, CURLOPT_URL, URL);

Completed in 531 milliseconds

<<11121314151617181920>>