• Home
  • Raw
  • Download

Lines Matching refs:curl

105   CURL *curl = NULL;  in test()  local
130 easy_init(curl); in test()
137 res = curl_easy_setopt(curl, CURLOPT_WRITEDATA, &object); in test()
140 res = curl_easy_setopt(curl, CURLOPT_WRITEDATA, NULL); in test()
143 res = curl_easy_setopt(curl, CURLOPT_URL, "string"); in test()
146 res = curl_easy_setopt(curl, CURLOPT_URL, NULL); in test()
149 res = curl_easy_setopt(curl, CURLOPT_PORT, 0L); in test()
152 res = curl_easy_setopt(curl, CURLOPT_PORT, 22L); in test()
155 res = curl_easy_setopt(curl, CURLOPT_PORT, LO); in test()
158 res = curl_easy_setopt(curl, CURLOPT_PORT, HI); in test()
161 res = curl_easy_setopt(curl, CURLOPT_PROXY, "string"); in test()
164 res = curl_easy_setopt(curl, CURLOPT_PROXY, NULL); in test()
167 res = curl_easy_setopt(curl, CURLOPT_USERPWD, "string"); in test()
170 res = curl_easy_setopt(curl, CURLOPT_USERPWD, NULL); in test()
173 res = curl_easy_setopt(curl, CURLOPT_PROXYUSERPWD, "string"); in test()
176 res = curl_easy_setopt(curl, CURLOPT_PROXYUSERPWD, NULL); in test()
179 res = curl_easy_setopt(curl, CURLOPT_RANGE, "string"); in test()
182 res = curl_easy_setopt(curl, CURLOPT_RANGE, NULL); in test()
185 res = curl_easy_setopt(curl, CURLOPT_READDATA, &object); in test()
188 res = curl_easy_setopt(curl, CURLOPT_READDATA, NULL); in test()
191 res = curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, errorbuffer); in test()
194 res = curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, NULL); in test()
197 res = curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, in test()
201 res = curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, NULL); in test()
204 res = curl_easy_setopt(curl, CURLOPT_READFUNCTION, in test()
208 res = curl_easy_setopt(curl, CURLOPT_READFUNCTION, NULL); in test()
211 res = curl_easy_setopt(curl, CURLOPT_TIMEOUT, 0L); in test()
214 res = curl_easy_setopt(curl, CURLOPT_TIMEOUT, 22L); in test()
217 res = curl_easy_setopt(curl, CURLOPT_TIMEOUT, LO); in test()
220 res = curl_easy_setopt(curl, CURLOPT_TIMEOUT, HI); in test()
223 res = curl_easy_setopt(curl, CURLOPT_INFILESIZE, 0L); in test()
226 res = curl_easy_setopt(curl, CURLOPT_INFILESIZE, 22L); in test()
229 res = curl_easy_setopt(curl, CURLOPT_INFILESIZE, LO); in test()
232 res = curl_easy_setopt(curl, CURLOPT_INFILESIZE, HI); in test()
235 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, 0); in test()
236 res = curl_easy_setopt(curl, CURLOPT_POSTFIELDS, stringpointerextra); in test()
239 res = curl_easy_setopt(curl, CURLOPT_POSTFIELDS, NULL); in test()
242 res = curl_easy_setopt(curl, CURLOPT_REFERER, "string"); in test()
245 res = curl_easy_setopt(curl, CURLOPT_REFERER, NULL); in test()
248 res = curl_easy_setopt(curl, CURLOPT_FTPPORT, "string"); in test()
251 res = curl_easy_setopt(curl, CURLOPT_FTPPORT, NULL); in test()
254 res = curl_easy_setopt(curl, CURLOPT_USERAGENT, "string"); in test()
257 res = curl_easy_setopt(curl, CURLOPT_USERAGENT, NULL); in test()
260 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, 0L); in test()
263 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, 22L); in test()
266 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, LO); in test()
269 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, HI); in test()
272 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, 0L); in test()
275 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, 22L); in test()
278 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, LO); in test()
281 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, HI); in test()
284 res = curl_easy_setopt(curl, CURLOPT_RESUME_FROM, 0L); in test()
287 res = curl_easy_setopt(curl, CURLOPT_RESUME_FROM, 22L); in test()
290 res = curl_easy_setopt(curl, CURLOPT_RESUME_FROM, LO); in test()
293 res = curl_easy_setopt(curl, CURLOPT_RESUME_FROM, HI); in test()
296 res = curl_easy_setopt(curl, CURLOPT_COOKIE, "string"); in test()
299 res = curl_easy_setopt(curl, CURLOPT_COOKIE, NULL); in test()
302 res = curl_easy_setopt(curl, CURLOPT_HTTPHEADER, slist); in test()
305 res = curl_easy_setopt(curl, CURLOPT_HTTPHEADER, NULL); in test()
308 res = curl_easy_setopt(curl, CURLOPT_HTTPPOST, httppost); in test()
311 res = curl_easy_setopt(curl, CURLOPT_HTTPPOST, NULL); in test()
314 res = curl_easy_setopt(curl, CURLOPT_SSLCERT, "string"); in test()
317 res = curl_easy_setopt(curl, CURLOPT_SSLCERT, NULL); in test()
320 res = curl_easy_setopt(curl, CURLOPT_KEYPASSWD, "string"); in test()
323 res = curl_easy_setopt(curl, CURLOPT_KEYPASSWD, NULL); in test()
326 res = curl_easy_setopt(curl, CURLOPT_CRLF, 0L); in test()
329 res = curl_easy_setopt(curl, CURLOPT_CRLF, 22L); in test()
332 res = curl_easy_setopt(curl, CURLOPT_CRLF, LO); in test()
335 res = curl_easy_setopt(curl, CURLOPT_CRLF, HI); in test()
338 res = curl_easy_setopt(curl, CURLOPT_QUOTE, slist); in test()
341 res = curl_easy_setopt(curl, CURLOPT_QUOTE, NULL); in test()
344 res = curl_easy_setopt(curl, CURLOPT_HEADERDATA, &object); in test()
347 res = curl_easy_setopt(curl, CURLOPT_HEADERDATA, NULL); in test()
350 res = curl_easy_setopt(curl, CURLOPT_COOKIEFILE, "string"); in test()
353 res = curl_easy_setopt(curl, CURLOPT_COOKIEFILE, NULL); in test()
356 res = curl_easy_setopt(curl, CURLOPT_SSLVERSION, 0L); in test()
359 res = curl_easy_setopt(curl, CURLOPT_SSLVERSION, 22L); in test()
362 res = curl_easy_setopt(curl, CURLOPT_SSLVERSION, LO); in test()
365 res = curl_easy_setopt(curl, CURLOPT_SSLVERSION, HI); in test()
368 res = curl_easy_setopt(curl, CURLOPT_TIMECONDITION, 0L); in test()
371 res = curl_easy_setopt(curl, CURLOPT_TIMECONDITION, 22L); in test()
374 res = curl_easy_setopt(curl, CURLOPT_TIMECONDITION, LO); in test()
377 res = curl_easy_setopt(curl, CURLOPT_TIMECONDITION, HI); in test()
380 res = curl_easy_setopt(curl, CURLOPT_TIMEVALUE, 0L); in test()
383 res = curl_easy_setopt(curl, CURLOPT_TIMEVALUE, 22L); in test()
386 res = curl_easy_setopt(curl, CURLOPT_TIMEVALUE, LO); in test()
389 res = curl_easy_setopt(curl, CURLOPT_TIMEVALUE, HI); in test()
392 res = curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, "string"); in test()
395 res = curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, NULL); in test()
398 res = curl_easy_setopt(curl, CURLOPT_STDERR, stream); in test()
401 res = curl_easy_setopt(curl, CURLOPT_STDERR, NULL); in test()
404 res = curl_easy_setopt(curl, CURLOPT_POSTQUOTE, slist); in test()
407 res = curl_easy_setopt(curl, CURLOPT_POSTQUOTE, NULL); in test()
410 res = curl_easy_setopt(curl, CURLOPT_OBSOLETE40, &object); in test()
413 res = curl_easy_setopt(curl, CURLOPT_OBSOLETE40, NULL); in test()
416 res = curl_easy_setopt(curl, CURLOPT_VERBOSE, 0L); in test()
419 res = curl_easy_setopt(curl, CURLOPT_VERBOSE, 22L); in test()
422 res = curl_easy_setopt(curl, CURLOPT_VERBOSE, LO); in test()
425 res = curl_easy_setopt(curl, CURLOPT_VERBOSE, HI); in test()
428 res = curl_easy_setopt(curl, CURLOPT_HEADER, 0L); in test()
431 res = curl_easy_setopt(curl, CURLOPT_HEADER, 22L); in test()
434 res = curl_easy_setopt(curl, CURLOPT_HEADER, LO); in test()
437 res = curl_easy_setopt(curl, CURLOPT_HEADER, HI); in test()
440 res = curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0L); in test()
443 res = curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 22L); in test()
446 res = curl_easy_setopt(curl, CURLOPT_NOPROGRESS, LO); in test()
449 res = curl_easy_setopt(curl, CURLOPT_NOPROGRESS, HI); in test()
452 res = curl_easy_setopt(curl, CURLOPT_NOBODY, 0L); in test()
455 res = curl_easy_setopt(curl, CURLOPT_NOBODY, 22L); in test()
458 res = curl_easy_setopt(curl, CURLOPT_NOBODY, LO); in test()
461 res = curl_easy_setopt(curl, CURLOPT_NOBODY, HI); in test()
464 res = curl_easy_setopt(curl, CURLOPT_FAILONERROR, 0L); in test()
467 res = curl_easy_setopt(curl, CURLOPT_FAILONERROR, 22L); in test()
470 res = curl_easy_setopt(curl, CURLOPT_FAILONERROR, LO); in test()
473 res = curl_easy_setopt(curl, CURLOPT_FAILONERROR, HI); in test()
476 res = curl_easy_setopt(curl, CURLOPT_UPLOAD, 0L); in test()
479 res = curl_easy_setopt(curl, CURLOPT_UPLOAD, 22L); in test()
482 res = curl_easy_setopt(curl, CURLOPT_UPLOAD, LO); in test()
485 res = curl_easy_setopt(curl, CURLOPT_UPLOAD, HI); in test()
488 res = curl_easy_setopt(curl, CURLOPT_POST, 0L); in test()
491 res = curl_easy_setopt(curl, CURLOPT_POST, 22L); in test()
494 res = curl_easy_setopt(curl, CURLOPT_POST, LO); in test()
497 res = curl_easy_setopt(curl, CURLOPT_POST, HI); in test()
500 res = curl_easy_setopt(curl, CURLOPT_DIRLISTONLY, 0L); in test()
503 res = curl_easy_setopt(curl, CURLOPT_DIRLISTONLY, 22L); in test()
506 res = curl_easy_setopt(curl, CURLOPT_DIRLISTONLY, LO); in test()
509 res = curl_easy_setopt(curl, CURLOPT_DIRLISTONLY, HI); in test()
512 res = curl_easy_setopt(curl, CURLOPT_APPEND, 0L); in test()
515 res = curl_easy_setopt(curl, CURLOPT_APPEND, 22L); in test()
518 res = curl_easy_setopt(curl, CURLOPT_APPEND, LO); in test()
521 res = curl_easy_setopt(curl, CURLOPT_APPEND, HI); in test()
524 res = curl_easy_setopt(curl, CURLOPT_NETRC, 0L); in test()
527 res = curl_easy_setopt(curl, CURLOPT_NETRC, 22L); in test()
530 res = curl_easy_setopt(curl, CURLOPT_NETRC, LO); in test()
533 res = curl_easy_setopt(curl, CURLOPT_NETRC, HI); in test()
536 res = curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 0L); in test()
539 res = curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 22L); in test()
542 res = curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, LO); in test()
545 res = curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, HI); in test()
548 res = curl_easy_setopt(curl, CURLOPT_TRANSFERTEXT, 0L); in test()
551 res = curl_easy_setopt(curl, CURLOPT_TRANSFERTEXT, 22L); in test()
554 res = curl_easy_setopt(curl, CURLOPT_TRANSFERTEXT, LO); in test()
557 res = curl_easy_setopt(curl, CURLOPT_TRANSFERTEXT, HI); in test()
560 res = curl_easy_setopt(curl, CURLOPT_PUT, 0L); in test()
563 res = curl_easy_setopt(curl, CURLOPT_PUT, 22L); in test()
566 res = curl_easy_setopt(curl, CURLOPT_PUT, LO); in test()
569 res = curl_easy_setopt(curl, CURLOPT_PUT, HI); in test()
572 res = curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, in test()
576 res = curl_easy_setopt(curl, CURLOPT_PROGRESSFUNCTION, NULL); in test()
579 res = curl_easy_setopt(curl, CURLOPT_PROGRESSDATA, &object); in test()
582 res = curl_easy_setopt(curl, CURLOPT_PROGRESSDATA, NULL); in test()
585 res = curl_easy_setopt(curl, CURLOPT_AUTOREFERER, 0L); in test()
588 res = curl_easy_setopt(curl, CURLOPT_AUTOREFERER, 22L); in test()
591 res = curl_easy_setopt(curl, CURLOPT_AUTOREFERER, LO); in test()
594 res = curl_easy_setopt(curl, CURLOPT_AUTOREFERER, HI); in test()
597 res = curl_easy_setopt(curl, CURLOPT_PROXYPORT, 0L); in test()
600 res = curl_easy_setopt(curl, CURLOPT_PROXYPORT, 22L); in test()
603 res = curl_easy_setopt(curl, CURLOPT_PROXYPORT, LO); in test()
606 res = curl_easy_setopt(curl, CURLOPT_PROXYPORT, HI); in test()
609 res = curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, 0L); in test()
612 res = curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, 22L); in test()
615 res = curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, LO); in test()
618 res = curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, HI); in test()
621 res = curl_easy_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, 0L); in test()
624 res = curl_easy_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, 22L); in test()
627 res = curl_easy_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, LO); in test()
630 res = curl_easy_setopt(curl, CURLOPT_HTTPPROXYTUNNEL, HI); in test()
633 res = curl_easy_setopt(curl, CURLOPT_INTERFACE, "string"); in test()
636 res = curl_easy_setopt(curl, CURLOPT_INTERFACE, NULL); in test()
639 res = curl_easy_setopt(curl, CURLOPT_KRBLEVEL, "string"); in test()
642 res = curl_easy_setopt(curl, CURLOPT_KRBLEVEL, NULL); in test()
645 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0L); in test()
648 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 22L); in test()
651 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, LO); in test()
654 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, HI); in test()
657 res = curl_easy_setopt(curl, CURLOPT_CAINFO, "string"); in test()
660 res = curl_easy_setopt(curl, CURLOPT_CAINFO, NULL); in test()
663 res = curl_easy_setopt(curl, CURLOPT_MAXREDIRS, 0L); in test()
666 res = curl_easy_setopt(curl, CURLOPT_MAXREDIRS, 22L); in test()
669 res = curl_easy_setopt(curl, CURLOPT_MAXREDIRS, LO); in test()
672 res = curl_easy_setopt(curl, CURLOPT_MAXREDIRS, HI); in test()
675 res = curl_easy_setopt(curl, CURLOPT_FILETIME, 0L); in test()
678 res = curl_easy_setopt(curl, CURLOPT_FILETIME, 22L); in test()
681 res = curl_easy_setopt(curl, CURLOPT_FILETIME, LO); in test()
684 res = curl_easy_setopt(curl, CURLOPT_FILETIME, HI); in test()
687 res = curl_easy_setopt(curl, CURLOPT_TELNETOPTIONS, slist); in test()
690 res = curl_easy_setopt(curl, CURLOPT_TELNETOPTIONS, NULL); in test()
693 res = curl_easy_setopt(curl, CURLOPT_MAXCONNECTS, 0L); in test()
696 res = curl_easy_setopt(curl, CURLOPT_MAXCONNECTS, 22L); in test()
699 res = curl_easy_setopt(curl, CURLOPT_MAXCONNECTS, LO); in test()
702 res = curl_easy_setopt(curl, CURLOPT_MAXCONNECTS, HI); in test()
705 res = curl_easy_setopt(curl, CURLOPT_OBSOLETE72, 0L); in test()
708 res = curl_easy_setopt(curl, CURLOPT_OBSOLETE72, 22L); in test()
711 res = curl_easy_setopt(curl, CURLOPT_OBSOLETE72, LO); in test()
714 res = curl_easy_setopt(curl, CURLOPT_OBSOLETE72, HI); in test()
717 res = curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, 0L); in test()
720 res = curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, 22L); in test()
723 res = curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, LO); in test()
726 res = curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, HI); in test()
729 res = curl_easy_setopt(curl, CURLOPT_FORBID_REUSE, 0L); in test()
732 res = curl_easy_setopt(curl, CURLOPT_FORBID_REUSE, 22L); in test()
735 res = curl_easy_setopt(curl, CURLOPT_FORBID_REUSE, LO); in test()
738 res = curl_easy_setopt(curl, CURLOPT_FORBID_REUSE, HI); in test()
741 res = curl_easy_setopt(curl, CURLOPT_RANDOM_FILE, "string"); in test()
744 res = curl_easy_setopt(curl, CURLOPT_RANDOM_FILE, NULL); in test()
747 res = curl_easy_setopt(curl, CURLOPT_EGDSOCKET, "string"); in test()
750 res = curl_easy_setopt(curl, CURLOPT_EGDSOCKET, NULL); in test()
753 res = curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 0L); in test()
756 res = curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, 22L); in test()
759 res = curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, LO); in test()
762 res = curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT, HI); in test()
765 res = curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, in test()
769 res = curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, NULL); in test()
772 res = curl_easy_setopt(curl, CURLOPT_HTTPGET, 0L); in test()
775 res = curl_easy_setopt(curl, CURLOPT_HTTPGET, 22L); in test()
778 res = curl_easy_setopt(curl, CURLOPT_HTTPGET, LO); in test()
781 res = curl_easy_setopt(curl, CURLOPT_HTTPGET, HI); in test()
784 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L); in test()
787 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 22L); in test()
790 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, LO); in test()
793 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, HI); in test()
796 res = curl_easy_setopt(curl, CURLOPT_COOKIEJAR, "string"); in test()
799 res = curl_easy_setopt(curl, CURLOPT_COOKIEJAR, NULL); in test()
802 res = curl_easy_setopt(curl, CURLOPT_SSL_CIPHER_LIST, "string"); in test()
805 res = curl_easy_setopt(curl, CURLOPT_SSL_CIPHER_LIST, NULL); in test()
808 res = curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, 0L); in test()
811 res = curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, 22L); in test()
814 res = curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, LO); in test()
817 res = curl_easy_setopt(curl, CURLOPT_HTTP_VERSION, HI); in test()
820 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_EPSV, 0L); in test()
823 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_EPSV, 22L); in test()
826 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_EPSV, LO); in test()
829 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_EPSV, HI); in test()
832 res = curl_easy_setopt(curl, CURLOPT_SSLCERTTYPE, "string"); in test()
835 res = curl_easy_setopt(curl, CURLOPT_SSLCERTTYPE, NULL); in test()
838 res = curl_easy_setopt(curl, CURLOPT_SSLKEY, "string"); in test()
841 res = curl_easy_setopt(curl, CURLOPT_SSLKEY, NULL); in test()
844 res = curl_easy_setopt(curl, CURLOPT_SSLKEYTYPE, "string"); in test()
847 res = curl_easy_setopt(curl, CURLOPT_SSLKEYTYPE, NULL); in test()
850 res = curl_easy_setopt(curl, CURLOPT_SSLENGINE, "string"); in test()
853 res = curl_easy_setopt(curl, CURLOPT_SSLENGINE, NULL); in test()
856 res = curl_easy_setopt(curl, CURLOPT_SSLENGINE_DEFAULT, 0L); in test()
859 res = curl_easy_setopt(curl, CURLOPT_SSLENGINE_DEFAULT, 22L); in test()
862 res = curl_easy_setopt(curl, CURLOPT_SSLENGINE_DEFAULT, LO); in test()
865 res = curl_easy_setopt(curl, CURLOPT_SSLENGINE_DEFAULT, HI); in test()
868 res = curl_easy_setopt(curl, CURLOPT_DNS_USE_GLOBAL_CACHE, 0L); in test()
871 res = curl_easy_setopt(curl, CURLOPT_DNS_USE_GLOBAL_CACHE, 22L); in test()
874 res = curl_easy_setopt(curl, CURLOPT_DNS_USE_GLOBAL_CACHE, LO); in test()
877 res = curl_easy_setopt(curl, CURLOPT_DNS_USE_GLOBAL_CACHE, HI); in test()
880 res = curl_easy_setopt(curl, CURLOPT_DNS_CACHE_TIMEOUT, 0L); in test()
883 res = curl_easy_setopt(curl, CURLOPT_DNS_CACHE_TIMEOUT, 22L); in test()
886 res = curl_easy_setopt(curl, CURLOPT_DNS_CACHE_TIMEOUT, LO); in test()
889 res = curl_easy_setopt(curl, CURLOPT_DNS_CACHE_TIMEOUT, HI); in test()
892 res = curl_easy_setopt(curl, CURLOPT_PREQUOTE, slist); in test()
895 res = curl_easy_setopt(curl, CURLOPT_PREQUOTE, NULL); in test()
898 res = curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, in test()
902 res = curl_easy_setopt(curl, CURLOPT_DEBUGFUNCTION, NULL); in test()
905 res = curl_easy_setopt(curl, CURLOPT_DEBUGDATA, &object); in test()
908 res = curl_easy_setopt(curl, CURLOPT_DEBUGDATA, NULL); in test()
911 res = curl_easy_setopt(curl, CURLOPT_COOKIESESSION, 0L); in test()
914 res = curl_easy_setopt(curl, CURLOPT_COOKIESESSION, 22L); in test()
917 res = curl_easy_setopt(curl, CURLOPT_COOKIESESSION, LO); in test()
920 res = curl_easy_setopt(curl, CURLOPT_COOKIESESSION, HI); in test()
923 res = curl_easy_setopt(curl, CURLOPT_CAPATH, "string"); in test()
926 res = curl_easy_setopt(curl, CURLOPT_CAPATH, NULL); in test()
929 res = curl_easy_setopt(curl, CURLOPT_BUFFERSIZE, 0L); in test()
932 res = curl_easy_setopt(curl, CURLOPT_BUFFERSIZE, 22L); in test()
935 res = curl_easy_setopt(curl, CURLOPT_BUFFERSIZE, LO); in test()
938 res = curl_easy_setopt(curl, CURLOPT_BUFFERSIZE, HI); in test()
941 res = curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 0L); in test()
944 res = curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 22L); in test()
947 res = curl_easy_setopt(curl, CURLOPT_NOSIGNAL, LO); in test()
950 res = curl_easy_setopt(curl, CURLOPT_NOSIGNAL, HI); in test()
953 res = curl_easy_setopt(curl, CURLOPT_SHARE, share); in test()
956 res = curl_easy_setopt(curl, CURLOPT_SHARE, NULL); in test()
959 res = curl_easy_setopt(curl, CURLOPT_PROXYTYPE, 0L); in test()
962 res = curl_easy_setopt(curl, CURLOPT_PROXYTYPE, 22L); in test()
965 res = curl_easy_setopt(curl, CURLOPT_PROXYTYPE, LO); in test()
968 res = curl_easy_setopt(curl, CURLOPT_PROXYTYPE, HI); in test()
971 res = curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, "string"); in test()
974 res = curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, NULL); in test()
977 res = curl_easy_setopt(curl, CURLOPT_PRIVATE, &object); in test()
980 res = curl_easy_setopt(curl, CURLOPT_PRIVATE, NULL); in test()
983 res = curl_easy_setopt(curl, CURLOPT_HTTP200ALIASES, slist); in test()
986 res = curl_easy_setopt(curl, CURLOPT_HTTP200ALIASES, NULL); in test()
989 res = curl_easy_setopt(curl, CURLOPT_UNRESTRICTED_AUTH, 0L); in test()
992 res = curl_easy_setopt(curl, CURLOPT_UNRESTRICTED_AUTH, 22L); in test()
995 res = curl_easy_setopt(curl, CURLOPT_UNRESTRICTED_AUTH, LO); in test()
998 res = curl_easy_setopt(curl, CURLOPT_UNRESTRICTED_AUTH, HI); in test()
1001 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_EPRT, 0L); in test()
1004 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_EPRT, 22L); in test()
1007 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_EPRT, LO); in test()
1010 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_EPRT, HI); in test()
1013 res = curl_easy_setopt(curl, CURLOPT_HTTPAUTH, 0L); in test()
1016 res = curl_easy_setopt(curl, CURLOPT_HTTPAUTH, 22L); in test()
1019 res = curl_easy_setopt(curl, CURLOPT_HTTPAUTH, LO); in test()
1022 res = curl_easy_setopt(curl, CURLOPT_HTTPAUTH, HI); in test()
1025 res = curl_easy_setopt(curl, CURLOPT_SSL_CTX_FUNCTION, in test()
1029 res = curl_easy_setopt(curl, CURLOPT_SSL_CTX_FUNCTION, NULL); in test()
1032 res = curl_easy_setopt(curl, CURLOPT_SSL_CTX_DATA, &object); in test()
1035 res = curl_easy_setopt(curl, CURLOPT_SSL_CTX_DATA, NULL); in test()
1038 res = curl_easy_setopt(curl, CURLOPT_FTP_CREATE_MISSING_DIRS, 0L); in test()
1041 res = curl_easy_setopt(curl, CURLOPT_FTP_CREATE_MISSING_DIRS, 22L); in test()
1044 res = curl_easy_setopt(curl, CURLOPT_FTP_CREATE_MISSING_DIRS, LO); in test()
1047 res = curl_easy_setopt(curl, CURLOPT_FTP_CREATE_MISSING_DIRS, HI); in test()
1050 res = curl_easy_setopt(curl, CURLOPT_PROXYAUTH, 0L); in test()
1053 res = curl_easy_setopt(curl, CURLOPT_PROXYAUTH, 22L); in test()
1056 res = curl_easy_setopt(curl, CURLOPT_PROXYAUTH, LO); in test()
1059 res = curl_easy_setopt(curl, CURLOPT_PROXYAUTH, HI); in test()
1062 res = curl_easy_setopt(curl, CURLOPT_FTP_RESPONSE_TIMEOUT, 0L); in test()
1065 res = curl_easy_setopt(curl, CURLOPT_FTP_RESPONSE_TIMEOUT, 22L); in test()
1068 res = curl_easy_setopt(curl, CURLOPT_FTP_RESPONSE_TIMEOUT, LO); in test()
1071 res = curl_easy_setopt(curl, CURLOPT_FTP_RESPONSE_TIMEOUT, HI); in test()
1074 res = curl_easy_setopt(curl, CURLOPT_IPRESOLVE, 0L); in test()
1077 res = curl_easy_setopt(curl, CURLOPT_IPRESOLVE, 22L); in test()
1080 res = curl_easy_setopt(curl, CURLOPT_IPRESOLVE, LO); in test()
1083 res = curl_easy_setopt(curl, CURLOPT_IPRESOLVE, HI); in test()
1086 res = curl_easy_setopt(curl, CURLOPT_MAXFILESIZE, 0L); in test()
1089 res = curl_easy_setopt(curl, CURLOPT_MAXFILESIZE, 22L); in test()
1092 res = curl_easy_setopt(curl, CURLOPT_MAXFILESIZE, LO); in test()
1095 res = curl_easy_setopt(curl, CURLOPT_MAXFILESIZE, HI); in test()
1098 res = curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, OFF_NO); in test()
1101 res = curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, OFF_HI); in test()
1104 res = curl_easy_setopt(curl, CURLOPT_INFILESIZE_LARGE, OFF_LO); in test()
1107 res = curl_easy_setopt(curl, CURLOPT_RESUME_FROM_LARGE, OFF_NO); in test()
1110 res = curl_easy_setopt(curl, CURLOPT_RESUME_FROM_LARGE, OFF_HI); in test()
1113 res = curl_easy_setopt(curl, CURLOPT_RESUME_FROM_LARGE, OFF_LO); in test()
1116 res = curl_easy_setopt(curl, CURLOPT_MAXFILESIZE_LARGE, OFF_NO); in test()
1119 res = curl_easy_setopt(curl, CURLOPT_MAXFILESIZE_LARGE, OFF_HI); in test()
1122 res = curl_easy_setopt(curl, CURLOPT_MAXFILESIZE_LARGE, OFF_LO); in test()
1125 res = curl_easy_setopt(curl, CURLOPT_NETRC_FILE, "string"); in test()
1128 res = curl_easy_setopt(curl, CURLOPT_NETRC_FILE, NULL); in test()
1131 res = curl_easy_setopt(curl, CURLOPT_USE_SSL, 0L); in test()
1134 res = curl_easy_setopt(curl, CURLOPT_USE_SSL, 22L); in test()
1137 res = curl_easy_setopt(curl, CURLOPT_USE_SSL, LO); in test()
1140 res = curl_easy_setopt(curl, CURLOPT_USE_SSL, HI); in test()
1143 res = curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE_LARGE, OFF_NO); in test()
1146 res = curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE_LARGE, OFF_HI); in test()
1149 res = curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE_LARGE, OFF_LO); in test()
1152 res = curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, 0L); in test()
1155 res = curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, 22L); in test()
1158 res = curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, LO); in test()
1161 res = curl_easy_setopt(curl, CURLOPT_TCP_NODELAY, HI); in test()
1164 res = curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, 0L); in test()
1167 res = curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, 22L); in test()
1170 res = curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, LO); in test()
1173 res = curl_easy_setopt(curl, CURLOPT_FTPSSLAUTH, HI); in test()
1176 res = curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, in test()
1180 res = curl_easy_setopt(curl, CURLOPT_IOCTLFUNCTION, NULL); in test()
1183 res = curl_easy_setopt(curl, CURLOPT_IOCTLDATA, &object); in test()
1186 res = curl_easy_setopt(curl, CURLOPT_IOCTLDATA, NULL); in test()
1189 res = curl_easy_setopt(curl, CURLOPT_FTP_ACCOUNT, "string"); in test()
1192 res = curl_easy_setopt(curl, CURLOPT_FTP_ACCOUNT, NULL); in test()
1195 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, "string"); in test()
1198 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, NULL); in test()
1201 res = curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, 0L); in test()
1204 res = curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, 22L); in test()
1207 res = curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, LO); in test()
1210 res = curl_easy_setopt(curl, CURLOPT_IGNORE_CONTENT_LENGTH, HI); in test()
1213 res = curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, 0L); in test()
1216 res = curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, 22L); in test()
1219 res = curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, LO); in test()
1222 res = curl_easy_setopt(curl, CURLOPT_FTP_SKIP_PASV_IP, HI); in test()
1225 res = curl_easy_setopt(curl, CURLOPT_FTP_FILEMETHOD, 0L); in test()
1228 res = curl_easy_setopt(curl, CURLOPT_FTP_FILEMETHOD, 22L); in test()
1231 res = curl_easy_setopt(curl, CURLOPT_FTP_FILEMETHOD, LO); in test()
1234 res = curl_easy_setopt(curl, CURLOPT_FTP_FILEMETHOD, HI); in test()
1237 res = curl_easy_setopt(curl, CURLOPT_LOCALPORT, 0L); in test()
1240 res = curl_easy_setopt(curl, CURLOPT_LOCALPORT, 22L); in test()
1243 res = curl_easy_setopt(curl, CURLOPT_LOCALPORT, LO); in test()
1246 res = curl_easy_setopt(curl, CURLOPT_LOCALPORT, HI); in test()
1249 res = curl_easy_setopt(curl, CURLOPT_LOCALPORTRANGE, 0L); in test()
1252 res = curl_easy_setopt(curl, CURLOPT_LOCALPORTRANGE, 22L); in test()
1255 res = curl_easy_setopt(curl, CURLOPT_LOCALPORTRANGE, LO); in test()
1258 res = curl_easy_setopt(curl, CURLOPT_LOCALPORTRANGE, HI); in test()
1261 res = curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, 0L); in test()
1264 res = curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, 22L); in test()
1267 res = curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, LO); in test()
1270 res = curl_easy_setopt(curl, CURLOPT_CONNECT_ONLY, HI); in test()
1273 res = curl_easy_setopt(curl, CURLOPT_CONV_FROM_NETWORK_FUNCTION, in test()
1277 res = curl_easy_setopt(curl, CURLOPT_CONV_FROM_NETWORK_FUNCTION, NULL); in test()
1280 res = curl_easy_setopt(curl, CURLOPT_CONV_TO_NETWORK_FUNCTION, in test()
1284 res = curl_easy_setopt(curl, CURLOPT_CONV_TO_NETWORK_FUNCTION, NULL); in test()
1287 res = curl_easy_setopt(curl, CURLOPT_CONV_FROM_UTF8_FUNCTION, in test()
1291 res = curl_easy_setopt(curl, CURLOPT_CONV_FROM_UTF8_FUNCTION, NULL); in test()
1294 res = curl_easy_setopt(curl, CURLOPT_MAX_SEND_SPEED_LARGE, OFF_NO); in test()
1297 res = curl_easy_setopt(curl, CURLOPT_MAX_SEND_SPEED_LARGE, OFF_HI); in test()
1300 res = curl_easy_setopt(curl, CURLOPT_MAX_SEND_SPEED_LARGE, OFF_LO); in test()
1303 res = curl_easy_setopt(curl, CURLOPT_MAX_RECV_SPEED_LARGE, OFF_NO); in test()
1306 res = curl_easy_setopt(curl, CURLOPT_MAX_RECV_SPEED_LARGE, OFF_HI); in test()
1309 res = curl_easy_setopt(curl, CURLOPT_MAX_RECV_SPEED_LARGE, OFF_LO); in test()
1312 res = curl_easy_setopt(curl, CURLOPT_FTP_ALTERNATIVE_TO_USER, "string"); in test()
1315 res = curl_easy_setopt(curl, CURLOPT_FTP_ALTERNATIVE_TO_USER, NULL); in test()
1318 res = curl_easy_setopt(curl, CURLOPT_SOCKOPTFUNCTION, in test()
1322 res = curl_easy_setopt(curl, CURLOPT_SOCKOPTFUNCTION, NULL); in test()
1325 res = curl_easy_setopt(curl, CURLOPT_SOCKOPTDATA, &object); in test()
1328 res = curl_easy_setopt(curl, CURLOPT_SOCKOPTDATA, NULL); in test()
1331 res = curl_easy_setopt(curl, CURLOPT_SSL_SESSIONID_CACHE, 0L); in test()
1334 res = curl_easy_setopt(curl, CURLOPT_SSL_SESSIONID_CACHE, 22L); in test()
1337 res = curl_easy_setopt(curl, CURLOPT_SSL_SESSIONID_CACHE, LO); in test()
1340 res = curl_easy_setopt(curl, CURLOPT_SSL_SESSIONID_CACHE, HI); in test()
1343 res = curl_easy_setopt(curl, CURLOPT_SSH_AUTH_TYPES, 0L); in test()
1346 res = curl_easy_setopt(curl, CURLOPT_SSH_AUTH_TYPES, 22L); in test()
1349 res = curl_easy_setopt(curl, CURLOPT_SSH_AUTH_TYPES, LO); in test()
1352 res = curl_easy_setopt(curl, CURLOPT_SSH_AUTH_TYPES, HI); in test()
1355 res = curl_easy_setopt(curl, CURLOPT_SSH_PUBLIC_KEYFILE, "string"); in test()
1358 res = curl_easy_setopt(curl, CURLOPT_SSH_PUBLIC_KEYFILE, NULL); in test()
1361 res = curl_easy_setopt(curl, CURLOPT_SSH_PRIVATE_KEYFILE, "string"); in test()
1364 res = curl_easy_setopt(curl, CURLOPT_SSH_PRIVATE_KEYFILE, NULL); in test()
1367 res = curl_easy_setopt(curl, CURLOPT_FTP_SSL_CCC, 0L); in test()
1370 res = curl_easy_setopt(curl, CURLOPT_FTP_SSL_CCC, 22L); in test()
1373 res = curl_easy_setopt(curl, CURLOPT_FTP_SSL_CCC, LO); in test()
1376 res = curl_easy_setopt(curl, CURLOPT_FTP_SSL_CCC, HI); in test()
1379 res = curl_easy_setopt(curl, CURLOPT_TIMEOUT_MS, 0L); in test()
1382 res = curl_easy_setopt(curl, CURLOPT_TIMEOUT_MS, 22L); in test()
1385 res = curl_easy_setopt(curl, CURLOPT_TIMEOUT_MS, LO); in test()
1388 res = curl_easy_setopt(curl, CURLOPT_TIMEOUT_MS, HI); in test()
1391 res = curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, 0L); in test()
1394 res = curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, 22L); in test()
1397 res = curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, LO); in test()
1400 res = curl_easy_setopt(curl, CURLOPT_CONNECTTIMEOUT_MS, HI); in test()
1403 res = curl_easy_setopt(curl, CURLOPT_HTTP_TRANSFER_DECODING, 0L); in test()
1406 res = curl_easy_setopt(curl, CURLOPT_HTTP_TRANSFER_DECODING, 22L); in test()
1409 res = curl_easy_setopt(curl, CURLOPT_HTTP_TRANSFER_DECODING, LO); in test()
1412 res = curl_easy_setopt(curl, CURLOPT_HTTP_TRANSFER_DECODING, HI); in test()
1415 res = curl_easy_setopt(curl, CURLOPT_HTTP_CONTENT_DECODING, 0L); in test()
1418 res = curl_easy_setopt(curl, CURLOPT_HTTP_CONTENT_DECODING, 22L); in test()
1421 res = curl_easy_setopt(curl, CURLOPT_HTTP_CONTENT_DECODING, LO); in test()
1424 res = curl_easy_setopt(curl, CURLOPT_HTTP_CONTENT_DECODING, HI); in test()
1427 res = curl_easy_setopt(curl, CURLOPT_NEW_FILE_PERMS, 0L); in test()
1430 res = curl_easy_setopt(curl, CURLOPT_NEW_FILE_PERMS, 22L); in test()
1433 res = curl_easy_setopt(curl, CURLOPT_NEW_FILE_PERMS, LO); in test()
1436 res = curl_easy_setopt(curl, CURLOPT_NEW_FILE_PERMS, HI); in test()
1439 res = curl_easy_setopt(curl, CURLOPT_NEW_DIRECTORY_PERMS, 0L); in test()
1442 res = curl_easy_setopt(curl, CURLOPT_NEW_DIRECTORY_PERMS, 22L); in test()
1445 res = curl_easy_setopt(curl, CURLOPT_NEW_DIRECTORY_PERMS, LO); in test()
1448 res = curl_easy_setopt(curl, CURLOPT_NEW_DIRECTORY_PERMS, HI); in test()
1451 res = curl_easy_setopt(curl, CURLOPT_POSTREDIR, 0L); in test()
1454 res = curl_easy_setopt(curl, CURLOPT_POSTREDIR, 22L); in test()
1457 res = curl_easy_setopt(curl, CURLOPT_POSTREDIR, LO); in test()
1460 res = curl_easy_setopt(curl, CURLOPT_POSTREDIR, HI); in test()
1463 res = curl_easy_setopt(curl, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5, "string"); in test()
1466 res = curl_easy_setopt(curl, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5, NULL); in test()
1469 res = curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, in test()
1473 res = curl_easy_setopt(curl, CURLOPT_OPENSOCKETFUNCTION, NULL); in test()
1476 res = curl_easy_setopt(curl, CURLOPT_OPENSOCKETDATA, &object); in test()
1479 res = curl_easy_setopt(curl, CURLOPT_OPENSOCKETDATA, NULL); in test()
1482 (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, 0); in test()
1483 res = curl_easy_setopt(curl, CURLOPT_COPYPOSTFIELDS, stringpointerextra); in test()
1486 res = curl_easy_setopt(curl, CURLOPT_COPYPOSTFIELDS, NULL); in test()
1489 res = curl_easy_setopt(curl, CURLOPT_PROXY_TRANSFER_MODE, 0L); in test()
1492 res = curl_easy_setopt(curl, CURLOPT_PROXY_TRANSFER_MODE, 22L); in test()
1495 res = curl_easy_setopt(curl, CURLOPT_PROXY_TRANSFER_MODE, LO); in test()
1498 res = curl_easy_setopt(curl, CURLOPT_PROXY_TRANSFER_MODE, HI); in test()
1501 res = curl_easy_setopt(curl, CURLOPT_SEEKFUNCTION, in test()
1505 res = curl_easy_setopt(curl, CURLOPT_SEEKFUNCTION, NULL); in test()
1508 res = curl_easy_setopt(curl, CURLOPT_SEEKDATA, &object); in test()
1511 res = curl_easy_setopt(curl, CURLOPT_SEEKDATA, NULL); in test()
1514 res = curl_easy_setopt(curl, CURLOPT_CRLFILE, "string"); in test()
1517 res = curl_easy_setopt(curl, CURLOPT_CRLFILE, NULL); in test()
1520 res = curl_easy_setopt(curl, CURLOPT_ISSUERCERT, "string"); in test()
1523 res = curl_easy_setopt(curl, CURLOPT_ISSUERCERT, NULL); in test()
1526 res = curl_easy_setopt(curl, CURLOPT_ADDRESS_SCOPE, 0L); in test()
1529 res = curl_easy_setopt(curl, CURLOPT_ADDRESS_SCOPE, 22L); in test()
1532 res = curl_easy_setopt(curl, CURLOPT_ADDRESS_SCOPE, LO); in test()
1535 res = curl_easy_setopt(curl, CURLOPT_ADDRESS_SCOPE, HI); in test()
1538 res = curl_easy_setopt(curl, CURLOPT_CERTINFO, 0L); in test()
1541 res = curl_easy_setopt(curl, CURLOPT_CERTINFO, 22L); in test()
1544 res = curl_easy_setopt(curl, CURLOPT_CERTINFO, LO); in test()
1547 res = curl_easy_setopt(curl, CURLOPT_CERTINFO, HI); in test()
1550 res = curl_easy_setopt(curl, CURLOPT_USERNAME, "string"); in test()
1553 res = curl_easy_setopt(curl, CURLOPT_USERNAME, NULL); in test()
1556 res = curl_easy_setopt(curl, CURLOPT_PASSWORD, "string"); in test()
1559 res = curl_easy_setopt(curl, CURLOPT_PASSWORD, NULL); in test()
1562 res = curl_easy_setopt(curl, CURLOPT_PROXYUSERNAME, "string"); in test()
1565 res = curl_easy_setopt(curl, CURLOPT_PROXYUSERNAME, NULL); in test()
1568 res = curl_easy_setopt(curl, CURLOPT_PROXYPASSWORD, "string"); in test()
1571 res = curl_easy_setopt(curl, CURLOPT_PROXYPASSWORD, NULL); in test()
1574 res = curl_easy_setopt(curl, CURLOPT_NOPROXY, "string"); in test()
1577 res = curl_easy_setopt(curl, CURLOPT_NOPROXY, NULL); in test()
1580 res = curl_easy_setopt(curl, CURLOPT_TFTP_BLKSIZE, 0L); in test()
1583 res = curl_easy_setopt(curl, CURLOPT_TFTP_BLKSIZE, 22L); in test()
1586 res = curl_easy_setopt(curl, CURLOPT_TFTP_BLKSIZE, LO); in test()
1589 res = curl_easy_setopt(curl, CURLOPT_TFTP_BLKSIZE, HI); in test()
1592 res = curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_SERVICE, "string"); in test()
1595 res = curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_SERVICE, NULL); in test()
1598 res = curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_NEC, 0L); in test()
1601 res = curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_NEC, 22L); in test()
1604 res = curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_NEC, LO); in test()
1607 res = curl_easy_setopt(curl, CURLOPT_SOCKS5_GSSAPI_NEC, HI); in test()
1610 res = curl_easy_setopt(curl, CURLOPT_PROTOCOLS, 0L); in test()
1613 res = curl_easy_setopt(curl, CURLOPT_PROTOCOLS, 22L); in test()
1616 res = curl_easy_setopt(curl, CURLOPT_PROTOCOLS, LO); in test()
1619 res = curl_easy_setopt(curl, CURLOPT_PROTOCOLS, HI); in test()
1622 res = curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, 0L); in test()
1625 res = curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, 22L); in test()
1628 res = curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, LO); in test()
1631 res = curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, HI); in test()
1634 res = curl_easy_setopt(curl, CURLOPT_SSH_KNOWNHOSTS, "string"); in test()
1637 res = curl_easy_setopt(curl, CURLOPT_SSH_KNOWNHOSTS, NULL); in test()
1640 res = curl_easy_setopt(curl, CURLOPT_SSH_KEYFUNCTION, in test()
1644 res = curl_easy_setopt(curl, CURLOPT_SSH_KEYFUNCTION, NULL); in test()
1647 res = curl_easy_setopt(curl, CURLOPT_SSH_KEYDATA, &object); in test()
1650 res = curl_easy_setopt(curl, CURLOPT_SSH_KEYDATA, NULL); in test()
1653 res = curl_easy_setopt(curl, CURLOPT_MAIL_FROM, "string"); in test()
1656 res = curl_easy_setopt(curl, CURLOPT_MAIL_FROM, NULL); in test()
1659 res = curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, slist); in test()
1662 res = curl_easy_setopt(curl, CURLOPT_MAIL_RCPT, NULL); in test()
1665 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_PRET, 0L); in test()
1668 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_PRET, 22L); in test()
1671 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_PRET, LO); in test()
1674 res = curl_easy_setopt(curl, CURLOPT_FTP_USE_PRET, HI); in test()
1677 res = curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, 0L); in test()
1680 res = curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, 22L); in test()
1683 res = curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, LO); in test()
1686 res = curl_easy_setopt(curl, CURLOPT_RTSP_REQUEST, HI); in test()
1689 res = curl_easy_setopt(curl, CURLOPT_RTSP_SESSION_ID, "string"); in test()
1692 res = curl_easy_setopt(curl, CURLOPT_RTSP_SESSION_ID, NULL); in test()
1695 res = curl_easy_setopt(curl, CURLOPT_RTSP_STREAM_URI, "string"); in test()
1698 res = curl_easy_setopt(curl, CURLOPT_RTSP_STREAM_URI, NULL); in test()
1701 res = curl_easy_setopt(curl, CURLOPT_RTSP_TRANSPORT, "string"); in test()
1704 res = curl_easy_setopt(curl, CURLOPT_RTSP_TRANSPORT, NULL); in test()
1707 res = curl_easy_setopt(curl, CURLOPT_RTSP_CLIENT_CSEQ, 0L); in test()
1710 res = curl_easy_setopt(curl, CURLOPT_RTSP_CLIENT_CSEQ, 22L); in test()
1713 res = curl_easy_setopt(curl, CURLOPT_RTSP_CLIENT_CSEQ, LO); in test()
1716 res = curl_easy_setopt(curl, CURLOPT_RTSP_CLIENT_CSEQ, HI); in test()
1719 res = curl_easy_setopt(curl, CURLOPT_RTSP_SERVER_CSEQ, 0L); in test()
1722 res = curl_easy_setopt(curl, CURLOPT_RTSP_SERVER_CSEQ, 22L); in test()
1725 res = curl_easy_setopt(curl, CURLOPT_RTSP_SERVER_CSEQ, LO); in test()
1728 res = curl_easy_setopt(curl, CURLOPT_RTSP_SERVER_CSEQ, HI); in test()
1731 res = curl_easy_setopt(curl, CURLOPT_INTERLEAVEDATA, &object); in test()
1734 res = curl_easy_setopt(curl, CURLOPT_INTERLEAVEDATA, NULL); in test()
1737 res = curl_easy_setopt(curl, CURLOPT_INTERLEAVEFUNCTION, in test()
1741 res = curl_easy_setopt(curl, CURLOPT_INTERLEAVEFUNCTION, NULL); in test()
1744 res = curl_easy_setopt(curl, CURLOPT_WILDCARDMATCH, 0L); in test()
1747 res = curl_easy_setopt(curl, CURLOPT_WILDCARDMATCH, 22L); in test()
1750 res = curl_easy_setopt(curl, CURLOPT_WILDCARDMATCH, LO); in test()
1753 res = curl_easy_setopt(curl, CURLOPT_WILDCARDMATCH, HI); in test()
1756 res = curl_easy_setopt(curl, CURLOPT_CHUNK_BGN_FUNCTION, in test()
1760 res = curl_easy_setopt(curl, CURLOPT_CHUNK_BGN_FUNCTION, NULL); in test()
1763 res = curl_easy_setopt(curl, CURLOPT_CHUNK_END_FUNCTION, in test()
1767 res = curl_easy_setopt(curl, CURLOPT_CHUNK_END_FUNCTION, NULL); in test()
1770 res = curl_easy_setopt(curl, CURLOPT_FNMATCH_FUNCTION, in test()
1774 res = curl_easy_setopt(curl, CURLOPT_FNMATCH_FUNCTION, NULL); in test()
1777 res = curl_easy_setopt(curl, CURLOPT_CHUNK_DATA, &object); in test()
1780 res = curl_easy_setopt(curl, CURLOPT_CHUNK_DATA, NULL); in test()
1783 res = curl_easy_setopt(curl, CURLOPT_FNMATCH_DATA, &object); in test()
1786 res = curl_easy_setopt(curl, CURLOPT_FNMATCH_DATA, NULL); in test()
1789 res = curl_easy_setopt(curl, CURLOPT_RESOLVE, slist); in test()
1792 res = curl_easy_setopt(curl, CURLOPT_RESOLVE, NULL); in test()
1795 res = curl_easy_setopt(curl, CURLOPT_TLSAUTH_USERNAME, "string"); in test()
1798 res = curl_easy_setopt(curl, CURLOPT_TLSAUTH_USERNAME, NULL); in test()
1801 res = curl_easy_setopt(curl, CURLOPT_TLSAUTH_PASSWORD, "string"); in test()
1804 res = curl_easy_setopt(curl, CURLOPT_TLSAUTH_PASSWORD, NULL); in test()
1807 res = curl_easy_setopt(curl, CURLOPT_TLSAUTH_TYPE, "string"); in test()
1810 res = curl_easy_setopt(curl, CURLOPT_TLSAUTH_TYPE, NULL); in test()
1813 res = curl_easy_setopt(curl, CURLOPT_TRANSFER_ENCODING, 0L); in test()
1816 res = curl_easy_setopt(curl, CURLOPT_TRANSFER_ENCODING, 22L); in test()
1819 res = curl_easy_setopt(curl, CURLOPT_TRANSFER_ENCODING, LO); in test()
1822 res = curl_easy_setopt(curl, CURLOPT_TRANSFER_ENCODING, HI); in test()
1825 res = curl_easy_setopt(curl, CURLOPT_CLOSESOCKETFUNCTION, in test()
1829 res = curl_easy_setopt(curl, CURLOPT_CLOSESOCKETFUNCTION, NULL); in test()
1832 res = curl_easy_setopt(curl, CURLOPT_CLOSESOCKETDATA, &object); in test()
1835 res = curl_easy_setopt(curl, CURLOPT_CLOSESOCKETDATA, NULL); in test()
1838 res = curl_easy_setopt(curl, CURLOPT_GSSAPI_DELEGATION, 0L); in test()
1841 res = curl_easy_setopt(curl, CURLOPT_GSSAPI_DELEGATION, 22L); in test()
1844 res = curl_easy_setopt(curl, CURLOPT_GSSAPI_DELEGATION, LO); in test()
1847 res = curl_easy_setopt(curl, CURLOPT_GSSAPI_DELEGATION, HI); in test()
1850 res = curl_easy_setopt(curl, CURLOPT_DNS_SERVERS, "string"); in test()
1853 res = curl_easy_setopt(curl, CURLOPT_DNS_SERVERS, NULL); in test()
1856 res = curl_easy_setopt(curl, CURLOPT_ACCEPTTIMEOUT_MS, 0L); in test()
1859 res = curl_easy_setopt(curl, CURLOPT_ACCEPTTIMEOUT_MS, 22L); in test()
1862 res = curl_easy_setopt(curl, CURLOPT_ACCEPTTIMEOUT_MS, LO); in test()
1865 res = curl_easy_setopt(curl, CURLOPT_ACCEPTTIMEOUT_MS, HI); in test()
1868 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPALIVE, 0L); in test()
1871 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPALIVE, 22L); in test()
1874 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPALIVE, LO); in test()
1877 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPALIVE, HI); in test()
1880 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPIDLE, 0L); in test()
1883 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPIDLE, 22L); in test()
1886 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPIDLE, LO); in test()
1889 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPIDLE, HI); in test()
1892 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPINTVL, 0L); in test()
1895 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPINTVL, 22L); in test()
1898 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPINTVL, LO); in test()
1901 res = curl_easy_setopt(curl, CURLOPT_TCP_KEEPINTVL, HI); in test()
1904 res = curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, 0L); in test()
1907 res = curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, 22L); in test()
1910 res = curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, LO); in test()
1913 res = curl_easy_setopt(curl, CURLOPT_SSL_OPTIONS, HI); in test()
1916 res = curl_easy_setopt(curl, CURLOPT_MAIL_AUTH, "string"); in test()
1919 res = curl_easy_setopt(curl, CURLOPT_MAIL_AUTH, NULL); in test()
1922 res = curl_easy_setopt(curl, CURLOPT_SASL_IR, 0L); in test()
1925 res = curl_easy_setopt(curl, CURLOPT_SASL_IR, 22L); in test()
1928 res = curl_easy_setopt(curl, CURLOPT_SASL_IR, LO); in test()
1931 res = curl_easy_setopt(curl, CURLOPT_SASL_IR, HI); in test()
1934 res = curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, in test()
1938 res = curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, NULL); in test()
1941 res = curl_easy_setopt(curl, CURLOPT_XOAUTH2_BEARER, "string"); in test()
1944 res = curl_easy_setopt(curl, CURLOPT_XOAUTH2_BEARER, NULL); in test()
1947 res = curl_easy_setopt(curl, CURLOPT_DNS_INTERFACE, "string"); in test()
1950 res = curl_easy_setopt(curl, CURLOPT_DNS_INTERFACE, NULL); in test()
1953 res = curl_easy_setopt(curl, CURLOPT_DNS_LOCAL_IP4, "string"); in test()
1956 res = curl_easy_setopt(curl, CURLOPT_DNS_LOCAL_IP4, NULL); in test()
1959 res = curl_easy_setopt(curl, CURLOPT_DNS_LOCAL_IP6, "string"); in test()
1962 res = curl_easy_setopt(curl, CURLOPT_DNS_LOCAL_IP6, NULL); in test()
1965 res = curl_easy_setopt(curl, CURLOPT_LOGIN_OPTIONS, "string"); in test()
1968 res = curl_easy_setopt(curl, CURLOPT_LOGIN_OPTIONS, NULL); in test()
1971 res = curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_NPN, 0L); in test()
1974 res = curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_NPN, 22L); in test()
1977 res = curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_NPN, LO); in test()
1980 res = curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_NPN, HI); in test()
1983 res = curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_ALPN, 0L); in test()
1986 res = curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_ALPN, 22L); in test()
1989 res = curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_ALPN, LO); in test()
1992 res = curl_easy_setopt(curl, CURLOPT_SSL_ENABLE_ALPN, HI); in test()
1995 res = curl_easy_setopt(curl, CURLOPT_EXPECT_100_TIMEOUT_MS, 0L); in test()
1998 res = curl_easy_setopt(curl, CURLOPT_EXPECT_100_TIMEOUT_MS, 22L); in test()
2001 res = curl_easy_setopt(curl, CURLOPT_EXPECT_100_TIMEOUT_MS, LO); in test()
2004 res = curl_easy_setopt(curl, CURLOPT_EXPECT_100_TIMEOUT_MS, HI); in test()
2007 res = curl_easy_setopt(curl, CURLOPT_PROXYHEADER, slist); in test()
2010 res = curl_easy_setopt(curl, CURLOPT_PROXYHEADER, NULL); in test()
2013 res = curl_easy_setopt(curl, CURLOPT_HEADEROPT, 0L); in test()
2016 res = curl_easy_setopt(curl, CURLOPT_HEADEROPT, 22L); in test()
2019 res = curl_easy_setopt(curl, CURLOPT_HEADEROPT, LO); in test()
2022 res = curl_easy_setopt(curl, CURLOPT_HEADEROPT, HI); in test()
2025 res = curl_easy_setopt(curl, CURLOPT_PINNEDPUBLICKEY, "string"); in test()
2028 res = curl_easy_setopt(curl, CURLOPT_PINNEDPUBLICKEY, NULL); in test()
2031 res = curl_easy_setopt(curl, CURLOPT_UNIX_SOCKET_PATH, "string"); in test()
2034 res = curl_easy_setopt(curl, CURLOPT_UNIX_SOCKET_PATH, NULL); in test()
2037 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYSTATUS, 0L); in test()
2040 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYSTATUS, 22L); in test()
2043 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYSTATUS, LO); in test()
2046 res = curl_easy_setopt(curl, CURLOPT_SSL_VERIFYSTATUS, HI); in test()
2049 res = curl_easy_setopt(curl, CURLOPT_SSL_FALSESTART, 0L); in test()
2052 res = curl_easy_setopt(curl, CURLOPT_SSL_FALSESTART, 22L); in test()
2055 res = curl_easy_setopt(curl, CURLOPT_SSL_FALSESTART, LO); in test()
2058 res = curl_easy_setopt(curl, CURLOPT_SSL_FALSESTART, HI); in test()
2061 res = curl_easy_setopt(curl, CURLOPT_PATH_AS_IS, 0L); in test()
2064 res = curl_easy_setopt(curl, CURLOPT_PATH_AS_IS, 22L); in test()
2067 res = curl_easy_setopt(curl, CURLOPT_PATH_AS_IS, LO); in test()
2070 res = curl_easy_setopt(curl, CURLOPT_PATH_AS_IS, HI); in test()
2073 res = curl_easy_setopt(curl, CURLOPT_PROXY_SERVICE_NAME, "string"); in test()
2076 res = curl_easy_setopt(curl, CURLOPT_PROXY_SERVICE_NAME, NULL); in test()
2079 res = curl_easy_setopt(curl, CURLOPT_SERVICE_NAME, "string"); in test()
2082 res = curl_easy_setopt(curl, CURLOPT_SERVICE_NAME, NULL); in test()
2085 res = curl_easy_setopt(curl, CURLOPT_PIPEWAIT, 0L); in test()
2088 res = curl_easy_setopt(curl, CURLOPT_PIPEWAIT, 22L); in test()
2091 res = curl_easy_setopt(curl, CURLOPT_PIPEWAIT, LO); in test()
2094 res = curl_easy_setopt(curl, CURLOPT_PIPEWAIT, HI); in test()
2097 res = curl_easy_setopt(curl, CURLOPT_DEFAULT_PROTOCOL, "string"); in test()
2100 res = curl_easy_setopt(curl, CURLOPT_DEFAULT_PROTOCOL, NULL); in test()
2103 res = curl_easy_setopt(curl, CURLOPT_STREAM_WEIGHT, 0L); in test()
2106 res = curl_easy_setopt(curl, CURLOPT_STREAM_WEIGHT, 22L); in test()
2109 res = curl_easy_setopt(curl, CURLOPT_STREAM_WEIGHT, LO); in test()
2112 res = curl_easy_setopt(curl, CURLOPT_STREAM_WEIGHT, HI); in test()
2115 res = curl_easy_setopt(curl, CURLOPT_STREAM_DEPENDS, dep); in test()
2118 res = curl_easy_setopt(curl, CURLOPT_STREAM_DEPENDS, NULL); in test()
2121 res = curl_easy_setopt(curl, CURLOPT_STREAM_DEPENDS_E, dep); in test()
2124 res = curl_easy_setopt(curl, CURLOPT_STREAM_DEPENDS_E, NULL); in test()
2127 res = curl_easy_setopt(curl, CURLOPT_TFTP_NO_OPTIONS, 0L); in test()
2130 res = curl_easy_setopt(curl, CURLOPT_TFTP_NO_OPTIONS, 22L); in test()
2133 res = curl_easy_setopt(curl, CURLOPT_TFTP_NO_OPTIONS, LO); in test()
2136 res = curl_easy_setopt(curl, CURLOPT_TFTP_NO_OPTIONS, HI); in test()
2139 res = curl_easy_setopt(curl, CURLOPT_CONNECT_TO, &object); in test()
2142 res = curl_easy_setopt(curl, CURLOPT_CONNECT_TO, NULL); in test()
2145 res = curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, 0L); in test()
2148 res = curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, 22L); in test()
2151 res = curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, LO); in test()
2154 res = curl_easy_setopt(curl, CURLOPT_TCP_FASTOPEN, HI); in test()
2157 res = curl_easy_setopt(curl, CURLOPT_KEEP_SENDING_ON_ERROR, 0L); in test()
2160 res = curl_easy_setopt(curl, CURLOPT_KEEP_SENDING_ON_ERROR, 22L); in test()
2163 res = curl_easy_setopt(curl, CURLOPT_KEEP_SENDING_ON_ERROR, LO); in test()
2166 res = curl_easy_setopt(curl, CURLOPT_KEEP_SENDING_ON_ERROR, HI); in test()
2169 res = curl_easy_setopt(curl, CURLOPT_PROXY_CAINFO, "string"); in test()
2172 res = curl_easy_setopt(curl, CURLOPT_PROXY_CAINFO, NULL); in test()
2175 res = curl_easy_setopt(curl, CURLOPT_PROXY_CAPATH, "string"); in test()
2178 res = curl_easy_setopt(curl, CURLOPT_PROXY_CAPATH, NULL); in test()
2181 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYPEER, 0L); in test()
2184 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYPEER, 22L); in test()
2187 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYPEER, LO); in test()
2190 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYPEER, HI); in test()
2193 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYHOST, 0L); in test()
2196 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYHOST, 22L); in test()
2199 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYHOST, LO); in test()
2202 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_VERIFYHOST, HI); in test()
2205 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLVERSION, 0L); in test()
2208 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLVERSION, 22L); in test()
2211 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLVERSION, LO); in test()
2214 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLVERSION, HI); in test()
2217 res = curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_USERNAME, "string"); in test()
2220 res = curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_USERNAME, NULL); in test()
2223 res = curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_PASSWORD, "string"); in test()
2226 res = curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_PASSWORD, NULL); in test()
2229 res = curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_TYPE, "string"); in test()
2232 res = curl_easy_setopt(curl, CURLOPT_PROXY_TLSAUTH_TYPE, NULL); in test()
2235 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, "string"); in test()
2238 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERT, NULL); in test()
2241 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERTTYPE, "string"); in test()
2244 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLCERTTYPE, NULL); in test()
2247 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, "string"); in test()
2250 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEY, NULL); in test()
2253 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEYTYPE, "string"); in test()
2256 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSLKEYTYPE, NULL); in test()
2259 res = curl_easy_setopt(curl, CURLOPT_PROXY_KEYPASSWD, "string"); in test()
2262 res = curl_easy_setopt(curl, CURLOPT_PROXY_KEYPASSWD, NULL); in test()
2265 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_CIPHER_LIST, "string"); in test()
2268 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_CIPHER_LIST, NULL); in test()
2271 res = curl_easy_setopt(curl, CURLOPT_PROXY_CRLFILE, "string"); in test()
2274 res = curl_easy_setopt(curl, CURLOPT_PROXY_CRLFILE, NULL); in test()
2277 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_OPTIONS, 0L); in test()
2280 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_OPTIONS, 22L); in test()
2283 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_OPTIONS, LO); in test()
2286 res = curl_easy_setopt(curl, CURLOPT_PROXY_SSL_OPTIONS, HI); in test()
2289 res = curl_easy_setopt(curl, CURLOPT_PRE_PROXY, "string"); in test()
2292 res = curl_easy_setopt(curl, CURLOPT_PRE_PROXY, NULL); in test()
2295 res = curl_easy_setopt(curl, CURLOPT_PROXY_PINNEDPUBLICKEY, "string"); in test()
2298 res = curl_easy_setopt(curl, CURLOPT_PROXY_PINNEDPUBLICKEY, NULL); in test()
2301 res = curl_easy_setopt(curl, CURLOPT_ABSTRACT_UNIX_SOCKET, "string"); in test()
2304 res = curl_easy_setopt(curl, CURLOPT_ABSTRACT_UNIX_SOCKET, NULL); in test()
2307 res = curl_easy_setopt(curl, CURLOPT_SUPPRESS_CONNECT_HEADERS, 0L); in test()
2310 res = curl_easy_setopt(curl, CURLOPT_SUPPRESS_CONNECT_HEADERS, 22L); in test()
2313 res = curl_easy_setopt(curl, CURLOPT_SUPPRESS_CONNECT_HEADERS, LO); in test()
2316 res = curl_easy_setopt(curl, CURLOPT_SUPPRESS_CONNECT_HEADERS, HI); in test()
2319 res = curl_easy_setopt(curl, CURLOPT_REQUEST_TARGET, "string"); in test()
2322 res = curl_easy_setopt(curl, CURLOPT_REQUEST_TARGET, NULL); in test()
2325 res = curl_easy_setopt(curl, CURLOPT_SOCKS5_AUTH, 0L); in test()
2328 res = curl_easy_setopt(curl, CURLOPT_SOCKS5_AUTH, 22L); in test()
2331 res = curl_easy_setopt(curl, CURLOPT_SOCKS5_AUTH, LO); in test()
2334 res = curl_easy_setopt(curl, CURLOPT_SOCKS5_AUTH, HI); in test()
2337 res = curl_easy_setopt(curl, CURLOPT_SSH_COMPRESSION, 0L); in test()
2340 res = curl_easy_setopt(curl, CURLOPT_SSH_COMPRESSION, 22L); in test()
2343 res = curl_easy_setopt(curl, CURLOPT_SSH_COMPRESSION, LO); in test()
2346 res = curl_easy_setopt(curl, CURLOPT_SSH_COMPRESSION, HI); in test()
2349 res = curl_easy_setopt(curl, CURLOPT_MIMEPOST, mimepost); in test()
2352 res = curl_easy_setopt(curl, CURLOPT_MIMEPOST, NULL); in test()
2355 res = curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &charp); in test()
2358 res = curl_easy_getinfo(curl, CURLINFO_RESPONSE_CODE, &val); in test()
2361 res = curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME, &dval); in test()
2364 res = curl_easy_getinfo(curl, CURLINFO_NAMELOOKUP_TIME, &dval); in test()
2367 res = curl_easy_getinfo(curl, CURLINFO_CONNECT_TIME, &dval); in test()
2370 res = curl_easy_getinfo(curl, CURLINFO_PRETRANSFER_TIME, &dval); in test()
2373 res = curl_easy_getinfo(curl, CURLINFO_SIZE_UPLOAD, &dval); in test()
2376 res = curl_easy_getinfo(curl, CURLINFO_SIZE_UPLOAD_T, &oval); in test()
2379 res = curl_easy_getinfo(curl, CURLINFO_SIZE_DOWNLOAD, &dval); in test()
2382 res = curl_easy_getinfo(curl, CURLINFO_SIZE_DOWNLOAD_T, &oval); in test()
2385 res = curl_easy_getinfo(curl, CURLINFO_SPEED_DOWNLOAD, &dval); in test()
2388 res = curl_easy_getinfo(curl, CURLINFO_SPEED_DOWNLOAD_T, &oval); in test()
2391 res = curl_easy_getinfo(curl, CURLINFO_SPEED_UPLOAD, &dval); in test()
2394 res = curl_easy_getinfo(curl, CURLINFO_SPEED_UPLOAD_T, &oval); in test()
2397 res = curl_easy_getinfo(curl, CURLINFO_HEADER_SIZE, &val); in test()
2400 res = curl_easy_getinfo(curl, CURLINFO_REQUEST_SIZE, &val); in test()
2403 res = curl_easy_getinfo(curl, CURLINFO_SSL_VERIFYRESULT, &val); in test()
2406 res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &val); in test()
2409 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD, &dval); in test()
2412 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD_T, &oval); in test()
2415 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_LENGTH_UPLOAD, &dval); in test()
2418 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_LENGTH_UPLOAD_T, &oval); in test()
2421 res = curl_easy_getinfo(curl, CURLINFO_STARTTRANSFER_TIME, &dval); in test()
2424 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_TYPE, &charp); in test()
2427 res = curl_easy_getinfo(curl, CURLINFO_REDIRECT_TIME, &dval); in test()
2430 res = curl_easy_getinfo(curl, CURLINFO_REDIRECT_COUNT, &val); in test()
2433 res = curl_easy_getinfo(curl, CURLINFO_PRIVATE, &charp); in test()
2436 res = curl_easy_getinfo(curl, CURLINFO_HTTP_CONNECTCODE, &val); in test()
2439 res = curl_easy_getinfo(curl, CURLINFO_HTTPAUTH_AVAIL, &val); in test()
2442 res = curl_easy_getinfo(curl, CURLINFO_PROXYAUTH_AVAIL, &val); in test()
2445 res = curl_easy_getinfo(curl, CURLINFO_OS_ERRNO, &val); in test()
2448 res = curl_easy_getinfo(curl, CURLINFO_NUM_CONNECTS, &val); in test()
2451 res = curl_easy_getinfo(curl, CURLINFO_SSL_ENGINES, &slist); in test()
2456 res = curl_easy_getinfo(curl, CURLINFO_COOKIELIST, &slist); in test()
2461 res = curl_easy_getinfo(curl, CURLINFO_LASTSOCKET, &val); in test()
2464 res = curl_easy_getinfo(curl, CURLINFO_FTP_ENTRY_PATH, &charp); in test()
2467 res = curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &charp); in test()
2470 res = curl_easy_getinfo(curl, CURLINFO_PRIMARY_IP, &charp); in test()
2473 res = curl_easy_getinfo(curl, CURLINFO_APPCONNECT_TIME, &dval); in test()
2476 res = curl_easy_getinfo(curl, CURLINFO_CERTINFO, &certinfo); in test()
2479 res = curl_easy_getinfo(curl, CURLINFO_CONDITION_UNMET, &val); in test()
2482 res = curl_easy_getinfo(curl, CURLINFO_RTSP_SESSION_ID, &charp); in test()
2485 res = curl_easy_getinfo(curl, CURLINFO_RTSP_CLIENT_CSEQ, &val); in test()
2488 res = curl_easy_getinfo(curl, CURLINFO_RTSP_SERVER_CSEQ, &val); in test()
2491 res = curl_easy_getinfo(curl, CURLINFO_RTSP_CSEQ_RECV, &val); in test()
2494 res = curl_easy_getinfo(curl, CURLINFO_PRIMARY_PORT, &val); in test()
2497 res = curl_easy_getinfo(curl, CURLINFO_LOCAL_IP, &charp); in test()
2500 res = curl_easy_getinfo(curl, CURLINFO_LOCAL_PORT, &val); in test()
2503 res = curl_easy_getinfo(curl, CURLINFO_TLS_SESSION, &tlssession); in test()
2506 res = curl_easy_getinfo(curl, CURLINFO_ACTIVESOCKET, &sockfd); in test()
2509 res = curl_easy_getinfo(curl, CURLINFO_TLS_SSL_PTR, &tlssession); in test()
2512 res = curl_easy_getinfo(curl, CURLINFO_HTTP_VERSION, &val); in test()
2515 res = curl_easy_getinfo(curl, CURLINFO_PROXY_SSL_VERIFYRESULT, &val); in test()
2518 res = curl_easy_getinfo(curl, CURLINFO_PROTOCOL, &val); in test()
2521 res = curl_easy_getinfo(curl, CURLINFO_SCHEME, &charp); in test()
2524 curl_easy_setopt(curl, 1, 0); in test()
2527 curl_easy_cleanup(curl); in test()