HomeSort by relevance Sort by last modified time
    Searched refs:easy_setopt (Results 1 - 25 of 39) sorted by null

1 2

  /external/curl/tests/libtest/
lib1513.c 57 easy_setopt(curl, CURLOPT_URL, URL);
58 easy_setopt(curl, CURLOPT_TIMEOUT, (long)7);
59 easy_setopt(curl, CURLOPT_NOSIGNAL, (long)1);
60 easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, progressKiller);
61 easy_setopt(curl, CURLOPT_PROGRESSDATA, NULL);
62 easy_setopt(curl, CURLOPT_NOPROGRESS, (long)0);
lib583.c 46 easy_setopt(curl, CURLOPT_USERPWD, libtest_arg2);
47 easy_setopt(curl, CURLOPT_SSH_PUBLIC_KEYFILE, "curl_client_key.pub");
48 easy_setopt(curl, CURLOPT_SSH_PRIVATE_KEYFILE, "curl_client_key");
50 easy_setopt(curl, CURLOPT_UPLOAD, 1L);
51 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
53 easy_setopt(curl, CURLOPT_URL, URL);
54 easy_setopt(curl, CURLOPT_INFILESIZE, (long)5);
lib1511.c 36 easy_setopt(curl, CURLOPT_URL, URL);
37 easy_setopt(curl, CURLOPT_HEADER, 1L);
38 easy_setopt(curl, CURLOPT_TIMECONDITION, (long)CURL_TIMECOND_IFMODSINCE);
41 easy_setopt(curl, CURLOPT_TIMEVALUE, 1566210680L);
54 easy_setopt(curl, CURLOPT_TIMEVALUE, 1L);
lib653.c 44 easy_setopt(curls, CURLOPT_URL, URL);
45 easy_setopt(curls, CURLOPT_HEADER, 1L);
46 easy_setopt(curls, CURLOPT_VERBOSE, 1L);
47 easy_setopt(curls, CURLOPT_MIMEPOST, mime);
48 easy_setopt(curls, CURLOPT_NOPROGRESS, 1L);
lib555.c 90 easy_setopt(curl, CURLOPT_URL, URL);
91 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
92 easy_setopt(curl, CURLOPT_HEADER, 1L);
95 easy_setopt(curl, CURLOPT_IOCTLFUNCTION, ioctlcallback);
96 easy_setopt(curl, CURLOPT_IOCTLDATA, &counter);
97 easy_setopt(curl, CURLOPT_READFUNCTION, readcallback);
98 easy_setopt(curl, CURLOPT_READDATA, &counter);
101 easy_setopt(curl, CURLOPT_POSTFIELDSIZE, (long)strlen(UPLOADTHIS));
103 easy_setopt(curl, CURLOPT_POST, 1L);
106 easy_setopt(curl, CURLOPT_TRANSFERTEXT, 1L)
    [all...]
lib1553.c 67 easy_setopt(curls, CURLOPT_URL, URL);
68 easy_setopt(curls, CURLOPT_HEADER, 1L);
69 easy_setopt(curls, CURLOPT_VERBOSE, 1L);
70 easy_setopt(curls, CURLOPT_MIMEPOST, mime);
71 easy_setopt(curls, CURLOPT_USERPWD, "u:s");
72 easy_setopt(curls, CURLOPT_XFERINFOFUNCTION, xferinfo);
73 easy_setopt(curls, CURLOPT_NOPROGRESS, 1L);
lib503.c 51 easy_setopt(c, CURLOPT_PROXY, libtest_arg2); /* set in first.c */
52 easy_setopt(c, CURLOPT_URL, URL);
53 easy_setopt(c, CURLOPT_USERPWD, "test:ing");
54 easy_setopt(c, CURLOPT_PROXYUSERPWD, "test:ing");
55 easy_setopt(c, CURLOPT_HTTPPROXYTUNNEL, 1L);
56 easy_setopt(c, CURLOPT_HEADER, 1L);
57 easy_setopt(c, CURLOPT_VERBOSE, 1L);
lib1514.c 66 easy_setopt(curl, CURLOPT_URL, URL);
67 easy_setopt(curl, CURLOPT_POST, 1L);
69 easy_setopt(curl, CURLOPT_READFUNCTION, read_callback);
70 easy_setopt(curl, CURLOPT_READDATA, &pooh);
lib1540.c 100 easy_setopt(curls, CURLOPT_URL, URL);
101 easy_setopt(curls, CURLOPT_WRITEFUNCTION, write_callback);
102 easy_setopt(curls, CURLOPT_WRITEDATA, &st);
103 easy_setopt(curls, CURLOPT_HEADERFUNCTION, header_callback);
104 easy_setopt(curls, CURLOPT_HEADERDATA, &st);
106 easy_setopt(curls, CURLOPT_XFERINFOFUNCTION, please_continue);
107 easy_setopt(curls, CURLOPT_XFERINFODATA, &st);
108 easy_setopt(curls, CURLOPT_NOPROGRESS, 0L);
lib533.c 48 easy_setopt(curl, CURLOPT_URL, URL);
49 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
50 easy_setopt(curl, CURLOPT_FAILONERROR, 1L);
79 easy_setopt(curl, CURLOPT_URL, libtest_arg2);
80 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
81 easy_setopt(curl, CURLOPT_FAILONERROR, 1L);
lib1509.c 44 easy_setopt(curl, CURLOPT_PROXY, libtest_arg2); /* set in first.c */
46 easy_setopt(curl, CURLOPT_WRITEFUNCTION, *WriteOutput);
47 easy_setopt(curl, CURLOPT_HEADERFUNCTION, *WriteHeader);
49 easy_setopt(curl, CURLOPT_HEADER, 1L);
50 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
51 easy_setopt(curl, CURLOPT_URL, URL);
52 easy_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, 1L);
lib1510.c 66 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
68 easy_setopt(curl, CURLOPT_HEADER, 1L);
70 easy_setopt(curl, CURLOPT_RESOLVE, slist);
72 easy_setopt(curl, CURLOPT_MAXCONNECTS, 3L);
81 easy_setopt(curl, CURLOPT_URL, target_url);
lib1512.c 66 easy_setopt(curl[i], CURLOPT_URL, target_url);
68 easy_setopt(curl[i], CURLOPT_VERBOSE, 1L);
70 easy_setopt(curl[i], CURLOPT_HEADER, 1L);
72 easy_setopt(curl[i], CURLOPT_DNS_USE_GLOBAL_CACHE, 1L);
76 easy_setopt(curl[0], CURLOPT_RESOLVE, slist);
lib573.c 55 easy_setopt(c, CURLOPT_HEADER, 1L);
56 easy_setopt(c, CURLOPT_URL, URL);
60 easy_setopt(c, CURLOPT_DEBUGDATA, &libtest_debug_config);
61 easy_setopt(c, CURLOPT_DEBUGFUNCTION, libtest_debug_cb);
62 easy_setopt(c, CURLOPT_VERBOSE, 1L);
lib525.c 83 easy_setopt(curl, CURLOPT_UPLOAD, 1L);
86 easy_setopt(curl, CURLOPT_URL, URL);
89 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
92 easy_setopt(curl, CURLOPT_FTPPORT, "-");
95 easy_setopt(curl, CURLOPT_READDATA, hd_src);
106 easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, (curl_off_t)file_info.st_size);
lib591.c 65 easy_setopt(easy, CURLOPT_VERBOSE, 1L);
68 easy_setopt(easy, CURLOPT_URL, URL);
71 easy_setopt(easy, CURLOPT_UPLOAD, 1L);
74 easy_setopt(easy, CURLOPT_READDATA, upload);
77 easy_setopt(easy, CURLOPT_FTPPORT, "-");
80 easy_setopt(easy, CURLOPT_ACCEPTTIMEOUT_MS,
lib597.c 69 easy_setopt(easy, CURLOPT_VERBOSE, 1L);
72 easy_setopt(easy, CURLOPT_URL, URL);
76 easy_setopt(easy, CURLOPT_CONNECT_ONLY, 1L);
80 easy_setopt(easy, CURLOPT_CONNECT_ONLY, 0L);
81 easy_setopt(easy, CURLOPT_NOBODY, 1L);
82 easy_setopt(easy, CURLOPT_FORBID_REUSE, 1L);
lib1552.c 48 easy_setopt(curls, CURLOPT_URL, URL);
49 easy_setopt(curls, CURLOPT_HEADER, 1L);
50 easy_setopt(curls, CURLOPT_VERBOSE, 1L);
51 easy_setopt(curls, CURLOPT_USERPWD, "u:s");
lib560.c 57 easy_setopt(http_handle, CURLOPT_URL, URL);
58 easy_setopt(http_handle, CURLOPT_HEADER, 1L);
59 easy_setopt(http_handle, CURLOPT_SSL_VERIFYPEER, 0L);
60 easy_setopt(http_handle, CURLOPT_SSL_VERIFYHOST, 0L);
lib564.c 45 easy_setopt(curl, CURLOPT_URL, URL);
46 easy_setopt(curl, CURLOPT_VERBOSE, 1L);
47 easy_setopt(curl, CURLOPT_PROXY, libtest_arg2);
48 easy_setopt(curl, CURLOPT_PROXYTYPE, (long)CURLPROXY_SOCKS4);
libntlmconnect.c 139 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM);
143 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
145 easy_setopt(easy[num_handles], CURLOPT_FRESH_CONNECT, 1L);
146 easy_setopt(easy[num_handles], CURLOPT_URL, full_url);
147 easy_setopt(easy[num_handles], CURLOPT_VERBOSE, 1L);
148 easy_setopt(easy[num_handles], CURLOPT_HTTPGET, 1L);
149 easy_setopt(easy[num_handles], CURLOPT_USERPWD, "testuser:testpass");
150 easy_setopt(easy[num_handles], CURLOPT_WRITEFUNCTION, callback);
151 easy_setopt(easy[num_handles], CURLOPT_WRITEDATA, easy + num_handles);
152 easy_setopt(easy[num_handles], CURLOPT_HEADER, 1L)
    [all...]
lib536.c 94 easy_setopt(easy, CURLOPT_WRITEFUNCTION, fwrite);
95 easy_setopt(easy, CURLOPT_FAILONERROR, 1L);
96 easy_setopt(easy, CURLOPT_URL, URL);
114 easy_setopt(easy, CURLOPT_FAILONERROR, 1L);
115 easy_setopt(easy, CURLOPT_URL, libtest_arg2);
lib1500.c 47 easy_setopt(curls, CURLOPT_URL, URL);
48 easy_setopt(curls, CURLOPT_HEADER, 1L);
lib1506.c 77 easy_setopt(curl[i], CURLOPT_URL, target_url);
79 easy_setopt(curl[i], CURLOPT_VERBOSE, 1L);
81 easy_setopt(curl[i], CURLOPT_HEADER, 1L);
83 easy_setopt(curl[i], CURLOPT_RESOLVE, slist);
lib526.c 73 easy_setopt(curl[i], CURLOPT_URL, URL);
75 easy_setopt(curl[i], CURLOPT_VERBOSE, 1L);
113 easy_setopt(curl[0], CURLOPT_URL, URL);
115 easy_setopt(curl[0], CURLOPT_VERBOSE, 1L);

Completed in 93 milliseconds

1 2