blob: 186013ac68c8c01aa6d6a2f859f564c1f1f97ce4 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/***************************************************************************
2 * _ _ ____ _
3 * Project ___| | | | _ \| |
4 * / __| | | | |_) | |
5 * | (__| |_| | _ <| |___
6 * \___|\___/|_| \_\_____|
7 *
8 * Copyright (C) 2017, Daniel Stenberg, <daniel.se>, et al.
9 *
10 * This software is licensed as described in the file COPYING, which
11 * you should have received as part of this distribution. The terms
12 * are also available at https://curl.haxx.se/docs/copyright.html.
13 *
14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
15 * copies of the Software, and permit persons to whom the Software is
16 * furnished to do so, under the terms of the COPYING file.
17 *
18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 * KIND, either express or implied.
20 *
21 ***************************************************************************/
22#include "test.h"
23#include "memdebug.h"
24#include <limits.h>
25
26/* This source code is generated by mk-lib1521.pl ! */
27
28struct data {
29 char *blaha;
30};
31
32#define LO LONG_MIN
33#define HI LONG_MAX
34#define OFF_VAL (curl_off_t) 3123123123
35#define OFF_LO (curl_off_t) LO
36#define OFF_HI (curl_off_t) HI
37#define OFF_NO (curl_off_t) 0
38
39static size_t writecb(char *buffer, size_t size, size_t nitems,
40 void *outstream)
41{
42 (void)buffer;
43 (void)size;
44 (void)nitems;
45 (void)outstream;
46 return 0;
47}
48
49static size_t readcb(char *buffer,
50 size_t size,
51 size_t nitems,
52 void *instream)
53{
54 (void)buffer;
55 (void)size;
56 (void)nitems;
57 (void)instream;
58 return 0;
59}
60
61curl_progress_callback progresscb;
62curl_write_callback headercb;
63curl_debug_callback debugcb;
64curl_ssl_ctx_callback ssl_ctx_cb;
65curl_ioctl_callback ioctlcb;
66curl_sockopt_callback sockoptcb;
67curl_opensocket_callback opensocketcb;
68curl_seek_callback seekcb;
69curl_sshkeycallback ssh_keycb;
70curl_chunk_bgn_callback chunk_bgn_cb;
71curl_chunk_end_callback chunk_end_cb;
72curl_fnmatch_callback fnmatch_cb;
73curl_closesocket_callback closesocketcb;
74curl_xferinfo_callback xferinfocb;
75
76int test(char *URL)
77{
78 int res = 0;
79 CURL *curl = NULL;
80 CURL *dep = NULL;
81 CURLSH *share = NULL;
82 char errorbuffer[CURL_ERROR_SIZE];
83 void *conv_from_network_cb = NULL;
84 void *conv_to_network_cb = NULL;
85 void *conv_from_utf8_cb = NULL;
86 void *interleavecb = NULL;
87 char *stringpointerextra=(char *)"moooo";
88 struct curl_slist *slist=NULL;
89 struct curl_httppost *httppost=NULL;
90 FILE *stream = stderr;
91 struct data object;
92 (void)URL; /* not used */
93 easy_init(dep);
94 easy_init(curl);
95 share = curl_share_init();
96 if(!share) {
97 res = CURLE_OUT_OF_MEMORY;
98 goto test_cleanup;
99 }
100
101 (void)curl_easy_setopt(curl, CURLOPT_WRITEDATA, &object);
102 (void)curl_easy_setopt(curl, CURLOPT_WRITEDATA, NULL);
103 (void)curl_easy_setopt(curl, CURLOPT_URL, "string");
104 (void)curl_easy_setopt(curl, CURLOPT_URL, NULL);
105 (void)curl_easy_setopt(curl, CURLOPT_PORT, 0L);
106 (void)curl_easy_setopt(curl, CURLOPT_PORT, 22L);
107 (void)curl_easy_setopt(curl, CURLOPT_PORT, LO);
108 (void)curl_easy_setopt(curl, CURLOPT_PORT, HI);
109 (void)curl_easy_setopt(curl, CURLOPT_PROXY, "string");
110 (void)curl_easy_setopt(curl, CURLOPT_PROXY, NULL);
111 (void)curl_easy_setopt(curl, CURLOPT_USERPWD, "string");
112 (void)curl_easy_setopt(curl, CURLOPT_USERPWD, NULL);
113 (void)curl_easy_setopt(curl, CURLOPT_PROXYUSERPWD, "string");
114 (void)curl_easy_setopt(curl, CURLOPT_PROXYUSERPWD, NULL);
115 (void)curl_easy_setopt(curl, CURLOPT_RANGE, "string");
116 (void)curl_easy_setopt(curl, CURLOPT_RANGE, NULL);
117 (void)curl_easy_setopt(curl, CURLOPT_READDATA, &object);
118 (void)curl_easy_setopt(curl, CURLOPT_READDATA, NULL);
119 (void)curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, errorbuffer);
120 (void)curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, NULL);
121 (void)curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION,
122 writecb);
123 (void)curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, NULL);
124 (void)curl_easy_setopt(curl, CURLOPT_READFUNCTION,
125 readcb);
126 (void)curl_easy_setopt(curl, CURLOPT_READFUNCTION, NULL);
127 (void)curl_easy_setopt(curl, CURLOPT_TIMEOUT, 0L);
128 (void)curl_easy_setopt(curl, CURLOPT_TIMEOUT, 22L);
129 (void)curl_easy_setopt(curl, CURLOPT_TIMEOUT, LO);
130 (void)curl_easy_setopt(curl, CURLOPT_TIMEOUT, HI);
131 (void)curl_easy_setopt(curl, CURLOPT_INFILESIZE, 0L);
132 (void)curl_easy_setopt(curl, CURLOPT_INFILESIZE, 22L);
133 (void)curl_easy_setopt(curl, CURLOPT_INFILESIZE, LO);
134 (void)curl_easy_setopt(curl, CURLOPT_INFILESIZE, HI);
135 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDS, stringpointerextra);
136 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDS, NULL);
137 (void)curl_easy_setopt(curl, CURLOPT_REFERER, "string");
138 (void)curl_easy_setopt(curl, CURLOPT_REFERER, NULL);
139 (void)curl_easy_setopt(curl, CURLOPT_FTPPORT, "string");
140 (void)curl_easy_setopt(curl, CURLOPT_FTPPORT, NULL);
141 (void)curl_easy_setopt(curl, CURLOPT_USERAGENT, "string");
142 (void)curl_easy_setopt(curl, CURLOPT_USERAGENT, NULL);
143 (void)curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, 0L);
144 (void)curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, 22L);
145 (void)curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, LO);
146 (void)curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, HI);
147 (void)curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, 0L);
148 (void)curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, 22L);
149 (void)curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, LO);
150 (void)curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, HI);
151 (void)curl_easy_setopt(curl, CURLOPT_RESUME_FROM, 0L);
152 (void)curl_easy_setopt(curl, CURLOPT_RESUME_FROM, 22L);
153 (void)curl_easy_setopt(curl, CURLOPT_RESUME_FROM, LO);
154 (void)curl_easy_setopt(curl, CURLOPT_RESUME_FROM, HI);
155 (void)curl_easy_setopt(curl, CURLOPT_COOKIE, "string");
156 (void)curl_easy_setopt(curl, CURLOPT_COOKIE, NULL);
157 (void)curl_easy_setopt(curl, CURLOPT_HTTPHEADER, slist);
158 (void)curl_easy_setopt(curl, CURLOPT_HTTPHEADER, NULL);
159 (void)curl_easy_setopt(curl, CURLOPT_HTTPPOST, httppost);
160 (void)curl_easy_setopt(curl, CURLOPT_HTTPPOST, NULL);
161 (void)curl_easy_setopt(curl, CURLOPT_SSLCERT, "string");
162 (void)curl_easy_setopt(curl, CURLOPT_SSLCERT, NULL);
163 (void)curl_easy_setopt(curl, CURLOPT_KEYPASSWD, "string");
164 (void)curl_easy_setopt(curl, CURLOPT_KEYPASSWD, NULL);
165 (void)curl_easy_setopt(curl, CURLOPT_CRLF, 0L);
166 (void)curl_easy_setopt(curl, CURLOPT_CRLF, 22L);
167 (void)curl_easy_setopt(curl, CURLOPT_CRLF, LO);
168 (void)curl_easy_setopt(curl, CURLOPT_CRLF, HI);
169 (void)curl_easy_setopt(curl, CURLOPT_QUOTE, slist);
170 (void)curl_easy_setopt(curl, CURLOPT_QUOTE, NULL);
171 (void)curl_easy_setopt(curl, CURLOPT_HEADERDATA, &object);
172 (void)curl_easy_setopt(curl, CURLOPT_HEADERDATA, NULL);
173 (void)curl_easy_setopt(curl, CURLOPT_COOKIEFILE, "string");
174 (void)curl_easy_setopt(curl, CURLOPT_COOKIEFILE, NULL);
175 (void)curl_easy_setopt(curl, CURLOPT_SSLVERSION, 0L);
176 (void)curl_easy_setopt(curl, CURLOPT_SSLVERSION, 22L);
177 (void)curl_easy_setopt(curl, CURLOPT_SSLVERSION, LO);
178 (void)curl_easy_setopt(curl, CURLOPT_SSLVERSION, HI);
179 (void)curl_easy_setopt(curl, CURLOPT_TIMECONDITION, 0L);
180 (void)curl_easy_setopt(curl, CURLOPT_TIMECONDITION, 22L);
181 (void)curl_easy_setopt(curl, CURLOPT_TIMECONDITION, LO);
182 (void)curl_easy_setopt(curl, CURLOPT_TIMECONDITION, HI);
183 (void)curl_easy_setopt(curl, CURLOPT_TIMEVALUE, 0L);
184 (void)curl_easy_setopt(curl, CURLOPT_TIMEVALUE, 22L);
185 (void)curl_easy_setopt(curl, CURLOPT_TIMEVALUE, LO);
186 (void)curl_easy_setopt(curl, CURLOPT_TIMEVALUE, HI);
187 (void)curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "string");
188 (void)curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, NULL);
189 (void)curl_easy_setopt(curl, CURLOPT_STDERR, stream);
190 (void)curl_easy_setopt(curl, CURLOPT_STDERR, NULL);
191 (void)curl_easy_setopt(curl, CURLOPT_POSTQUOTE, slist);
192 (void)curl_easy_setopt(curl, CURLOPT_POSTQUOTE, NULL);
193 (void)curl_easy_setopt(curl, CURLOPT_OBSOLETE40, &object);
194 (void)curl_easy_setopt(curl, CURLOPT_OBSOLETE40, NULL);
195 (void)curl_easy_setopt(curl, CURLOPT_VERBOSE, 0L);
196 (void)curl_easy_setopt(curl, CURLOPT_VERBOSE, 22L);
197 (void)curl_easy_setopt(curl, CURLOPT_VERBOSE, LO);
198 (void)curl_easy_setopt(curl, CURLOPT_VERBOSE, HI);
199 (void)curl_easy_setopt(curl, CURLOPT_HEADER, 0L);
200 (void)curl_easy_setopt(curl, CURLOPT_HEADER, 22L);
201 (void)curl_easy_setopt(curl, CURLOPT_HEADER, LO);
202 (void)curl_easy_setopt(curl, CURLOPT_HEADER, HI);
203 (void)curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0L);
204 (void)curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 22L);
205 (void)curl_easy_setopt(curl, CURLOPT_NOPROGRESS, LO);
206 (void)curl_easy_setopt(curl, CURLOPT_NOPROGRESS, HI);
207 (void)curl_easy_setopt(curl, CURLOPT_NOBODY, 0L);
208 (void)curl_easy_setopt(curl, CURLOPT_NOBODY, 22L);
209 (void)curl_easy_setopt(curl, CURLOPT_NOBODY, LO);
210 (void)curl_easy_setopt(curl, CURLOPT_NOBODY, HI);
211 (void)curl_easy_setopt(curl, CURLOPT_FAILONERROR, 0L);
212 (void)curl_easy_setopt(curl, CURLOPT_FAILONERROR, 22L);
213 (void)curl_easy_setopt(curl, CURLOPT_FAILONERROR, LO);
214 (void)curl_easy_setopt(curl, CURLOPT_FAILONERROR, HI);
215 (void)curl_easy_setopt(curl, CURLOPT_UPLOAD, 0L);
216 (void)curl_easy_setopt(curl, CURLOPT_UPLOAD, 22L);
217 (void)curl_easy_setopt(curl, CURLOPT_UPLOAD, LO);
218 (void)curl_easy_setopt(curl, CURLOPT_UPLOAD, HI);
219 (void)curl_easy_setopt(curl, CURLOPT_POST, 0L);
220 (void)curl_easy_setopt(curl, CURLOPT_POST, 22L);
221 (void)curl_easy_setopt(curl, CURLOPT_POST, LO);
222 (void)curl_easy_setopt(curl, CURLOPT_POST, HI);
223 (void)curl_easy_setopt(curl, CURLOPT_DIRLISTONLY, 0L);
224 (void)curl_easy_setopt(curl, CURLOPT_DIRLISTONLY, 22L);
225 (void)curl_easy_setopt(curl, CURLOPT_DIRLISTONLY, LO);
226 (void)curl_easy_setopt(curl, CURLOPT_DIRLISTONLY, HI);
227 (void)curl_easy_setopt(curl, CURLOPT_APPEND, 0L);
228 (void)curl_easy_setopt(curl, CURLOPT_APPEND, 22L);
229 (void)curl_easy_setopt(curl, CURLOPT_APPEND, LO);
230 (void)curl_easy_setopt(curl, CURLOPT_APPEND, HI);
231 (void)curl_easy_setopt(curl, CURLOPT_NETRC, 0L);
232 (void)curl_easy_setopt(curl, CURLOPT_NETRC, 22L);
233 (void)curl_easy_setopt(curl, CURLOPT_NETRC, LO);
234 (void)curl_easy_setopt(curl, CURLOPT_NETRC, HI);
235 (void)curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 0L);
236 (void)curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 22L);
237 (void)curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, LO);
238 (void)curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, HI);
239 (void)curl_easy_setopt(curl, CURLOPT_TRANSFERTEXT, 0L);
240 (void)curl_easy_setopt(curl, CURLOPT_TRANSFERTEXT, 22L);
241 (void)curl_easy_setopt(curl, CURLOPT_TRANSFERTEXT, LO);
242 (void)curl_easy_setopt(curl, CURLOPT_TRANSFERTEXT, HI);
243 (void)curl_easy_setopt(curl, CURLOPT_PUT, 0L);
244 (void)curl_easy_setopt(curl, CURLOPT_PUT, 22L);
245 (void)curl_easy_setopt(curl, CURLOPT_PUT, LO);
246 (void)curl_easy_setopt(curl, CURLOPT_PUT, HI);
247 (void)curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION,
248 progresscb);
249 (void)curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, NULL);
250 (void)curl_easy_setopt(curl, CURLOPT_PROGRESSDATA, &object);
251 (void)curl_easy_setopt(curl, CURLOPT_PROGRESSDATA, NULL);
252 (void)curl_easy_setopt(curl, CURLOPT_AUTOREFERER, 0L);
253 (void)curl_easy_setopt(curl, CURLOPT_AUTOREFERER, 22L);
254 (void)curl_easy_setopt(curl, CURLOPT_AUTOREFERER, LO);
255 (void)curl_easy_setopt(curl, CURLOPT_AUTOREFERER, HI);
256 (void)curl_easy_setopt(curl, CURLOPT_PROXYPORT, 0L);
257 (void)curl_easy_setopt(curl, CURLOPT_PROXYPORT, 22L);
258 (void)curl_easy_setopt(curl, CURLOPT_PROXYPORT, LO);
259 (void)curl_easy_setopt(curl, CURLOPT_PROXYPORT, HI);
260 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, 0L);
261 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, 22L);
262 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, LO);
263 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, HI);
264 (void)curl_easy_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, 0L);
265 (void)curl_easy_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, 22L);
266 (void)curl_easy_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, LO);
267 (void)curl_easy_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, HI);
268 (void)curl_easy_setopt(curl, CURLOPT_INTERFACE, "string");
269 (void)curl_easy_setopt(curl, CURLOPT_INTERFACE, NULL);
270 (void)curl_easy_setopt(curl, CURLOPT_KRBLEVEL, "string");
271 (void)curl_easy_setopt(curl, CURLOPT_KRBLEVEL, NULL);
272 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L);
273 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 22L);
274 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, LO);
275 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, HI);
276 (void)curl_easy_setopt(curl, CURLOPT_CAINFO, "string");
277 (void)curl_easy_setopt(curl, CURLOPT_CAINFO, NULL);
278 (void)curl_easy_setopt(curl, CURLOPT_MAXREDIRS, 0L);
279 (void)curl_easy_setopt(curl, CURLOPT_MAXREDIRS, 22L);
280 (void)curl_easy_setopt(curl, CURLOPT_MAXREDIRS, LO);
281 (void)curl_easy_setopt(curl, CURLOPT_MAXREDIRS, HI);
282 (void)curl_easy_setopt(curl, CURLOPT_FILETIME, 0L);
283 (void)curl_easy_setopt(curl, CURLOPT_FILETIME, 22L);
284 (void)curl_easy_setopt(curl, CURLOPT_FILETIME, LO);
285 (void)curl_easy_setopt(curl, CURLOPT_FILETIME, HI);
286 (void)curl_easy_setopt(curl, CURLOPT_TELNETOPTIONS, slist);
287 (void)curl_easy_setopt(curl, CURLOPT_TELNETOPTIONS, NULL);
288 (void)curl_easy_setopt(curl, CURLOPT_MAXCONNECTS, 0L);
289 (void)curl_easy_setopt(curl, CURLOPT_MAXCONNECTS, 22L);
290 (void)curl_easy_setopt(curl, CURLOPT_MAXCONNECTS, LO);
291 (void)curl_easy_setopt(curl, CURLOPT_MAXCONNECTS, HI);
292 (void)curl_easy_setopt(curl, CURLOPT_OBSOLETE72, 0L);
293 (void)curl_easy_setopt(curl, CURLOPT_OBSOLETE72, 22L);
294 (void)curl_easy_setopt(curl, CURLOPT_OBSOLETE72, LO);
295 (void)curl_easy_setopt(curl, CURLOPT_OBSOLETE72, HI);
296 (void)curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, 0L);
297 (void)curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, 22L);
298 (void)curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, LO);
299 (void)curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, HI);
300 (void)curl_easy_setopt(curl, CURLOPT_FORBID_REUSE, 0L);
301 (void)curl_easy_setopt(curl, CURLOPT_FORBID_REUSE, 22L);
302 (void)curl_easy_setopt(curl, CURLOPT_FORBID_REUSE, LO);
303 (void)curl_easy_setopt(curl, CURLOPT_FORBID_REUSE, HI);
304 (void)curl_easy_setopt(curl, CURLOPT_RANDOM_FILE, "string");
305 (void)curl_easy_setopt(curl, CURLOPT_RANDOM_FILE, NULL);
306 (void)curl_easy_setopt(curl, CURLOPT_EGDSOCKET, "string");
307 (void)curl_easy_setopt(curl, CURLOPT_EGDSOCKET, NULL);
308 (void)curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 0L);
309 (void)curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 22L);
310 (void)curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, LO);
311 (void)curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, HI);
312 (void)curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION,
313 headercb);
314 (void)curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, NULL);
315 (void)curl_easy_setopt(curl, CURLOPT_HTTPGET, 0L);
316 (void)curl_easy_setopt(curl, CURLOPT_HTTPGET, 22L);
317 (void)curl_easy_setopt(curl, CURLOPT_HTTPGET, LO);
318 (void)curl_easy_setopt(curl, CURLOPT_HTTPGET, HI);
319 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
320 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 22L);
321 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, LO);
322 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, HI);
323 (void)curl_easy_setopt(curl, CURLOPT_COOKIEJAR, "string");
324 (void)curl_easy_setopt(curl, CURLOPT_COOKIEJAR, NULL);
325 (void)curl_easy_setopt(curl, CURLOPT_SSL_CIPHER_LIST, "string");
326 (void)curl_easy_setopt(curl, CURLOPT_SSL_CIPHER_LIST, NULL);
327 (void)curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, 0L);
328 (void)curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, 22L);
329 (void)curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, LO);
330 (void)curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, HI);
331 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_EPSV, 0L);
332 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_EPSV, 22L);
333 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_EPSV, LO);
334 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_EPSV, HI);
335 (void)curl_easy_setopt(curl, CURLOPT_SSLCERTTYPE, "string");
336 (void)curl_easy_setopt(curl, CURLOPT_SSLCERTTYPE, NULL);
337 (void)curl_easy_setopt(curl, CURLOPT_SSLKEY, "string");
338 (void)curl_easy_setopt(curl, CURLOPT_SSLKEY, NULL);
339 (void)curl_easy_setopt(curl, CURLOPT_SSLKEYTYPE, "string");
340 (void)curl_easy_setopt(curl, CURLOPT_SSLKEYTYPE, NULL);
341 (void)curl_easy_setopt(curl, CURLOPT_SSLENGINE, "string");
342 (void)curl_easy_setopt(curl, CURLOPT_SSLENGINE, NULL);
343 (void)curl_easy_setopt(curl, CURLOPT_SSLENGINE_DEFAULT, 0L);
344 (void)curl_easy_setopt(curl, CURLOPT_SSLENGINE_DEFAULT, 22L);
345 (void)curl_easy_setopt(curl, CURLOPT_SSLENGINE_DEFAULT, LO);
346 (void)curl_easy_setopt(curl, CURLOPT_SSLENGINE_DEFAULT, HI);
347 (void)curl_easy_setopt(curl, CURLOPT_DNS_USE_GLOBAL_CACHE, 0L);
348 (void)curl_easy_setopt(curl, CURLOPT_DNS_USE_GLOBAL_CACHE, 22L);
349 (void)curl_easy_setopt(curl, CURLOPT_DNS_USE_GLOBAL_CACHE, LO);
350 (void)curl_easy_setopt(curl, CURLOPT_DNS_USE_GLOBAL_CACHE, HI);
351 (void)curl_easy_setopt(curl, CURLOPT_DNS_CACHE_TIMEOUT, 0L);
352 (void)curl_easy_setopt(curl, CURLOPT_DNS_CACHE_TIMEOUT, 22L);
353 (void)curl_easy_setopt(curl, CURLOPT_DNS_CACHE_TIMEOUT, LO);
354 (void)curl_easy_setopt(curl, CURLOPT_DNS_CACHE_TIMEOUT, HI);
355 (void)curl_easy_setopt(curl, CURLOPT_PREQUOTE, slist);
356 (void)curl_easy_setopt(curl, CURLOPT_PREQUOTE, NULL);
357 (void)curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION,
358 debugcb);
359 (void)curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, NULL);
360 (void)curl_easy_setopt(curl, CURLOPT_DEBUGDATA, &object);
361 (void)curl_easy_setopt(curl, CURLOPT_DEBUGDATA, NULL);
362 (void)curl_easy_setopt(curl, CURLOPT_COOKIESESSION, 0L);
363 (void)curl_easy_setopt(curl, CURLOPT_COOKIESESSION, 22L);
364 (void)curl_easy_setopt(curl, CURLOPT_COOKIESESSION, LO);
365 (void)curl_easy_setopt(curl, CURLOPT_COOKIESESSION, HI);
366 (void)curl_easy_setopt(curl, CURLOPT_CAPATH, "string");
367 (void)curl_easy_setopt(curl, CURLOPT_CAPATH, NULL);
368 (void)curl_easy_setopt(curl, CURLOPT_BUFFERSIZE, 0L);
369 (void)curl_easy_setopt(curl, CURLOPT_BUFFERSIZE, 22L);
370 (void)curl_easy_setopt(curl, CURLOPT_BUFFERSIZE, LO);
371 (void)curl_easy_setopt(curl, CURLOPT_BUFFERSIZE, HI);
372 (void)curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 0L);
373 (void)curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 22L);
374 (void)curl_easy_setopt(curl, CURLOPT_NOSIGNAL, LO);
375 (void)curl_easy_setopt(curl, CURLOPT_NOSIGNAL, HI);
376 (void)curl_easy_setopt(curl, CURLOPT_SHARE, share);
377 (void)curl_easy_setopt(curl, CURLOPT_SHARE, NULL);
378 (void)curl_easy_setopt(curl, CURLOPT_PROXYTYPE, 0L);
379 (void)curl_easy_setopt(curl, CURLOPT_PROXYTYPE, 22L);
380 (void)curl_easy_setopt(curl, CURLOPT_PROXYTYPE, LO);
381 (void)curl_easy_setopt(curl, CURLOPT_PROXYTYPE, HI);
382 (void)curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, "string");
383 (void)curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, NULL);
384 (void)curl_easy_setopt(curl, CURLOPT_PRIVATE, &object);
385 (void)curl_easy_setopt(curl, CURLOPT_PRIVATE, NULL);
386 (void)curl_easy_setopt(curl, CURLOPT_HTTP200ALIASES, slist);
387 (void)curl_easy_setopt(curl, CURLOPT_HTTP200ALIASES, NULL);
388 (void)curl_easy_setopt(curl, CURLOPT_UNRESTRICTED_AUTH, 0L);
389 (void)curl_easy_setopt(curl, CURLOPT_UNRESTRICTED_AUTH, 22L);
390 (void)curl_easy_setopt(curl, CURLOPT_UNRESTRICTED_AUTH, LO);
391 (void)curl_easy_setopt(curl, CURLOPT_UNRESTRICTED_AUTH, HI);
392 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_EPRT, 0L);
393 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_EPRT, 22L);
394 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_EPRT, LO);
395 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_EPRT, HI);
396 (void)curl_easy_setopt(curl, CURLOPT_HTTPAUTH, 0L);
397 (void)curl_easy_setopt(curl, CURLOPT_HTTPAUTH, 22L);
398 (void)curl_easy_setopt(curl, CURLOPT_HTTPAUTH, LO);
399 (void)curl_easy_setopt(curl, CURLOPT_HTTPAUTH, HI);
400 (void)curl_easy_setopt(curl, CURLOPT_SSL_CTX_FUNCTION,
401 ssl_ctx_cb);
402 (void)curl_easy_setopt(curl, CURLOPT_SSL_CTX_FUNCTION, NULL);
403 (void)curl_easy_setopt(curl, CURLOPT_SSL_CTX_DATA, &object);
404 (void)curl_easy_setopt(curl, CURLOPT_SSL_CTX_DATA, NULL);
405 (void)curl_easy_setopt(curl, CURLOPT_FTP_CREATE_MISSING_DIRS, 0L);
406 (void)curl_easy_setopt(curl, CURLOPT_FTP_CREATE_MISSING_DIRS, 22L);
407 (void)curl_easy_setopt(curl, CURLOPT_FTP_CREATE_MISSING_DIRS, LO);
408 (void)curl_easy_setopt(curl, CURLOPT_FTP_CREATE_MISSING_DIRS, HI);
409 (void)curl_easy_setopt(curl, CURLOPT_PROXYAUTH, 0L);
410 (void)curl_easy_setopt(curl, CURLOPT_PROXYAUTH, 22L);
411 (void)curl_easy_setopt(curl, CURLOPT_PROXYAUTH, LO);
412 (void)curl_easy_setopt(curl, CURLOPT_PROXYAUTH, HI);
413 (void)curl_easy_setopt(curl, CURLOPT_FTP_RESPONSE_TIMEOUT, 0L);
414 (void)curl_easy_setopt(curl, CURLOPT_FTP_RESPONSE_TIMEOUT, 22L);
415 (void)curl_easy_setopt(curl, CURLOPT_FTP_RESPONSE_TIMEOUT, LO);
416 (void)curl_easy_setopt(curl, CURLOPT_FTP_RESPONSE_TIMEOUT, HI);
417 (void)curl_easy_setopt(curl, CURLOPT_IPRESOLVE, 0L);
418 (void)curl_easy_setopt(curl, CURLOPT_IPRESOLVE, 22L);
419 (void)curl_easy_setopt(curl, CURLOPT_IPRESOLVE, LO);
420 (void)curl_easy_setopt(curl, CURLOPT_IPRESOLVE, HI);
421 (void)curl_easy_setopt(curl, CURLOPT_MAXFILESIZE, 0L);
422 (void)curl_easy_setopt(curl, CURLOPT_MAXFILESIZE, 22L);
423 (void)curl_easy_setopt(curl, CURLOPT_MAXFILESIZE, LO);
424 (void)curl_easy_setopt(curl, CURLOPT_MAXFILESIZE, HI);
425 (void)curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, OFF_NO);
426 (void)curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, OFF_VAL);
427 (void)curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, OFF_LO);
428 (void)curl_easy_setopt(curl, CURLOPT_RESUME_FROM_LARGE, OFF_NO);
429 (void)curl_easy_setopt(curl, CURLOPT_RESUME_FROM_LARGE, OFF_VAL);
430 (void)curl_easy_setopt(curl, CURLOPT_RESUME_FROM_LARGE, OFF_LO);
431 (void)curl_easy_setopt(curl, CURLOPT_MAXFILESIZE_LARGE, OFF_NO);
432 (void)curl_easy_setopt(curl, CURLOPT_MAXFILESIZE_LARGE, OFF_VAL);
433 (void)curl_easy_setopt(curl, CURLOPT_MAXFILESIZE_LARGE, OFF_LO);
434 (void)curl_easy_setopt(curl, CURLOPT_NETRC_FILE, "string");
435 (void)curl_easy_setopt(curl, CURLOPT_NETRC_FILE, NULL);
436 (void)curl_easy_setopt(curl, CURLOPT_USE_SSL, 0L);
437 (void)curl_easy_setopt(curl, CURLOPT_USE_SSL, 22L);
438 (void)curl_easy_setopt(curl, CURLOPT_USE_SSL, LO);
439 (void)curl_easy_setopt(curl, CURLOPT_USE_SSL, HI);
440 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE_LARGE, OFF_NO);
441 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE_LARGE, OFF_VAL);
442 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE_LARGE, OFF_LO);
443 (void)curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, 0L);
444 (void)curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, 22L);
445 (void)curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, LO);
446 (void)curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, HI);
447 (void)curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, 0L);
448 (void)curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, 22L);
449 (void)curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, LO);
450 (void)curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, HI);
451 (void)curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION,
452 ioctlcb);
453 (void)curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, NULL);
454 (void)curl_easy_setopt(curl, CURLOPT_IOCTLDATA, &object);
455 (void)curl_easy_setopt(curl, CURLOPT_IOCTLDATA, NULL);
456 (void)curl_easy_setopt(curl, CURLOPT_FTP_ACCOUNT, "string");
457 (void)curl_easy_setopt(curl, CURLOPT_FTP_ACCOUNT, NULL);
458 (void)curl_easy_setopt(curl, CURLOPT_COOKIELIST, "string");
459 (void)curl_easy_setopt(curl, CURLOPT_COOKIELIST, NULL);
460 (void)curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, 0L);
461 (void)curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, 22L);
462 (void)curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, LO);
463 (void)curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, HI);
464 (void)curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, 0L);
465 (void)curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, 22L);
466 (void)curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, LO);
467 (void)curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, HI);
468 (void)curl_easy_setopt(curl, CURLOPT_FTP_FILEMETHOD, 0L);
469 (void)curl_easy_setopt(curl, CURLOPT_FTP_FILEMETHOD, 22L);
470 (void)curl_easy_setopt(curl, CURLOPT_FTP_FILEMETHOD, LO);
471 (void)curl_easy_setopt(curl, CURLOPT_FTP_FILEMETHOD, HI);
472 (void)curl_easy_setopt(curl, CURLOPT_LOCALPORT, 0L);
473 (void)curl_easy_setopt(curl, CURLOPT_LOCALPORT, 22L);
474 (void)curl_easy_setopt(curl, CURLOPT_LOCALPORT, LO);
475 (void)curl_easy_setopt(curl, CURLOPT_LOCALPORT, HI);
476 (void)curl_easy_setopt(curl, CURLOPT_LOCALPORTRANGE, 0L);
477 (void)curl_easy_setopt(curl, CURLOPT_LOCALPORTRANGE, 22L);
478 (void)curl_easy_setopt(curl, CURLOPT_LOCALPORTRANGE, LO);
479 (void)curl_easy_setopt(curl, CURLOPT_LOCALPORTRANGE, HI);
480 (void)curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, 0L);
481 (void)curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, 22L);
482 (void)curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, LO);
483 (void)curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, HI);
484 (void)curl_easy_setopt(curl, CURLOPT_CONV_FROM_NETWORK_FUNCTION,
485 conv_from_network_cb);
486 (void)curl_easy_setopt(curl, CURLOPT_CONV_FROM_NETWORK_FUNCTION, NULL);
487 (void)curl_easy_setopt(curl, CURLOPT_CONV_TO_NETWORK_FUNCTION,
488 conv_to_network_cb);
489 (void)curl_easy_setopt(curl, CURLOPT_CONV_TO_NETWORK_FUNCTION, NULL);
490 (void)curl_easy_setopt(curl, CURLOPT_CONV_FROM_UTF8_FUNCTION,
491 conv_from_utf8_cb);
492 (void)curl_easy_setopt(curl, CURLOPT_CONV_FROM_UTF8_FUNCTION, NULL);
493 (void)curl_easy_setopt(curl, CURLOPT_MAX_SEND_SPEED_LARGE, OFF_NO);
494 (void)curl_easy_setopt(curl, CURLOPT_MAX_SEND_SPEED_LARGE, OFF_VAL);
495 (void)curl_easy_setopt(curl, CURLOPT_MAX_SEND_SPEED_LARGE, OFF_LO);
496 (void)curl_easy_setopt(curl, CURLOPT_MAX_RECV_SPEED_LARGE, OFF_NO);
497 (void)curl_easy_setopt(curl, CURLOPT_MAX_RECV_SPEED_LARGE, OFF_VAL);
498 (void)curl_easy_setopt(curl, CURLOPT_MAX_RECV_SPEED_LARGE, OFF_LO);
499 (void)curl_easy_setopt(curl, CURLOPT_FTP_ALTERNATIVE_TO_USER, "string");
500 (void)curl_easy_setopt(curl, CURLOPT_FTP_ALTERNATIVE_TO_USER, NULL);
501 (void)curl_easy_setopt(curl, CURLOPT_SOCKOPTFUNCTION,
502 sockoptcb);
503 (void)curl_easy_setopt(curl, CURLOPT_SOCKOPTFUNCTION, NULL);
504 (void)curl_easy_setopt(curl, CURLOPT_SOCKOPTDATA, &object);
505 (void)curl_easy_setopt(curl, CURLOPT_SOCKOPTDATA, NULL);
506 (void)curl_easy_setopt(curl, CURLOPT_SSL_SESSIONID_CACHE, 0L);
507 (void)curl_easy_setopt(curl, CURLOPT_SSL_SESSIONID_CACHE, 22L);
508 (void)curl_easy_setopt(curl, CURLOPT_SSL_SESSIONID_CACHE, LO);
509 (void)curl_easy_setopt(curl, CURLOPT_SSL_SESSIONID_CACHE, HI);
510 (void)curl_easy_setopt(curl, CURLOPT_SSH_AUTH_TYPES, 0L);
511 (void)curl_easy_setopt(curl, CURLOPT_SSH_AUTH_TYPES, 22L);
512 (void)curl_easy_setopt(curl, CURLOPT_SSH_AUTH_TYPES, LO);
513 (void)curl_easy_setopt(curl, CURLOPT_SSH_AUTH_TYPES, HI);
514 (void)curl_easy_setopt(curl, CURLOPT_SSH_PUBLIC_KEYFILE, "string");
515 (void)curl_easy_setopt(curl, CURLOPT_SSH_PUBLIC_KEYFILE, NULL);
516 (void)curl_easy_setopt(curl, CURLOPT_SSH_PRIVATE_KEYFILE, "string");
517 (void)curl_easy_setopt(curl, CURLOPT_SSH_PRIVATE_KEYFILE, NULL);
518 (void)curl_easy_setopt(curl, CURLOPT_FTP_SSL_CCC, 0L);
519 (void)curl_easy_setopt(curl, CURLOPT_FTP_SSL_CCC, 22L);
520 (void)curl_easy_setopt(curl, CURLOPT_FTP_SSL_CCC, LO);
521 (void)curl_easy_setopt(curl, CURLOPT_FTP_SSL_CCC, HI);
522 (void)curl_easy_setopt(curl, CURLOPT_TIMEOUT_MS, 0L);
523 (void)curl_easy_setopt(curl, CURLOPT_TIMEOUT_MS, 22L);
524 (void)curl_easy_setopt(curl, CURLOPT_TIMEOUT_MS, LO);
525 (void)curl_easy_setopt(curl, CURLOPT_TIMEOUT_MS, HI);
526 (void)curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, 0L);
527 (void)curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, 22L);
528 (void)curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, LO);
529 (void)curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, HI);
530 (void)curl_easy_setopt(curl, CURLOPT_HTTP_TRANSFER_DECODING, 0L);
531 (void)curl_easy_setopt(curl, CURLOPT_HTTP_TRANSFER_DECODING, 22L);
532 (void)curl_easy_setopt(curl, CURLOPT_HTTP_TRANSFER_DECODING, LO);
533 (void)curl_easy_setopt(curl, CURLOPT_HTTP_TRANSFER_DECODING, HI);
534 (void)curl_easy_setopt(curl, CURLOPT_HTTP_CONTENT_DECODING, 0L);
535 (void)curl_easy_setopt(curl, CURLOPT_HTTP_CONTENT_DECODING, 22L);
536 (void)curl_easy_setopt(curl, CURLOPT_HTTP_CONTENT_DECODING, LO);
537 (void)curl_easy_setopt(curl, CURLOPT_HTTP_CONTENT_DECODING, HI);
538 (void)curl_easy_setopt(curl, CURLOPT_NEW_FILE_PERMS, 0L);
539 (void)curl_easy_setopt(curl, CURLOPT_NEW_FILE_PERMS, 22L);
540 (void)curl_easy_setopt(curl, CURLOPT_NEW_FILE_PERMS, LO);
541 (void)curl_easy_setopt(curl, CURLOPT_NEW_FILE_PERMS, HI);
542 (void)curl_easy_setopt(curl, CURLOPT_NEW_DIRECTORY_PERMS, 0L);
543 (void)curl_easy_setopt(curl, CURLOPT_NEW_DIRECTORY_PERMS, 22L);
544 (void)curl_easy_setopt(curl, CURLOPT_NEW_DIRECTORY_PERMS, LO);
545 (void)curl_easy_setopt(curl, CURLOPT_NEW_DIRECTORY_PERMS, HI);
546 (void)curl_easy_setopt(curl, CURLOPT_POSTREDIR, 0L);
547 (void)curl_easy_setopt(curl, CURLOPT_POSTREDIR, 22L);
548 (void)curl_easy_setopt(curl, CURLOPT_POSTREDIR, LO);
549 (void)curl_easy_setopt(curl, CURLOPT_POSTREDIR, HI);
550 (void)curl_easy_setopt(curl, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5, "string");
551 (void)curl_easy_setopt(curl, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5, NULL);
552 (void)curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION,
553 opensocketcb);
554 (void)curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, NULL);
555 (void)curl_easy_setopt(curl, CURLOPT_OPENSOCKETDATA, &object);
556 (void)curl_easy_setopt(curl, CURLOPT_OPENSOCKETDATA, NULL);
557 (void)curl_easy_setopt(curl, CURLOPT_COPYPOSTFIELDS, stringpointerextra);
558 (void)curl_easy_setopt(curl, CURLOPT_COPYPOSTFIELDS, NULL);
559 (void)curl_easy_setopt(curl, CURLOPT_PROXY_TRANSFER_MODE, 0L);
560 (void)curl_easy_setopt(curl, CURLOPT_PROXY_TRANSFER_MODE, 22L);
561 (void)curl_easy_setopt(curl, CURLOPT_PROXY_TRANSFER_MODE, LO);
562 (void)curl_easy_setopt(curl, CURLOPT_PROXY_TRANSFER_MODE, HI);
563 (void)curl_easy_setopt(curl, CURLOPT_SEEKFUNCTION,
564 seekcb);
565 (void)curl_easy_setopt(curl, CURLOPT_SEEKFUNCTION, NULL);
566 (void)curl_easy_setopt(curl, CURLOPT_SEEKDATA, &object);
567 (void)curl_easy_setopt(curl, CURLOPT_SEEKDATA, NULL);
568 (void)curl_easy_setopt(curl, CURLOPT_CRLFILE, "string");
569 (void)curl_easy_setopt(curl, CURLOPT_CRLFILE, NULL);
570 (void)curl_easy_setopt(curl, CURLOPT_ISSUERCERT, "string");
571 (void)curl_easy_setopt(curl, CURLOPT_ISSUERCERT, NULL);
572 (void)curl_easy_setopt(curl, CURLOPT_ADDRESS_SCOPE, 0L);
573 (void)curl_easy_setopt(curl, CURLOPT_ADDRESS_SCOPE, 22L);
574 (void)curl_easy_setopt(curl, CURLOPT_ADDRESS_SCOPE, LO);
575 (void)curl_easy_setopt(curl, CURLOPT_ADDRESS_SCOPE, HI);
576 (void)curl_easy_setopt(curl, CURLOPT_CERTINFO, 0L);
577 (void)curl_easy_setopt(curl, CURLOPT_CERTINFO, 22L);
578 (void)curl_easy_setopt(curl, CURLOPT_CERTINFO, LO);
579 (void)curl_easy_setopt(curl, CURLOPT_CERTINFO, HI);
580 (void)curl_easy_setopt(curl, CURLOPT_USERNAME, "string");
581 (void)curl_easy_setopt(curl, CURLOPT_USERNAME, NULL);
582 (void)curl_easy_setopt(curl, CURLOPT_PASSWORD, "string");
583 (void)curl_easy_setopt(curl, CURLOPT_PASSWORD, NULL);
584 (void)curl_easy_setopt(curl, CURLOPT_PROXYUSERNAME, "string");
585 (void)curl_easy_setopt(curl, CURLOPT_PROXYUSERNAME, NULL);
586 (void)curl_easy_setopt(curl, CURLOPT_PROXYPASSWORD, "string");
587 (void)curl_easy_setopt(curl, CURLOPT_PROXYPASSWORD, NULL);
588 (void)curl_easy_setopt(curl, CURLOPT_NOPROXY, "string");
589 (void)curl_easy_setopt(curl, CURLOPT_NOPROXY, NULL);
590 (void)curl_easy_setopt(curl, CURLOPT_TFTP_BLKSIZE, 0L);
591 (void)curl_easy_setopt(curl, CURLOPT_TFTP_BLKSIZE, 22L);
592 (void)curl_easy_setopt(curl, CURLOPT_TFTP_BLKSIZE, LO);
593 (void)curl_easy_setopt(curl, CURLOPT_TFTP_BLKSIZE, HI);
594 (void)curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_SERVICE, "string");
595 (void)curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_SERVICE, NULL);
596 (void)curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_NEC, 0L);
597 (void)curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_NEC, 22L);
598 (void)curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_NEC, LO);
599 (void)curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_NEC, HI);
600 (void)curl_easy_setopt(curl, CURLOPT_PROTOCOLS, 0L);
601 (void)curl_easy_setopt(curl, CURLOPT_PROTOCOLS, 22L);
602 (void)curl_easy_setopt(curl, CURLOPT_PROTOCOLS, LO);
603 (void)curl_easy_setopt(curl, CURLOPT_PROTOCOLS, HI);
604 (void)curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, 0L);
605 (void)curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, 22L);
606 (void)curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, LO);
607 (void)curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, HI);
608 (void)curl_easy_setopt(curl, CURLOPT_SSH_KNOWNHOSTS, "string");
609 (void)curl_easy_setopt(curl, CURLOPT_SSH_KNOWNHOSTS, NULL);
610 (void)curl_easy_setopt(curl, CURLOPT_SSH_KEYFUNCTION,
611 ssh_keycb);
612 (void)curl_easy_setopt(curl, CURLOPT_SSH_KEYFUNCTION, NULL);
613 (void)curl_easy_setopt(curl, CURLOPT_SSH_KEYDATA, &object);
614 (void)curl_easy_setopt(curl, CURLOPT_SSH_KEYDATA, NULL);
615 (void)curl_easy_setopt(curl, CURLOPT_MAIL_FROM, "string");
616 (void)curl_easy_setopt(curl, CURLOPT_MAIL_FROM, NULL);
617 (void)curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, slist);
618 (void)curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, NULL);
619 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_PRET, 0L);
620 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_PRET, 22L);
621 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_PRET, LO);
622 (void)curl_easy_setopt(curl, CURLOPT_FTP_USE_PRET, HI);
623 (void)curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, 0L);
624 (void)curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, 22L);
625 (void)curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, LO);
626 (void)curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, HI);
627 (void)curl_easy_setopt(curl, CURLOPT_RTSP_SESSION_ID, "string");
628 (void)curl_easy_setopt(curl, CURLOPT_RTSP_SESSION_ID, NULL);
629 (void)curl_easy_setopt(curl, CURLOPT_RTSP_STREAM_URI, "string");
630 (void)curl_easy_setopt(curl, CURLOPT_RTSP_STREAM_URI, NULL);
631 (void)curl_easy_setopt(curl, CURLOPT_RTSP_TRANSPORT, "string");
632 (void)curl_easy_setopt(curl, CURLOPT_RTSP_TRANSPORT, NULL);
633 (void)curl_easy_setopt(curl, CURLOPT_RTSP_CLIENT_CSEQ, 0L);
634 (void)curl_easy_setopt(curl, CURLOPT_RTSP_CLIENT_CSEQ, 22L);
635 (void)curl_easy_setopt(curl, CURLOPT_RTSP_CLIENT_CSEQ, LO);
636 (void)curl_easy_setopt(curl, CURLOPT_RTSP_CLIENT_CSEQ, HI);
637 (void)curl_easy_setopt(curl, CURLOPT_RTSP_SERVER_CSEQ, 0L);
638 (void)curl_easy_setopt(curl, CURLOPT_RTSP_SERVER_CSEQ, 22L);
639 (void)curl_easy_setopt(curl, CURLOPT_RTSP_SERVER_CSEQ, LO);
640 (void)curl_easy_setopt(curl, CURLOPT_RTSP_SERVER_CSEQ, HI);
641 (void)curl_easy_setopt(curl, CURLOPT_INTERLEAVEDATA, &object);
642 (void)curl_easy_setopt(curl, CURLOPT_INTERLEAVEDATA, NULL);
643 (void)curl_easy_setopt(curl, CURLOPT_INTERLEAVEFUNCTION,
644 interleavecb);
645 (void)curl_easy_setopt(curl, CURLOPT_INTERLEAVEFUNCTION, NULL);
646 (void)curl_easy_setopt(curl, CURLOPT_WILDCARDMATCH, 0L);
647 (void)curl_easy_setopt(curl, CURLOPT_WILDCARDMATCH, 22L);
648 (void)curl_easy_setopt(curl, CURLOPT_WILDCARDMATCH, LO);
649 (void)curl_easy_setopt(curl, CURLOPT_WILDCARDMATCH, HI);
650 (void)curl_easy_setopt(curl, CURLOPT_CHUNK_BGN_FUNCTION,
651 chunk_bgn_cb);
652 (void)curl_easy_setopt(curl, CURLOPT_CHUNK_BGN_FUNCTION, NULL);
653 (void)curl_easy_setopt(curl, CURLOPT_CHUNK_END_FUNCTION,
654 chunk_end_cb);
655 (void)curl_easy_setopt(curl, CURLOPT_CHUNK_END_FUNCTION, NULL);
656 (void)curl_easy_setopt(curl, CURLOPT_FNMATCH_FUNCTION,
657 fnmatch_cb);
658 (void)curl_easy_setopt(curl, CURLOPT_FNMATCH_FUNCTION, NULL);
659 (void)curl_easy_setopt(curl, CURLOPT_CHUNK_DATA, &object);
660 (void)curl_easy_setopt(curl, CURLOPT_CHUNK_DATA, NULL);
661 (void)curl_easy_setopt(curl, CURLOPT_FNMATCH_DATA, &object);
662 (void)curl_easy_setopt(curl, CURLOPT_FNMATCH_DATA, NULL);
663 (void)curl_easy_setopt(curl, CURLOPT_RESOLVE, slist);
664 (void)curl_easy_setopt(curl, CURLOPT_RESOLVE, NULL);
665 (void)curl_easy_setopt(curl, CURLOPT_TLSAUTH_USERNAME, "string");
666 (void)curl_easy_setopt(curl, CURLOPT_TLSAUTH_USERNAME, NULL);
667 (void)curl_easy_setopt(curl, CURLOPT_TLSAUTH_PASSWORD, "string");
668 (void)curl_easy_setopt(curl, CURLOPT_TLSAUTH_PASSWORD, NULL);
669 (void)curl_easy_setopt(curl, CURLOPT_TLSAUTH_TYPE, "string");
670 (void)curl_easy_setopt(curl, CURLOPT_TLSAUTH_TYPE, NULL);
671 (void)curl_easy_setopt(curl, CURLOPT_TRANSFER_ENCODING, 0L);
672 (void)curl_easy_setopt(curl, CURLOPT_TRANSFER_ENCODING, 22L);
673 (void)curl_easy_setopt(curl, CURLOPT_TRANSFER_ENCODING, LO);
674 (void)curl_easy_setopt(curl, CURLOPT_TRANSFER_ENCODING, HI);
675 (void)curl_easy_setopt(curl, CURLOPT_CLOSESOCKETFUNCTION,
676 closesocketcb);
677 (void)curl_easy_setopt(curl, CURLOPT_CLOSESOCKETFUNCTION, NULL);
678 (void)curl_easy_setopt(curl, CURLOPT_CLOSESOCKETDATA, &object);
679 (void)curl_easy_setopt(curl, CURLOPT_CLOSESOCKETDATA, NULL);
680 (void)curl_easy_setopt(curl, CURLOPT_GSSAPI_DELEGATION, 0L);
681 (void)curl_easy_setopt(curl, CURLOPT_GSSAPI_DELEGATION, 22L);
682 (void)curl_easy_setopt(curl, CURLOPT_GSSAPI_DELEGATION, LO);
683 (void)curl_easy_setopt(curl, CURLOPT_GSSAPI_DELEGATION, HI);
684 (void)curl_easy_setopt(curl, CURLOPT_DNS_SERVERS, "string");
685 (void)curl_easy_setopt(curl, CURLOPT_DNS_SERVERS, NULL);
686 (void)curl_easy_setopt(curl, CURLOPT_ACCEPTTIMEOUT_MS, 0L);
687 (void)curl_easy_setopt(curl, CURLOPT_ACCEPTTIMEOUT_MS, 22L);
688 (void)curl_easy_setopt(curl, CURLOPT_ACCEPTTIMEOUT_MS, LO);
689 (void)curl_easy_setopt(curl, CURLOPT_ACCEPTTIMEOUT_MS, HI);
690 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPALIVE, 0L);
691 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPALIVE, 22L);
692 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPALIVE, LO);
693 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPALIVE, HI);
694 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPIDLE, 0L);
695 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPIDLE, 22L);
696 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPIDLE, LO);
697 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPIDLE, HI);
698 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPINTVL, 0L);
699 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPINTVL, 22L);
700 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPINTVL, LO);
701 (void)curl_easy_setopt(curl, CURLOPT_TCP_KEEPINTVL, HI);
702 (void)curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, 0L);
703 (void)curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, 22L);
704 (void)curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, LO);
705 (void)curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, HI);
706 (void)curl_easy_setopt(curl, CURLOPT_MAIL_AUTH, "string");
707 (void)curl_easy_setopt(curl, CURLOPT_MAIL_AUTH, NULL);
708 (void)curl_easy_setopt(curl, CURLOPT_SASL_IR, 0L);
709 (void)curl_easy_setopt(curl, CURLOPT_SASL_IR, 22L);
710 (void)curl_easy_setopt(curl, CURLOPT_SASL_IR, LO);
711 (void)curl_easy_setopt(curl, CURLOPT_SASL_IR, HI);
712 (void)curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION,
713 xferinfocb);
714 (void)curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, NULL);
715 (void)curl_easy_setopt(curl, CURLOPT_XOAUTH2_BEARER, "string");
716 (void)curl_easy_setopt(curl, CURLOPT_XOAUTH2_BEARER, NULL);
717 (void)curl_easy_setopt(curl, CURLOPT_DNS_INTERFACE, "string");
718 (void)curl_easy_setopt(curl, CURLOPT_DNS_INTERFACE, NULL);
719 (void)curl_easy_setopt(curl, CURLOPT_DNS_LOCAL_IP4, "string");
720 (void)curl_easy_setopt(curl, CURLOPT_DNS_LOCAL_IP4, NULL);
721 (void)curl_easy_setopt(curl, CURLOPT_DNS_LOCAL_IP6, "string");
722 (void)curl_easy_setopt(curl, CURLOPT_DNS_LOCAL_IP6, NULL);
723 (void)curl_easy_setopt(curl, CURLOPT_LOGIN_OPTIONS, "string");
724 (void)curl_easy_setopt(curl, CURLOPT_LOGIN_OPTIONS, NULL);
725 (void)curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_NPN, 0L);
726 (void)curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_NPN, 22L);
727 (void)curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_NPN, LO);
728 (void)curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_NPN, HI);
729 (void)curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_ALPN, 0L);
730 (void)curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_ALPN, 22L);
731 (void)curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_ALPN, LO);
732 (void)curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_ALPN, HI);
733 (void)curl_easy_setopt(curl, CURLOPT_EXPECT_100_TIMEOUT_MS, 0L);
734 (void)curl_easy_setopt(curl, CURLOPT_EXPECT_100_TIMEOUT_MS, 22L);
735 (void)curl_easy_setopt(curl, CURLOPT_EXPECT_100_TIMEOUT_MS, LO);
736 (void)curl_easy_setopt(curl, CURLOPT_EXPECT_100_TIMEOUT_MS, HI);
737 (void)curl_easy_setopt(curl, CURLOPT_PROXYHEADER, slist);
738 (void)curl_easy_setopt(curl, CURLOPT_PROXYHEADER, NULL);
739 (void)curl_easy_setopt(curl, CURLOPT_HEADEROPT, 0L);
740 (void)curl_easy_setopt(curl, CURLOPT_HEADEROPT, 22L);
741 (void)curl_easy_setopt(curl, CURLOPT_HEADEROPT, LO);
742 (void)curl_easy_setopt(curl, CURLOPT_HEADEROPT, HI);
743 (void)curl_easy_setopt(curl, CURLOPT_PINNEDPUBLICKEY, "string");
744 (void)curl_easy_setopt(curl, CURLOPT_PINNEDPUBLICKEY, NULL);
745 (void)curl_easy_setopt(curl, CURLOPT_UNIX_SOCKET_PATH, "string");
746 (void)curl_easy_setopt(curl, CURLOPT_UNIX_SOCKET_PATH, NULL);
747 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYSTATUS, 0L);
748 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYSTATUS, 22L);
749 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYSTATUS, LO);
750 (void)curl_easy_setopt(curl, CURLOPT_SSL_VERIFYSTATUS, HI);
751 (void)curl_easy_setopt(curl, CURLOPT_SSL_FALSESTART, 0L);
752 (void)curl_easy_setopt(curl, CURLOPT_SSL_FALSESTART, 22L);
753 (void)curl_easy_setopt(curl, CURLOPT_SSL_FALSESTART, LO);
754 (void)curl_easy_setopt(curl, CURLOPT_SSL_FALSESTART, HI);
755 (void)curl_easy_setopt(curl, CURLOPT_PATH_AS_IS, 0L);
756 (void)curl_easy_setopt(curl, CURLOPT_PATH_AS_IS, 22L);
757 (void)curl_easy_setopt(curl, CURLOPT_PATH_AS_IS, LO);
758 (void)curl_easy_setopt(curl, CURLOPT_PATH_AS_IS, HI);
759 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SERVICE_NAME, "string");
760 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SERVICE_NAME, NULL);
761 (void)curl_easy_setopt(curl, CURLOPT_SERVICE_NAME, "string");
762 (void)curl_easy_setopt(curl, CURLOPT_SERVICE_NAME, NULL);
763 (void)curl_easy_setopt(curl, CURLOPT_PIPEWAIT, 0L);
764 (void)curl_easy_setopt(curl, CURLOPT_PIPEWAIT, 22L);
765 (void)curl_easy_setopt(curl, CURLOPT_PIPEWAIT, LO);
766 (void)curl_easy_setopt(curl, CURLOPT_PIPEWAIT, HI);
767 (void)curl_easy_setopt(curl, CURLOPT_DEFAULT_PROTOCOL, "string");
768 (void)curl_easy_setopt(curl, CURLOPT_DEFAULT_PROTOCOL, NULL);
769 (void)curl_easy_setopt(curl, CURLOPT_STREAM_WEIGHT, 0L);
770 (void)curl_easy_setopt(curl, CURLOPT_STREAM_WEIGHT, 22L);
771 (void)curl_easy_setopt(curl, CURLOPT_STREAM_WEIGHT, LO);
772 (void)curl_easy_setopt(curl, CURLOPT_STREAM_WEIGHT, HI);
773 (void)curl_easy_setopt(curl, CURLOPT_STREAM_DEPENDS, dep);
774 (void)curl_easy_setopt(curl, CURLOPT_STREAM_DEPENDS, NULL);
775 (void)curl_easy_setopt(curl, CURLOPT_STREAM_DEPENDS_E, dep);
776 (void)curl_easy_setopt(curl, CURLOPT_STREAM_DEPENDS_E, NULL);
777 (void)curl_easy_setopt(curl, CURLOPT_TFTP_NO_OPTIONS, 0L);
778 (void)curl_easy_setopt(curl, CURLOPT_TFTP_NO_OPTIONS, 22L);
779 (void)curl_easy_setopt(curl, CURLOPT_TFTP_NO_OPTIONS, LO);
780 (void)curl_easy_setopt(curl, CURLOPT_TFTP_NO_OPTIONS, HI);
781 (void)curl_easy_setopt(curl, CURLOPT_CONNECT_TO, &object);
782 (void)curl_easy_setopt(curl, CURLOPT_CONNECT_TO, NULL);
783 (void)curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, 0L);
784 (void)curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, 22L);
785 (void)curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, LO);
786 (void)curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, HI);
787 (void)curl_easy_setopt(curl, CURLOPT_KEEP_SENDING_ON_ERROR, 0L);
788 (void)curl_easy_setopt(curl, CURLOPT_KEEP_SENDING_ON_ERROR, 22L);
789 (void)curl_easy_setopt(curl, CURLOPT_KEEP_SENDING_ON_ERROR, LO);
790 (void)curl_easy_setopt(curl, CURLOPT_KEEP_SENDING_ON_ERROR, HI);
791 (void)curl_easy_setopt(curl, CURLOPT_PROXY_CAINFO, "string");
792 (void)curl_easy_setopt(curl, CURLOPT_PROXY_CAINFO, NULL);
793 (void)curl_easy_setopt(curl, CURLOPT_PROXY_CAPATH, "string");
794 (void)curl_easy_setopt(curl, CURLOPT_PROXY_CAPATH, NULL);
795 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYPEER, 0L);
796 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYPEER, 22L);
797 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYPEER, LO);
798 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYPEER, HI);
799 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYHOST, 0L);
800 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYHOST, 22L);
801 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYHOST, LO);
802 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYHOST, HI);
803 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLVERSION, 0L);
804 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLVERSION, 22L);
805 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLVERSION, LO);
806 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLVERSION, HI);
807 (void)curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_USERNAME, "string");
808 (void)curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_USERNAME, NULL);
809 (void)curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_PASSWORD, "string");
810 (void)curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_PASSWORD, NULL);
811 (void)curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_TYPE, "string");
812 (void)curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_TYPE, NULL);
813 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, "string");
814 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, NULL);
815 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERTTYPE, "string");
816 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERTTYPE, NULL);
817 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, "string");
818 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, NULL);
819 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEYTYPE, "string");
820 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEYTYPE, NULL);
821 (void)curl_easy_setopt(curl, CURLOPT_PROXY_KEYPASSWD, "string");
822 (void)curl_easy_setopt(curl, CURLOPT_PROXY_KEYPASSWD, NULL);
823 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_CIPHER_LIST, "string");
824 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_CIPHER_LIST, NULL);
825 (void)curl_easy_setopt(curl, CURLOPT_PROXY_CRLFILE, "string");
826 (void)curl_easy_setopt(curl, CURLOPT_PROXY_CRLFILE, NULL);
827 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_OPTIONS, 0L);
828 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_OPTIONS, 22L);
829 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_OPTIONS, LO);
830 (void)curl_easy_setopt(curl, CURLOPT_PROXY_SSL_OPTIONS, HI);
831 (void)curl_easy_setopt(curl, CURLOPT_PRE_PROXY, "string");
832 (void)curl_easy_setopt(curl, CURLOPT_PRE_PROXY, NULL);
833 (void)curl_easy_setopt(curl, CURLOPT_PROXY_PINNEDPUBLICKEY, "string");
834 (void)curl_easy_setopt(curl, CURLOPT_PROXY_PINNEDPUBLICKEY, NULL);
835 (void)curl_easy_setopt(curl, CURLOPT_ABSTRACT_UNIX_SOCKET, "string");
836 (void)curl_easy_setopt(curl, CURLOPT_ABSTRACT_UNIX_SOCKET, NULL);
837 (void)curl_easy_setopt(curl, CURLOPT_SUPPRESS_CONNECT_HEADERS, 0L);
838 (void)curl_easy_setopt(curl, CURLOPT_SUPPRESS_CONNECT_HEADERS, 22L);
839 (void)curl_easy_setopt(curl, CURLOPT_SUPPRESS_CONNECT_HEADERS, LO);
840 (void)curl_easy_setopt(curl, CURLOPT_SUPPRESS_CONNECT_HEADERS, HI);
841 curl_easy_setopt(curl, 1, 0);
842
843test_cleanup:
844 curl_easy_cleanup(curl);
845 curl_easy_cleanup(dep);
846 curl_share_cleanup(share);
847
848 return res;
849}