cbbae6ffb461cd0434a7e90acf890fcec2cac715
[platform/upstream/curl.git] / docs / libcurl / libcurl-symbols.3
1 .\" **************************************************************************
2 .\" *                                  _   _ ____  _
3 .\" *  Project                     ___| | | |  _ \| |
4 .\" *                             / __| | | | |_) | |
5 .\" *                            | (__| |_| |  _ <| |___
6 .\" *                             \___|\___/|_| \_\_____|
7 .\" *
8 .\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.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 .TH libcurl-symbols 3 "feb 22, 2017" "libcurl 7.41.0" "libcurl symbols"
23 .SH NAME
24 libcurl-symbols \- libcurl symbol version information
25 .SH "libcurl symbols"
26 This man page details version information for public symbols provided in the
27 libcurl header files. This lists the first version in which the symbol was
28 introduced and for some symbols two additional information pieces:
29
30 The first version in which the symbol is marked "deprecated" - meaning that
31 since that version no new code should be written to use the symbol as it is
32 marked for getting removed in a future.
33
34 The last version that featured the specific symbol. Using the symbol in source
35 code will make it no longer compile error-free after that specified version.
36
37 This man page is automatically generated from the symbols-in-versions file.
38 .IP CURLAUTH_ANY
39 Introduced in 7.10.6
40 .IP CURLAUTH_ANYSAFE
41 Introduced in 7.10.6
42 .IP CURLAUTH_BASIC
43 Introduced in 7.10.6
44 .IP CURLAUTH_DIGEST
45 Introduced in 7.10.6
46 .IP CURLAUTH_DIGEST_IE
47 Introduced in 7.19.3
48 .IP CURLAUTH_GSSNEGOTIATE
49 Introduced in 7.10.6
50 Deprecated since 7.38.0
51 .IP CURLAUTH_NEGOTIATE
52 Introduced in 7.38.0
53 .IP CURLAUTH_NONE
54 Introduced in 7.10.6
55 .IP CURLAUTH_NTLM
56 Introduced in 7.10.6
57 .IP CURLAUTH_NTLM_WB
58 Introduced in 7.22.0
59 .IP CURLAUTH_ONLY
60 Introduced in 7.21.3
61 .IP CURLCLOSEPOLICY_CALLBACK
62 Introduced in 7.7
63 .IP CURLCLOSEPOLICY_LEAST_RECENTLY_USED
64 Introduced in 7.7
65 .IP CURLCLOSEPOLICY_LEAST_TRAFFIC
66 Introduced in 7.7
67 .IP CURLCLOSEPOLICY_NONE
68 Introduced in 7.7
69 .IP CURLCLOSEPOLICY_OLDEST
70 Introduced in 7.7
71 .IP CURLCLOSEPOLICY_SLOWEST
72 Introduced in 7.7
73 .IP CURLE_ABORTED_BY_CALLBACK
74 Introduced in 7.1
75 .IP CURLE_AGAIN
76 Introduced in 7.18.2
77 .IP CURLE_ALREADY_COMPLETE
78 Introduced in 7.7.2
79 .IP CURLE_BAD_CALLING_ORDER
80 Introduced in 7.1
81 Deprecated since 7.17.0
82 .IP CURLE_BAD_CONTENT_ENCODING
83 Introduced in 7.10
84 .IP CURLE_BAD_DOWNLOAD_RESUME
85 Introduced in 7.10
86 .IP CURLE_BAD_FUNCTION_ARGUMENT
87 Introduced in 7.1
88 .IP CURLE_BAD_PASSWORD_ENTERED
89 Introduced in 7.4.2
90 Deprecated since 7.17.0
91 .IP CURLE_CHUNK_FAILED
92 Introduced in 7.21.0
93 .IP CURLE_CONV_FAILED
94 Introduced in 7.15.4
95 .IP CURLE_CONV_REQD
96 Introduced in 7.15.4
97 .IP CURLE_COULDNT_CONNECT
98 Introduced in 7.1
99 .IP CURLE_COULDNT_RESOLVE_HOST
100 Introduced in 7.1
101 .IP CURLE_COULDNT_RESOLVE_PROXY
102 Introduced in 7.1
103 .IP CURLE_FAILED_INIT
104 Introduced in 7.1
105 .IP CURLE_FILESIZE_EXCEEDED
106 Introduced in 7.10.8
107 .IP CURLE_FILE_COULDNT_READ_FILE
108 Introduced in 7.1
109 .IP CURLE_FTP_ACCEPT_FAILED
110 Introduced in 7.24.0
111 .IP CURLE_FTP_ACCEPT_TIMEOUT
112 Introduced in 7.24.0
113 .IP CURLE_FTP_ACCESS_DENIED
114 Introduced in 7.1
115 .IP CURLE_FTP_BAD_DOWNLOAD_RESUME
116 Introduced in 7.1
117 Deprecated since 7.1
118 .IP CURLE_FTP_BAD_FILE_LIST
119 Introduced in 7.21.0
120 .IP CURLE_FTP_CANT_GET_HOST
121 Introduced in 7.1
122 .IP CURLE_FTP_CANT_RECONNECT
123 Introduced in 7.1
124 Deprecated since 7.17.0
125 .IP CURLE_FTP_COULDNT_GET_SIZE
126 Introduced in 7.1
127 Deprecated since 7.17.0
128 .IP CURLE_FTP_COULDNT_RETR_FILE
129 Introduced in 7.1
130 .IP CURLE_FTP_COULDNT_SET_ASCII
131 Introduced in 7.1
132 Deprecated since 7.17.0
133 .IP CURLE_FTP_COULDNT_SET_BINARY
134 Introduced in 7.1
135 Deprecated since 7.17.0
136 .IP CURLE_FTP_COULDNT_SET_TYPE
137 Introduced in 7.17.0
138 .IP CURLE_FTP_COULDNT_STOR_FILE
139 Introduced in 7.1
140 .IP CURLE_FTP_COULDNT_USE_REST
141 Introduced in 7.1
142 .IP CURLE_FTP_PARTIAL_FILE
143 Introduced in 7.1
144 Deprecated since 7.1
145 .IP CURLE_FTP_PORT_FAILED
146 Introduced in 7.1
147 .IP CURLE_FTP_PRET_FAILED
148 Introduced in 7.20.0
149 .IP CURLE_FTP_QUOTE_ERROR
150 Introduced in 7.1
151 Deprecated since 7.17.0
152 .IP CURLE_FTP_SSL_FAILED
153 Introduced in 7.11.0
154 Deprecated since 7.17.0
155 .IP CURLE_FTP_USER_PASSWORD_INCORRECT
156 Introduced in 7.1
157 Deprecated since 7.17.0
158 .IP CURLE_FTP_WEIRD_227_FORMAT
159 Introduced in 7.1
160 .IP CURLE_FTP_WEIRD_PASS_REPLY
161 Introduced in 7.1
162 .IP CURLE_FTP_WEIRD_PASV_REPLY
163 Introduced in 7.1
164 .IP CURLE_FTP_WEIRD_SERVER_REPLY
165 Introduced in 7.1
166 .IP CURLE_FTP_WEIRD_USER_REPLY
167 Introduced in 7.1
168 Deprecated since 7.17.0
169 .IP CURLE_FTP_WRITE_ERROR
170 Introduced in 7.1
171 Deprecated since 7.17.0
172 .IP CURLE_FUNCTION_NOT_FOUND
173 Introduced in 7.1
174 .IP CURLE_GOT_NOTHING
175 Introduced in 7.9.1
176 .IP CURLE_HTTP2
177 Introduced in 7.38.0
178 .IP CURLE_HTTP2_STREAM
179 Introduced in 7.49.0
180 .IP CURLE_HTTP_NOT_FOUND
181 Introduced in 7.1
182 .IP CURLE_HTTP_PORT_FAILED
183 Introduced in 7.3
184 Deprecated since 7.12.0
185 .IP CURLE_HTTP_POST_ERROR
186 Introduced in 7.1
187 .IP CURLE_HTTP_RANGE_ERROR
188 Introduced in 7.1
189 Deprecated since 7.17.0
190 .IP CURLE_HTTP_RETURNED_ERROR
191 Introduced in 7.10.3
192 .IP CURLE_INTERFACE_FAILED
193 Introduced in 7.12.0
194 .IP CURLE_LDAP_CANNOT_BIND
195 Introduced in 7.1
196 .IP CURLE_LDAP_INVALID_URL
197 Introduced in 7.10.8
198 .IP CURLE_LDAP_SEARCH_FAILED
199 Introduced in 7.1
200 .IP CURLE_LIBRARY_NOT_FOUND
201 Introduced in 7.1
202 Deprecated since 7.17.0
203 .IP CURLE_LOGIN_DENIED
204 Introduced in 7.13.1
205 .IP CURLE_MALFORMAT_USER
206 Introduced in 7.1
207 Deprecated since 7.17.0
208 .IP CURLE_NOT_BUILT_IN
209 Introduced in 7.21.5
210 .IP CURLE_NO_CONNECTION_AVAILABLE
211 Introduced in 7.30.0
212 .IP CURLE_OK
213 Introduced in 7.1
214 .IP CURLE_OPERATION_TIMEDOUT
215 Introduced in 7.10.2
216 .IP CURLE_OPERATION_TIMEOUTED
217 Introduced in 7.1
218 Deprecated since 7.17.0
219 .IP CURLE_OUT_OF_MEMORY
220 Introduced in 7.1
221 .IP CURLE_PARTIAL_FILE
222 Introduced in 7.1
223 .IP CURLE_PEER_FAILED_VERIFICATION
224 Introduced in 7.17.1
225 .IP CURLE_QUOTE_ERROR
226 Introduced in 7.17.0
227 .IP CURLE_RANGE_ERROR
228 Introduced in 7.17.0
229 .IP CURLE_READ_ERROR
230 Introduced in 7.1
231 .IP CURLE_RECV_ERROR
232 Introduced in 7.10
233 .IP CURLE_REMOTE_ACCESS_DENIED
234 Introduced in 7.17.0
235 .IP CURLE_REMOTE_DISK_FULL
236 Introduced in 7.17.0
237 .IP CURLE_REMOTE_FILE_EXISTS
238 Introduced in 7.17.0
239 .IP CURLE_REMOTE_FILE_NOT_FOUND
240 Introduced in 7.16.1
241 .IP CURLE_RTSP_CSEQ_ERROR
242 Introduced in 7.20.0
243 .IP CURLE_RTSP_SESSION_ERROR
244 Introduced in 7.20.0
245 .IP CURLE_SEND_ERROR
246 Introduced in 7.10
247 .IP CURLE_SEND_FAIL_REWIND
248 Introduced in 7.12.3
249 .IP CURLE_SHARE_IN_USE
250 Introduced in 7.9.6
251 Deprecated since 7.17.0
252 .IP CURLE_SSH
253 Introduced in 7.16.1
254 .IP CURLE_SSL_CACERT
255 Introduced in 7.10
256 .IP CURLE_SSL_CACERT_BADFILE
257 Introduced in 7.16.0
258 .IP CURLE_SSL_CERTPROBLEM
259 Introduced in 7.10
260 .IP CURLE_SSL_CIPHER
261 Introduced in 7.10
262 .IP CURLE_SSL_CONNECT_ERROR
263 Introduced in 7.1
264 .IP CURLE_SSL_CRL_BADFILE
265 Introduced in 7.19.0
266 .IP CURLE_SSL_ENGINE_INITFAILED
267 Introduced in 7.12.3
268 .IP CURLE_SSL_ENGINE_NOTFOUND
269 Introduced in 7.9.3
270 .IP CURLE_SSL_ENGINE_SETFAILED
271 Introduced in 7.9.3
272 .IP CURLE_SSL_INVALIDCERTSTATUS
273 Introduced in 7.41.0
274 .IP CURLE_SSL_ISSUER_ERROR
275 Introduced in 7.19.0
276 .IP CURLE_SSL_PEER_CERTIFICATE
277 Introduced in 7.8
278 Deprecated since 7.17.1
279 .IP CURLE_SSL_PINNEDPUBKEYNOTMATCH
280 Introduced in 7.39.0
281 .IP CURLE_SSL_SHUTDOWN_FAILED
282 Introduced in 7.16.1
283 .IP CURLE_TELNET_OPTION_SYNTAX
284 Introduced in 7.7
285 .IP CURLE_TFTP_DISKFULL
286 Introduced in 7.15.0
287 Deprecated since 7.17.0
288 .IP CURLE_TFTP_EXISTS
289 Introduced in 7.15.0
290 Deprecated since 7.17.0
291 .IP CURLE_TFTP_ILLEGAL
292 Introduced in 7.15.0
293 .IP CURLE_TFTP_NOSUCHUSER
294 Introduced in 7.15.0
295 .IP CURLE_TFTP_NOTFOUND
296 Introduced in 7.15.0
297 .IP CURLE_TFTP_PERM
298 Introduced in 7.15.0
299 .IP CURLE_TFTP_UNKNOWNID
300 Introduced in 7.15.0
301 .IP CURLE_TOO_MANY_REDIRECTS
302 Introduced in 7.5
303 .IP CURLE_UNKNOWN_OPTION
304 Introduced in 7.21.5
305 .IP CURLE_UNKNOWN_TELNET_OPTION
306 Introduced in 7.7
307 .IP CURLE_UNSUPPORTED_PROTOCOL
308 Introduced in 7.1
309 .IP CURLE_UPLOAD_FAILED
310 Introduced in 7.16.3
311 .IP CURLE_URL_MALFORMAT
312 Introduced in 7.1
313 .IP CURLE_URL_MALFORMAT_USER
314 Introduced in 7.1
315 Deprecated since 7.17.0
316 .IP CURLE_USE_SSL_FAILED
317 Introduced in 7.17.0
318 .IP CURLE_WEIRD_SERVER_REPLY
319 Introduced in 7.51.0
320 .IP CURLE_WRITE_ERROR
321 Introduced in 7.1
322 .IP CURLFILETYPE_DEVICE_BLOCK
323 Introduced in 7.21.0
324 .IP CURLFILETYPE_DEVICE_CHAR
325 Introduced in 7.21.0
326 .IP CURLFILETYPE_DIRECTORY
327 Introduced in 7.21.0
328 .IP CURLFILETYPE_DOOR
329 Introduced in 7.21.0
330 .IP CURLFILETYPE_FILE
331 Introduced in 7.21.0
332 .IP CURLFILETYPE_NAMEDPIPE
333 Introduced in 7.21.0
334 .IP CURLFILETYPE_SOCKET
335 Introduced in 7.21.0
336 .IP CURLFILETYPE_SYMLINK
337 Introduced in 7.21.0
338 .IP CURLFILETYPE_UNKNOWN
339 Introduced in 7.21.0
340 .IP CURLFINFOFLAG_KNOWN_FILENAME
341 Introduced in 7.21.0
342 .IP CURLFINFOFLAG_KNOWN_FILETYPE
343 Introduced in 7.21.0
344 .IP CURLFINFOFLAG_KNOWN_GID
345 Introduced in 7.21.0
346 .IP CURLFINFOFLAG_KNOWN_HLINKCOUNT
347 Introduced in 7.21.0
348 .IP CURLFINFOFLAG_KNOWN_PERM
349 Introduced in 7.21.0
350 .IP CURLFINFOFLAG_KNOWN_SIZE
351 Introduced in 7.21.0
352 .IP CURLFINFOFLAG_KNOWN_TIME
353 Introduced in 7.21.0
354 .IP CURLFINFOFLAG_KNOWN_UID
355 Introduced in 7.21.0
356 .IP CURLFORM_ARRAY
357 Introduced in 7.9.1
358 .IP CURLFORM_ARRAY_END
359 Introduced in 7.9.1
360 Deprecated since 7.9.5
361 Last used in 7.9.5
362 .IP CURLFORM_ARRAY_START
363 Introduced in 7.9.1
364 Deprecated since 7.9.5
365 Last used in 7.9.5
366 .IP CURLFORM_BUFFER
367 Introduced in 7.9.8
368 .IP CURLFORM_BUFFERLENGTH
369 Introduced in 7.9.8
370 .IP CURLFORM_BUFFERPTR
371 Introduced in 7.9.8
372 .IP CURLFORM_CONTENTHEADER
373 Introduced in 7.9.3
374 .IP CURLFORM_CONTENTLEN
375 Introduced in 7.46.0
376 .IP CURLFORM_CONTENTSLENGTH
377 Introduced in 7.9
378 .IP CURLFORM_CONTENTTYPE
379 Introduced in 7.9
380 .IP CURLFORM_COPYCONTENTS
381 Introduced in 7.9
382 .IP CURLFORM_COPYNAME
383 Introduced in 7.9
384 .IP CURLFORM_END
385 Introduced in 7.9
386 .IP CURLFORM_FILE
387 Introduced in 7.9
388 .IP CURLFORM_FILECONTENT
389 Introduced in 7.9.1
390 .IP CURLFORM_FILENAME
391 Introduced in 7.9.6
392 .IP CURLFORM_NAMELENGTH
393 Introduced in 7.9
394 .IP CURLFORM_NOTHING
395 Introduced in 7.9
396 .IP CURLFORM_PTRCONTENTS
397 Introduced in 7.9
398 .IP CURLFORM_PTRNAME
399 Introduced in 7.9
400 .IP CURLFORM_STREAM
401 Introduced in 7.18.2
402 .IP CURLFTPAUTH_DEFAULT
403 Introduced in 7.12.2
404 .IP CURLFTPAUTH_SSL
405 Introduced in 7.12.2
406 .IP CURLFTPAUTH_TLS
407 Introduced in 7.12.2
408 .IP CURLFTPMETHOD_DEFAULT
409 Introduced in 7.15.3
410 .IP CURLFTPMETHOD_MULTICWD
411 Introduced in 7.15.3
412 .IP CURLFTPMETHOD_NOCWD
413 Introduced in 7.15.3
414 .IP CURLFTPMETHOD_SINGLECWD
415 Introduced in 7.15.3
416 .IP CURLFTPSSL_ALL
417 Introduced in 7.11.0
418 Deprecated since 7.17.0
419 .IP CURLFTPSSL_CCC_ACTIVE
420 Introduced in 7.16.2
421 .IP CURLFTPSSL_CCC_NONE
422 Introduced in 7.16.2
423 .IP CURLFTPSSL_CCC_PASSIVE
424 Introduced in 7.16.1
425 .IP CURLFTPSSL_CONTROL
426 Introduced in 7.11.0
427 Deprecated since 7.17.0
428 .IP CURLFTPSSL_NONE
429 Introduced in 7.11.0
430 Deprecated since 7.17.0
431 .IP CURLFTPSSL_TRY
432 Introduced in 7.11.0
433 Deprecated since 7.17.0
434 .IP CURLFTP_CREATE_DIR
435 Introduced in 7.19.4
436 .IP CURLFTP_CREATE_DIR_NONE
437 Introduced in 7.19.4
438 .IP CURLFTP_CREATE_DIR_RETRY
439 Introduced in 7.19.4
440 .IP CURLGSSAPI_DELEGATION_FLAG
441 Introduced in 7.22.0
442 .IP CURLGSSAPI_DELEGATION_NONE
443 Introduced in 7.22.0
444 .IP CURLGSSAPI_DELEGATION_POLICY_FLAG
445 Introduced in 7.22.0
446 .IP CURLHEADER_SEPARATE
447 Introduced in 7.37.0
448 .IP CURLHEADER_UNIFIED
449 Introduced in 7.37.0
450 .IP CURLINFO_ACTIVESOCKET
451 Introduced in 7.45.0
452 .IP CURLINFO_APPCONNECT_TIME
453 Introduced in 7.19.0
454 .IP CURLINFO_CERTINFO
455 Introduced in 7.19.1
456 .IP CURLINFO_CONDITION_UNMET
457 Introduced in 7.19.4
458 .IP CURLINFO_CONNECT_TIME
459 Introduced in 7.4.1
460 .IP CURLINFO_CONTENT_LENGTH_DOWNLOAD
461 Introduced in 7.6.1
462 .IP CURLINFO_CONTENT_LENGTH_UPLOAD
463 Introduced in 7.6.1
464 .IP CURLINFO_CONTENT_TYPE
465 Introduced in 7.9.4
466 .IP CURLINFO_COOKIELIST
467 Introduced in 7.14.1
468 .IP CURLINFO_DATA_IN
469 Introduced in 7.9.6
470 .IP CURLINFO_DATA_OUT
471 Introduced in 7.9.6
472 .IP CURLINFO_DOUBLE
473 Introduced in 7.4.1
474 .IP CURLINFO_EFFECTIVE_URL
475 Introduced in 7.4
476 .IP CURLINFO_END
477 Introduced in 7.9.6
478 .IP CURLINFO_FILETIME
479 Introduced in 7.5
480 .IP CURLINFO_FTP_ENTRY_PATH
481 Introduced in 7.15.4
482 .IP CURLINFO_HEADER_IN
483 Introduced in 7.9.6
484 .IP CURLINFO_HEADER_OUT
485 Introduced in 7.9.6
486 .IP CURLINFO_HEADER_SIZE
487 Introduced in 7.4.1
488 .IP CURLINFO_HTTPAUTH_AVAIL
489 Introduced in 7.10.8
490 .IP CURLINFO_HTTP_CODE
491 Introduced in 7.4.1
492 Deprecated since 7.10.8
493 .IP CURLINFO_HTTP_CONNECTCODE
494 Introduced in 7.10.7
495 .IP CURLINFO_HTTP_VERSION
496 Introduced in 7.50.0
497 .IP CURLINFO_LASTONE
498 Introduced in 7.4.1
499 .IP CURLINFO_LASTSOCKET
500 Introduced in 7.15.2
501 .IP CURLINFO_LOCAL_IP
502 Introduced in 7.21.0
503 .IP CURLINFO_LOCAL_PORT
504 Introduced in 7.21.0
505 .IP CURLINFO_LONG
506 Introduced in 7.4.1
507 .IP CURLINFO_MASK
508 Introduced in 7.4.1
509 .IP CURLINFO_NAMELOOKUP_TIME
510 Introduced in 7.4.1
511 .IP CURLINFO_NONE
512 Introduced in 7.4.1
513 .IP CURLINFO_NUM_CONNECTS
514 Introduced in 7.12.3
515 .IP CURLINFO_OS_ERRNO
516 Introduced in 7.12.2
517 .IP CURLINFO_PRETRANSFER_TIME
518 Introduced in 7.4.1
519 .IP CURLINFO_PRIMARY_IP
520 Introduced in 7.19.0
521 .IP CURLINFO_PRIMARY_PORT
522 Introduced in 7.21.0
523 .IP CURLINFO_PRIVATE
524 Introduced in 7.10.3
525 .IP CURLINFO_PROTOCOL
526 Introduced in 7.52.0
527 .IP CURLINFO_PROXYAUTH_AVAIL
528 Introduced in 7.10.8
529 .IP CURLINFO_PROXY_SSL_VERIFYRESULT
530 Introduced in 7.52.0
531 .IP CURLINFO_REDIRECT_COUNT
532 Introduced in 7.9.7
533 .IP CURLINFO_REDIRECT_TIME
534 Introduced in 7.9.7
535 .IP CURLINFO_REDIRECT_URL
536 Introduced in 7.18.2
537 .IP CURLINFO_REQUEST_SIZE
538 Introduced in 7.4.1
539 .IP CURLINFO_RESPONSE_CODE
540 Introduced in 7.10.8
541 .IP CURLINFO_RTSP_CLIENT_CSEQ
542 Introduced in 7.20.0
543 .IP CURLINFO_RTSP_CSEQ_RECV
544 Introduced in 7.20.0
545 .IP CURLINFO_RTSP_SERVER_CSEQ
546 Introduced in 7.20.0
547 .IP CURLINFO_RTSP_SESSION_ID
548 Introduced in 7.20.0
549 .IP CURLINFO_SCHEME
550 Introduced in 7.52.0
551 .IP CURLINFO_SIZE_DOWNLOAD
552 Introduced in 7.4.1
553 .IP CURLINFO_SIZE_UPLOAD
554 Introduced in 7.4.1
555 .IP CURLINFO_SLIST
556 Introduced in 7.12.3
557 .IP CURLINFO_SOCKET
558 Introduced in 7.45.0
559 .IP CURLINFO_SPEED_DOWNLOAD
560 Introduced in 7.4.1
561 .IP CURLINFO_SPEED_UPLOAD
562 Introduced in 7.4.1
563 .IP CURLINFO_SSL_DATA_IN
564 Introduced in 7.12.1
565 .IP CURLINFO_SSL_DATA_OUT
566 Introduced in 7.12.1
567 .IP CURLINFO_SSL_ENGINES
568 Introduced in 7.12.3
569 .IP CURLINFO_SSL_VERIFYRESULT
570 Introduced in 7.5
571 .IP CURLINFO_STARTTRANSFER_TIME
572 Introduced in 7.9.2
573 .IP CURLINFO_STRING
574 Introduced in 7.4.1
575 .IP CURLINFO_TEXT
576 Introduced in 7.9.6
577 .IP CURLINFO_TLS_SESSION
578 Introduced in 7.34.0
579 Deprecated since 7.48.0
580 .IP CURLINFO_TLS_SSL_PTR
581 Introduced in 7.48.0
582 .IP CURLINFO_TOTAL_TIME
583 Introduced in 7.4.1
584 .IP CURLINFO_TYPEMASK
585 Introduced in 7.4.1
586 .IP CURLIOCMD_NOP
587 Introduced in 7.12.3
588 .IP CURLIOCMD_RESTARTREAD
589 Introduced in 7.12.3
590 .IP CURLIOE_FAILRESTART
591 Introduced in 7.12.3
592 .IP CURLIOE_OK
593 Introduced in 7.12.3
594 .IP CURLIOE_UNKNOWNCMD
595 Introduced in 7.12.3
596 .IP CURLKHMATCH_MISMATCH
597 Introduced in 7.19.6
598 .IP CURLKHMATCH_MISSING
599 Introduced in 7.19.6
600 .IP CURLKHMATCH_OK
601 Introduced in 7.19.6
602 .IP CURLKHSTAT_DEFER
603 Introduced in 7.19.6
604 .IP CURLKHSTAT_FINE
605 Introduced in 7.19.6
606 .IP CURLKHSTAT_FINE_ADD_TO_FILE
607 Introduced in 7.19.6
608 .IP CURLKHSTAT_REJECT
609 Introduced in 7.19.6
610 .IP CURLKHTYPE_DSS
611 Introduced in 7.19.6
612 .IP CURLKHTYPE_RSA
613 Introduced in 7.19.6
614 .IP CURLKHTYPE_RSA1
615 Introduced in 7.19.6
616 .IP CURLKHTYPE_UNKNOWN
617 Introduced in 7.19.6
618 .IP CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE
619 Introduced in 7.30.0
620 .IP CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE
621 Introduced in 7.30.0
622 .IP CURLMOPT_MAXCONNECTS
623 Introduced in 7.16.3
624 .IP CURLMOPT_MAX_HOST_CONNECTIONS
625 Introduced in 7.30.0
626 .IP CURLMOPT_MAX_PIPELINE_LENGTH
627 Introduced in 7.30.0
628 .IP CURLMOPT_MAX_TOTAL_CONNECTIONS
629 Introduced in 7.30.0
630 .IP CURLMOPT_PIPELINING
631 Introduced in 7.16.0
632 .IP CURLMOPT_PIPELINING_SERVER_BL
633 Introduced in 7.30.0
634 .IP CURLMOPT_PIPELINING_SITE_BL
635 Introduced in 7.30.0
636 .IP CURLMOPT_PUSHDATA
637 Introduced in 7.44.0
638 .IP CURLMOPT_PUSHFUNCTION
639 Introduced in 7.44.0
640 .IP CURLMOPT_SOCKETDATA
641 Introduced in 7.15.4
642 .IP CURLMOPT_SOCKETFUNCTION
643 Introduced in 7.15.4
644 .IP CURLMOPT_TIMERDATA
645 Introduced in 7.16.0
646 .IP CURLMOPT_TIMERFUNCTION
647 Introduced in 7.16.0
648 .IP CURLMSG_DONE
649 Introduced in 7.9.6
650 .IP CURLMSG_NONE
651 Introduced in 7.9.6
652 .IP CURLM_ADDED_ALREADY
653 Introduced in 7.32.1
654 .IP CURLM_BAD_EASY_HANDLE
655 Introduced in 7.9.6
656 .IP CURLM_BAD_HANDLE
657 Introduced in 7.9.6
658 .IP CURLM_BAD_SOCKET
659 Introduced in 7.15.4
660 .IP CURLM_CALL_MULTI_PERFORM
661 Introduced in 7.9.6
662 .IP CURLM_CALL_MULTI_SOCKET
663 Introduced in 7.15.5
664 .IP CURLM_INTERNAL_ERROR
665 Introduced in 7.9.6
666 .IP CURLM_OK
667 Introduced in 7.9.6
668 .IP CURLM_OUT_OF_MEMORY
669 Introduced in 7.9.6
670 .IP CURLM_UNKNOWN_OPTION
671 Introduced in 7.15.4
672 .IP CURLOPTTYPE_FUNCTIONPOINT
673 Introduced in 7.1
674 .IP CURLOPTTYPE_LONG
675 Introduced in 7.1
676 .IP CURLOPTTYPE_OBJECTPOINT
677 Introduced in 7.1
678 .IP CURLOPTTYPE_OFF_T
679 Introduced in 7.11.0
680 .IP CURLOPTTYPE_STRINGPOINT
681 Introduced in 7.46.0
682 .IP CURLOPT_ABSTRACT_UNIX_SOCKET
683 Introduced in 7.53.0
684 .IP CURLOPT_ACCEPTTIMEOUT_MS
685 Introduced in 7.24.0
686 .IP CURLOPT_ACCEPT_ENCODING
687 Introduced in 7.21.6
688 .IP CURLOPT_ADDRESS_SCOPE
689 Introduced in 7.19.0
690 .IP CURLOPT_APPEND
691 Introduced in 7.17.0
692 .IP CURLOPT_AUTOREFERER
693 Introduced in 7.1
694 .IP CURLOPT_BUFFERSIZE
695 Introduced in 7.10
696 .IP CURLOPT_CAINFO
697 Introduced in 7.4.2
698 .IP CURLOPT_CAPATH
699 Introduced in 7.9.8
700 .IP CURLOPT_CERTINFO
701 Introduced in 7.19.1
702 .IP CURLOPT_CHUNK_BGN_FUNCTION
703 Introduced in 7.21.0
704 .IP CURLOPT_CHUNK_DATA
705 Introduced in 7.21.0
706 .IP CURLOPT_CHUNK_END_FUNCTION
707 Introduced in 7.21.0
708 .IP CURLOPT_CLOSEFUNCTION
709 Introduced in 7.7
710 Deprecated since 7.11.1
711 Last used in 7.11.1
712 .IP CURLOPT_CLOSEPOLICY
713 Introduced in 7.7
714 Deprecated since 7.16.1
715 .IP CURLOPT_CLOSESOCKETDATA
716 Introduced in 7.21.7
717 .IP CURLOPT_CLOSESOCKETFUNCTION
718 Introduced in 7.21.7
719 .IP CURLOPT_CONNECTTIMEOUT
720 Introduced in 7.7
721 .IP CURLOPT_CONNECTTIMEOUT_MS
722 Introduced in 7.16.2
723 .IP CURLOPT_CONNECT_ONLY
724 Introduced in 7.15.2
725 .IP CURLOPT_CONNECT_TO
726 Introduced in 7.49.0
727 .IP CURLOPT_CONV_FROM_NETWORK_FUNCTION
728 Introduced in 7.15.4
729 .IP CURLOPT_CONV_FROM_UTF8_FUNCTION
730 Introduced in 7.15.4
731 .IP CURLOPT_CONV_TO_NETWORK_FUNCTION
732 Introduced in 7.15.4
733 .IP CURLOPT_COOKIE
734 Introduced in 7.1
735 .IP CURLOPT_COOKIEFILE
736 Introduced in 7.1
737 .IP CURLOPT_COOKIEJAR
738 Introduced in 7.9
739 .IP CURLOPT_COOKIELIST
740 Introduced in 7.14.1
741 .IP CURLOPT_COOKIESESSION
742 Introduced in 7.9.7
743 .IP CURLOPT_COPYPOSTFIELDS
744 Introduced in 7.17.1
745 .IP CURLOPT_CRLF
746 Introduced in 7.1
747 .IP CURLOPT_CRLFILE
748 Introduced in 7.19.0
749 .IP CURLOPT_CUSTOMREQUEST
750 Introduced in 7.1
751 .IP CURLOPT_DEBUGDATA
752 Introduced in 7.9.6
753 .IP CURLOPT_DEBUGFUNCTION
754 Introduced in 7.9.6
755 .IP CURLOPT_DEFAULT_PROTOCOL
756 Introduced in 7.45.0
757 .IP CURLOPT_DIRLISTONLY
758 Introduced in 7.17.0
759 .IP CURLOPT_DNS_CACHE_TIMEOUT
760 Introduced in 7.9.3
761 .IP CURLOPT_DNS_INTERFACE
762 Introduced in 7.33.0
763 .IP CURLOPT_DNS_LOCAL_IP4
764 Introduced in 7.33.0
765 .IP CURLOPT_DNS_LOCAL_IP6
766 Introduced in 7.33.0
767 .IP CURLOPT_DNS_SERVERS
768 Introduced in 7.24.0
769 .IP CURLOPT_DNS_USE_GLOBAL_CACHE
770 Introduced in 7.9.3
771 Deprecated since 7.11.1
772 .IP CURLOPT_EGDSOCKET
773 Introduced in 7.7
774 .IP CURLOPT_ENCODING
775 Introduced in 7.10
776 .IP CURLOPT_ERRORBUFFER
777 Introduced in 7.1
778 .IP CURLOPT_EXPECT_100_TIMEOUT_MS
779 Introduced in 7.36.0
780 .IP CURLOPT_FAILONERROR
781 Introduced in 7.1
782 .IP CURLOPT_FILE
783 Introduced in 7.1
784 Deprecated since 7.9.7
785 .IP CURLOPT_FILETIME
786 Introduced in 7.5
787 .IP CURLOPT_FNMATCH_DATA
788 Introduced in 7.21.0
789 .IP CURLOPT_FNMATCH_FUNCTION
790 Introduced in 7.21.0
791 .IP CURLOPT_FOLLOWLOCATION
792 Introduced in 7.1
793 .IP CURLOPT_FORBID_REUSE
794 Introduced in 7.7
795 .IP CURLOPT_FRESH_CONNECT
796 Introduced in 7.7
797 .IP CURLOPT_FTPAPPEND
798 Introduced in 7.1
799 Deprecated since 7.16.4
800 .IP CURLOPT_FTPASCII
801 Introduced in 7.1
802 Deprecated since 7.11.1
803 Last used in 7.11.1
804 .IP CURLOPT_FTPLISTONLY
805 Introduced in 7.1
806 Deprecated since 7.16.4
807 .IP CURLOPT_FTPPORT
808 Introduced in 7.1
809 .IP CURLOPT_FTPSSLAUTH
810 Introduced in 7.12.2
811 .IP CURLOPT_FTP_ACCOUNT
812 Introduced in 7.13.0
813 .IP CURLOPT_FTP_ALTERNATIVE_TO_USER
814 Introduced in 7.15.5
815 .IP CURLOPT_FTP_CREATE_MISSING_DIRS
816 Introduced in 7.10.7
817 .IP CURLOPT_FTP_FILEMETHOD
818 Introduced in 7.15.1
819 .IP CURLOPT_FTP_RESPONSE_TIMEOUT
820 Introduced in 7.10.8
821 .IP CURLOPT_FTP_SKIP_PASV_IP
822 Introduced in 7.15.0
823 .IP CURLOPT_FTP_SSL
824 Introduced in 7.11.0
825 Deprecated since 7.16.4
826 .IP CURLOPT_FTP_SSL_CCC
827 Introduced in 7.16.1
828 .IP CURLOPT_FTP_USE_EPRT
829 Introduced in 7.10.5
830 .IP CURLOPT_FTP_USE_EPSV
831 Introduced in 7.9.2
832 .IP CURLOPT_FTP_USE_PRET
833 Introduced in 7.20.0
834 .IP CURLOPT_GSSAPI_DELEGATION
835 Introduced in 7.22.0
836 .IP CURLOPT_HEADER
837 Introduced in 7.1
838 .IP CURLOPT_HEADERDATA
839 Introduced in 7.10
840 .IP CURLOPT_HEADERFUNCTION
841 Introduced in 7.7.2
842 .IP CURLOPT_HEADEROPT
843 Introduced in 7.37.0
844 .IP CURLOPT_HTTP200ALIASES
845 Introduced in 7.10.3
846 .IP CURLOPT_HTTPAUTH
847 Introduced in 7.10.6
848 .IP CURLOPT_HTTPGET
849 Introduced in 7.8.1
850 .IP CURLOPT_HTTPHEADER
851 Introduced in 7.1
852 .IP CURLOPT_HTTPPOST
853 Introduced in 7.1
854 .IP CURLOPT_HTTPPROXYTUNNEL
855 Introduced in 7.3
856 .IP CURLOPT_HTTPREQUEST
857 Introduced in 7.1
858 .IP CURLOPT_HTTP_CONTENT_DECODING
859 Introduced in 7.16.2
860 .IP CURLOPT_HTTP_TRANSFER_DECODING
861 Introduced in 7.16.2
862 .IP CURLOPT_HTTP_VERSION
863 Introduced in 7.9.1
864 .IP CURLOPT_IGNORE_CONTENT_LENGTH
865 Introduced in 7.14.1
866 .IP CURLOPT_INFILE
867 Introduced in 7.1
868 Deprecated since 7.9.7
869 .IP CURLOPT_INFILESIZE
870 Introduced in 7.1
871 .IP CURLOPT_INFILESIZE_LARGE
872 Introduced in 7.11.0
873 .IP CURLOPT_INTERFACE
874 Introduced in 7.3
875 .IP CURLOPT_INTERLEAVEDATA
876 Introduced in 7.20.0
877 .IP CURLOPT_INTERLEAVEFUNCTION
878 Introduced in 7.20.0
879 .IP CURLOPT_IOCTLDATA
880 Introduced in 7.12.3
881 .IP CURLOPT_IOCTLFUNCTION
882 Introduced in 7.12.3
883 .IP CURLOPT_IPRESOLVE
884 Introduced in 7.10.8
885 .IP CURLOPT_ISSUERCERT
886 Introduced in 7.19.0
887 .IP CURLOPT_KEYPASSWD
888 Introduced in 7.17.0
889 .IP CURLOPT_KEEP_SENDING_ON_ERROR
890 Introduced in 7.51.0
891 .IP CURLOPT_KRB4LEVEL
892 Introduced in 7.3
893 Deprecated since 7.17.0
894 .IP CURLOPT_KRBLEVEL
895 Introduced in 7.16.4
896 .IP CURLOPT_LOCALPORT
897 Introduced in 7.15.2
898 .IP CURLOPT_LOCALPORTRANGE
899 Introduced in 7.15.2
900 .IP CURLOPT_LOGIN_OPTIONS
901 Introduced in 7.34.0
902 .IP CURLOPT_LOW_SPEED_LIMIT
903 Introduced in 7.1
904 .IP CURLOPT_LOW_SPEED_TIME
905 Introduced in 7.1
906 .IP CURLOPT_MAIL_AUTH
907 Introduced in 7.25.0
908 .IP CURLOPT_MAIL_FROM
909 Introduced in 7.20.0
910 .IP CURLOPT_MAIL_RCPT
911 Introduced in 7.20.0
912 .IP CURLOPT_MAXCONNECTS
913 Introduced in 7.7
914 .IP CURLOPT_MAXFILESIZE
915 Introduced in 7.10.8
916 .IP CURLOPT_MAXFILESIZE_LARGE
917 Introduced in 7.11.0
918 .IP CURLOPT_MAXREDIRS
919 Introduced in 7.5
920 .IP CURLOPT_MAX_RECV_SPEED_LARGE
921 Introduced in 7.15.5
922 .IP CURLOPT_MAX_SEND_SPEED_LARGE
923 Introduced in 7.15.5
924 .IP CURLOPT_MUTE
925 Introduced in 7.1
926 Deprecated since 7.8
927 Last used in 7.8
928 .IP CURLOPT_NETRC
929 Introduced in 7.1
930 .IP CURLOPT_NETRC_FILE
931 Introduced in 7.11.0
932 .IP CURLOPT_NEW_DIRECTORY_PERMS
933 Introduced in 7.16.4
934 .IP CURLOPT_NEW_FILE_PERMS
935 Introduced in 7.16.4
936 .IP CURLOPT_NOBODY
937 Introduced in 7.1
938 .IP CURLOPT_NOPROGRESS
939 Introduced in 7.1
940 .IP CURLOPT_NOPROXY
941 Introduced in 7.19.4
942 .IP CURLOPT_NOSIGNAL
943 Introduced in 7.10
944 .IP CURLOPT_NOTHING
945 Introduced in 7.1.1
946 Deprecated since 7.11.1
947 Last used in 7.11.1
948 .IP CURLOPT_OPENSOCKETDATA
949 Introduced in 7.17.1
950 .IP CURLOPT_OPENSOCKETFUNCTION
951 Introduced in 7.17.1
952 .IP CURLOPT_PASSWDDATA
953 Introduced in 7.4.2
954 Deprecated since 7.11.1
955 Last used in 7.11.1
956 .IP CURLOPT_PASSWDFUNCTION
957 Introduced in 7.4.2
958 Deprecated since 7.11.1
959 Last used in 7.11.1
960 .IP CURLOPT_PASSWORD
961 Introduced in 7.19.1
962 .IP CURLOPT_PASV_HOST
963 Introduced in 7.12.1
964 Deprecated since 7.16.0
965 Last used in 7.16.0
966 .IP CURLOPT_PATH_AS_IS
967 Introduced in 7.42.0
968 .IP CURLOPT_PINNEDPUBLICKEY
969 Introduced in 7.39.0
970 .IP CURLOPT_PIPEWAIT
971 Introduced in 7.43.0
972 .IP CURLOPT_PORT
973 Introduced in 7.1
974 .IP CURLOPT_POST
975 Introduced in 7.1
976 .IP CURLOPT_POST301
977 Introduced in 7.17.1
978 Deprecated since 7.19.1
979 .IP CURLOPT_POSTFIELDS
980 Introduced in 7.1
981 .IP CURLOPT_POSTFIELDSIZE
982 Introduced in 7.2
983 .IP CURLOPT_POSTFIELDSIZE_LARGE
984 Introduced in 7.11.1
985 .IP CURLOPT_POSTQUOTE
986 Introduced in 7.1
987 .IP CURLOPT_POSTREDIR
988 Introduced in 7.19.1
989 .IP CURLOPT_PREQUOTE
990 Introduced in 7.9.5
991 .IP CURLOPT_PRE_PROXY
992 Introduced in 7.52.0
993 .IP CURLOPT_PRIVATE
994 Introduced in 7.10.3
995 .IP CURLOPT_PROGRESSDATA
996 Introduced in 7.1
997 .IP CURLOPT_PROGRESSFUNCTION
998 Introduced in 7.1
999 Deprecated since 7.32.0
1000 .IP CURLOPT_PROTOCOLS
1001 Introduced in 7.19.4
1002 .IP CURLOPT_PROXY
1003 Introduced in 7.1
1004 .IP CURLOPT_PROXYAUTH
1005 Introduced in 7.10.7
1006 .IP CURLOPT_PROXYHEADER
1007 Introduced in 7.37.0
1008 .IP CURLOPT_PROXYPASSWORD
1009 Introduced in 7.19.1
1010 .IP CURLOPT_PROXYPORT
1011 Introduced in 7.1
1012 .IP CURLOPT_PROXYTYPE
1013 Introduced in 7.10
1014 .IP CURLOPT_PROXYUSERNAME
1015 Introduced in 7.19.1
1016 .IP CURLOPT_PROXYUSERPWD
1017 Introduced in 7.1
1018 .IP CURLOPT_PROXY_CAINFO
1019 Introduced in 7.52.0
1020 .IP CURLOPT_PROXY_CAPATH
1021 Introduced in 7.52.0
1022 .IP CURLOPT_PROXY_CRLFILE
1023 Introduced in 7.52.0
1024 .IP CURLOPT_PROXY_KEYPASSWD
1025 Introduced in 7.52.0
1026 .IP CURLOPT_PROXY_PINNEDPUBLICKEY
1027 Introduced in 7.52.0
1028 .IP CURLOPT_PROXY_SERVICE_NAME
1029 Introduced in 7.43.0
1030 .IP CURLOPT_PROXY_SSLCERT
1031 Introduced in 7.52.0
1032 .IP CURLOPT_PROXY_SSLCERTTYPE
1033 Introduced in 7.52.0
1034 .IP CURLOPT_PROXY_SSLKEY
1035 Introduced in 7.52.0
1036 .IP CURLOPT_PROXY_SSLKEYTYPE
1037 Introduced in 7.52.0
1038 .IP CURLOPT_PROXY_SSLVERSION
1039 Introduced in 7.52.0
1040 .IP CURLOPT_PROXY_SSL_CIPHER_LIST
1041 Introduced in 7.52.0
1042 .IP CURLOPT_PROXY_SSL_OPTIONS
1043 Introduced in 7.52.0
1044 .IP CURLOPT_PROXY_SSL_VERIFYHOST
1045 Introduced in 7.52.0
1046 .IP CURLOPT_PROXY_SSL_VERIFYPEER
1047 Introduced in 7.52.0
1048 .IP CURLOPT_PROXY_TLSAUTH_PASSWORD
1049 Introduced in 7.52.0
1050 .IP CURLOPT_PROXY_TLSAUTH_TYPE
1051 Introduced in 7.52.0
1052 .IP CURLOPT_PROXY_TLSAUTH_USERNAME
1053 Introduced in 7.52.0
1054 .IP CURLOPT_PROXY_TRANSFER_MODE
1055 Introduced in 7.18.0
1056 .IP CURLOPT_PUT
1057 Introduced in 7.1
1058 .IP CURLOPT_QUOTE
1059 Introduced in 7.1
1060 .IP CURLOPT_RANDOM_FILE
1061 Introduced in 7.7
1062 .IP CURLOPT_RANGE
1063 Introduced in 7.1
1064 .IP CURLOPT_READDATA
1065 Introduced in 7.9.7
1066 .IP CURLOPT_READFUNCTION
1067 Introduced in 7.1
1068 .IP CURLOPT_REDIR_PROTOCOLS
1069 Introduced in 7.19.4
1070 .IP CURLOPT_REFERER
1071 Introduced in 7.1
1072 .IP CURLOPT_RESOLVE
1073 Introduced in 7.21.3
1074 .IP CURLOPT_RESUME_FROM
1075 Introduced in 7.1
1076 .IP CURLOPT_RESUME_FROM_LARGE
1077 Introduced in 7.11.0
1078 .IP CURLOPT_RTSPHEADER
1079 Introduced in 7.20.0
1080 .IP CURLOPT_RTSP_CLIENT_CSEQ
1081 Introduced in 7.20.0
1082 .IP CURLOPT_RTSP_REQUEST
1083 Introduced in 7.20.0
1084 .IP CURLOPT_RTSP_SERVER_CSEQ
1085 Introduced in 7.20.0
1086 .IP CURLOPT_RTSP_SESSION_ID
1087 Introduced in 7.20.0
1088 .IP CURLOPT_RTSP_STREAM_URI
1089 Introduced in 7.20.0
1090 .IP CURLOPT_RTSP_TRANSPORT
1091 Introduced in 7.20.0
1092 .IP CURLOPT_SASL_IR
1093 Introduced in 7.31.0
1094 .IP CURLOPT_SEEKDATA
1095 Introduced in 7.18.0
1096 .IP CURLOPT_SEEKFUNCTION
1097 Introduced in 7.18.0
1098 .IP CURLOPT_SERVER_RESPONSE_TIMEOUT
1099 Introduced in 7.20.0
1100 .IP CURLOPT_SERVICE_NAME
1101 Introduced in 7.43.0
1102 .IP CURLOPT_SHARE
1103 Introduced in 7.10
1104 .IP CURLOPT_SOCKOPTDATA
1105 Introduced in 7.16.0
1106 .IP CURLOPT_SOCKOPTFUNCTION
1107 Introduced in 7.16.0
1108 .IP CURLOPT_SOCKS5_GSSAPI_NEC
1109 Introduced in 7.19.4
1110 .IP CURLOPT_SOCKS5_GSSAPI_SERVICE
1111 Introduced in 7.19.4
1112 Deprecated since 7.49.0
1113 .IP CURLOPT_SOURCE_HOST
1114 Introduced in 7.12.1
1115 .IP CURLOPT_SOURCE_PATH
1116 Introduced in 7.12.1
1117 .IP CURLOPT_SOURCE_PORT
1118 Introduced in 7.12.1
1119 .IP CURLOPT_SOURCE_POSTQUOTE
1120 Introduced in 7.12.1
1121 .IP CURLOPT_SOURCE_PREQUOTE
1122 Introduced in 7.12.1
1123 .IP CURLOPT_SOURCE_QUOTE
1124 Introduced in 7.13.0
1125 .IP CURLOPT_SOURCE_URL
1126 Introduced in 7.13.0
1127 .IP CURLOPT_SOURCE_USERPWD
1128 Introduced in 7.12.1
1129 .IP CURLOPT_SSH_AUTH_TYPES
1130 Introduced in 7.16.1
1131 .IP CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
1132 Introduced in 7.17.1
1133 .IP CURLOPT_SSH_KEYDATA
1134 Introduced in 7.19.6
1135 .IP CURLOPT_SSH_KEYFUNCTION
1136 Introduced in 7.19.6
1137 .IP CURLOPT_SSH_KNOWNHOSTS
1138 Introduced in 7.19.6
1139 .IP CURLOPT_SSH_PRIVATE_KEYFILE
1140 Introduced in 7.16.1
1141 .IP CURLOPT_SSH_PUBLIC_KEYFILE
1142 Introduced in 7.16.1
1143 .IP CURLOPT_SSLCERT
1144 Introduced in 7.1
1145 .IP CURLOPT_SSLCERTPASSWD
1146 Introduced in 7.1.1
1147 Deprecated since 7.17.0
1148 .IP CURLOPT_SSLCERTTYPE
1149 Introduced in 7.9.3
1150 .IP CURLOPT_SSLENGINE
1151 Introduced in 7.9.3
1152 .IP CURLOPT_SSLENGINE_DEFAULT
1153 Introduced in 7.9.3
1154 .IP CURLOPT_SSLKEY
1155 Introduced in 7.9.3
1156 .IP CURLOPT_SSLKEYPASSWD
1157 Introduced in 7.9.3
1158 Deprecated since 7.17.0
1159 .IP CURLOPT_SSLKEYTYPE
1160 Introduced in 7.9.3
1161 .IP CURLOPT_SSLVERSION
1162 Introduced in 7.1
1163 .IP CURLOPT_SSL_CIPHER_LIST
1164 Introduced in 7.9
1165 .IP CURLOPT_SSL_CTX_DATA
1166 Introduced in 7.10.6
1167 .IP CURLOPT_SSL_CTX_FUNCTION
1168 Introduced in 7.10.6
1169 .IP CURLOPT_SSL_ENABLE_ALPN
1170 Introduced in 7.36.0
1171 .IP CURLOPT_SSL_ENABLE_NPN
1172 Introduced in 7.36.0
1173 .IP CURLOPT_SSL_FALSESTART
1174 Introduced in 7.42.0
1175 .IP CURLOPT_SSL_OPTIONS
1176 Introduced in 7.25.0
1177 .IP CURLOPT_SSL_SESSIONID_CACHE
1178 Introduced in 7.16.0
1179 .IP CURLOPT_SSL_VERIFYHOST
1180 Introduced in 7.8.1
1181 .IP CURLOPT_SSL_VERIFYPEER
1182 Introduced in 7.4.2
1183 .IP CURLOPT_SSL_VERIFYSTATUS
1184 Introduced in 7.41.0
1185 .IP CURLOPT_STDERR
1186 Introduced in 7.1
1187 .IP CURLOPT_STREAM_DEPENDS
1188 Introduced in 7.46.0
1189 .IP CURLOPT_STREAM_DEPENDS_E
1190 Introduced in 7.46.0
1191 .IP CURLOPT_STREAM_WEIGHT
1192 Introduced in 7.46.0
1193 .IP CURLOPT_TCP_KEEPALIVE
1194 Introduced in 7.25.0
1195 .IP CURLOPT_TCP_KEEPIDLE
1196 Introduced in 7.25.0
1197 .IP CURLOPT_TCP_KEEPINTVL
1198 Introduced in 7.25.0
1199 .IP CURLOPT_TCP_NODELAY
1200 Introduced in 7.11.2
1201 .IP CURLOPT_TCP_FASTOPEN
1202 Introduced in 7.49.0
1203 .IP CURLOPT_TELNETOPTIONS
1204 Introduced in 7.7
1205 .IP CURLOPT_TFTP_BLKSIZE
1206 Introduced in 7.19.4
1207 .IP CURLOPT_TFTP_NO_OPTIONS
1208 Introduced in 7.48.0
1209 .IP CURLOPT_TIMECONDITION
1210 Introduced in 7.1
1211 .IP CURLOPT_TIMEOUT
1212 Introduced in 7.1
1213 .IP CURLOPT_TIMEOUT_MS
1214 Introduced in 7.16.2
1215 .IP CURLOPT_TIMEVALUE
1216 Introduced in 7.1
1217 .IP CURLOPT_TLSAUTH_PASSWORD
1218 Introduced in 7.21.4
1219 .IP CURLOPT_TLSAUTH_TYPE
1220 Introduced in 7.21.4
1221 .IP CURLOPT_TLSAUTH_USERNAME
1222 Introduced in 7.21.4
1223 .IP CURLOPT_TRANSFERTEXT
1224 Introduced in 7.1.1
1225 .IP CURLOPT_TRANSFER_ENCODING
1226 Introduced in 7.21.6
1227 .IP CURLOPT_UNIX_SOCKET_PATH
1228 Introduced in 7.40.0
1229 .IP CURLOPT_UNRESTRICTED_AUTH
1230 Introduced in 7.10.4
1231 .IP CURLOPT_UPLOAD
1232 Introduced in 7.1
1233 .IP CURLOPT_URL
1234 Introduced in 7.1
1235 .IP CURLOPT_USERAGENT
1236 Introduced in 7.1
1237 .IP CURLOPT_USERNAME
1238 Introduced in 7.19.1
1239 .IP CURLOPT_USERPWD
1240 Introduced in 7.1
1241 .IP CURLOPT_USE_SSL
1242 Introduced in 7.17.0
1243 .IP CURLOPT_VERBOSE
1244 Introduced in 7.1
1245 .IP CURLOPT_WILDCARDMATCH
1246 Introduced in 7.21.0
1247 .IP CURLOPT_WRITEDATA
1248 Introduced in 7.9.7
1249 .IP CURLOPT_WRITEFUNCTION
1250 Introduced in 7.1
1251 .IP CURLOPT_WRITEHEADER
1252 Introduced in 7.1
1253 .IP CURLOPT_WRITEINFO
1254 Introduced in 7.1
1255 .IP CURLOPT_XFERINFODATA
1256 Introduced in 7.32.0
1257 .IP CURLOPT_XFERINFOFUNCTION
1258 Introduced in 7.32.0
1259 .IP CURLOPT_XOAUTH2_BEARER
1260 Introduced in 7.33.0
1261 .IP CURLPAUSE_ALL
1262 Introduced in 7.18.0
1263 .IP CURLPAUSE_CONT
1264 Introduced in 7.18.0
1265 .IP CURLPAUSE_RECV
1266 Introduced in 7.18.0
1267 .IP CURLPAUSE_RECV_CONT
1268 Introduced in 7.18.0
1269 .IP CURLPAUSE_SEND
1270 Introduced in 7.18.0
1271 .IP CURLPAUSE_SEND_CONT
1272 Introduced in 7.18.0
1273 .IP CURLPIPE_HTTP1
1274 Introduced in 7.43.0
1275 .IP CURLPIPE_MULTIPLEX
1276 Introduced in 7.43.0
1277 .IP CURLPIPE_NOTHING
1278 Introduced in 7.43.0
1279 .IP CURLPROTO_ALL
1280 Introduced in 7.19.4
1281 .IP CURLPROTO_DICT
1282 Introduced in 7.19.4
1283 .IP CURLPROTO_FILE
1284 Introduced in 7.19.4
1285 .IP CURLPROTO_FTP
1286 Introduced in 7.19.4
1287 .IP CURLPROTO_FTPS
1288 Introduced in 7.19.4
1289 .IP CURLPROTO_GOPHER
1290 Introduced in 7.21.2
1291 .IP CURLPROTO_HTTP
1292 Introduced in 7.19.4
1293 .IP CURLPROTO_HTTPS
1294 Introduced in 7.19.4
1295 .IP CURLPROTO_IMAP
1296 Introduced in 7.20.0
1297 .IP CURLPROTO_IMAPS
1298 Introduced in 7.20.0
1299 .IP CURLPROTO_LDAP
1300 Introduced in 7.19.4
1301 .IP CURLPROTO_LDAPS
1302 Introduced in 7.19.4
1303 .IP CURLPROTO_POP3
1304 Introduced in 7.20.0
1305 .IP CURLPROTO_POP3S
1306 Introduced in 7.20.0
1307 .IP CURLPROTO_RTMP
1308 Introduced in 7.21.0
1309 .IP CURLPROTO_RTMPE
1310 Introduced in 7.21.0
1311 .IP CURLPROTO_RTMPS
1312 Introduced in 7.21.0
1313 .IP CURLPROTO_RTMPT
1314 Introduced in 7.21.0
1315 .IP CURLPROTO_RTMPTE
1316 Introduced in 7.21.0
1317 .IP CURLPROTO_RTMPTS
1318 Introduced in 7.21.0
1319 .IP CURLPROTO_RTSP
1320 Introduced in 7.20.0
1321 .IP CURLPROTO_SCP
1322 Introduced in 7.19.4
1323 .IP CURLPROTO_SFTP
1324 Introduced in 7.19.4
1325 .IP CURLPROTO_SMB
1326 Introduced in 7.40.0
1327 .IP CURLPROTO_SMBS
1328 Introduced in 7.40.0
1329 .IP CURLPROTO_SMTP
1330 Introduced in 7.20.0
1331 .IP CURLPROTO_SMTPS
1332 Introduced in 7.20.0
1333 .IP CURLPROTO_TELNET
1334 Introduced in 7.19.4
1335 .IP CURLPROTO_TFTP
1336 Introduced in 7.19.4
1337 .IP CURLPROXY_HTTP
1338 Introduced in 7.10
1339 .IP CURLPROXY_HTTP_1_0
1340 Introduced in 7.19.4
1341 .IP CURLPROXY_HTTPS
1342 Introduced in 7.52.0
1343 .IP CURLPROXY_SOCKS4
1344 Introduced in 7.10
1345 .IP CURLPROXY_SOCKS4A
1346 Introduced in 7.18.0
1347 .IP CURLPROXY_SOCKS5
1348 Introduced in 7.10
1349 .IP CURLPROXY_SOCKS5_HOSTNAME
1350 Introduced in 7.18.0
1351 .IP CURLSHE_BAD_OPTION
1352 Introduced in 7.10.3
1353 .IP CURLSHE_INVALID
1354 Introduced in 7.10.3
1355 .IP CURLSHE_IN_USE
1356 Introduced in 7.10.3
1357 .IP CURLSHE_NOMEM
1358 Introduced in 7.12.0
1359 .IP CURLSHE_NOT_BUILT_IN
1360 Introduced in 7.23.0
1361 .IP CURLSHE_OK
1362 Introduced in 7.10.3
1363 .IP CURLSHOPT_LOCKFUNC
1364 Introduced in 7.10.3
1365 .IP CURLSHOPT_NONE
1366 Introduced in 7.10.3
1367 .IP CURLSHOPT_SHARE
1368 Introduced in 7.10.3
1369 .IP CURLSHOPT_UNLOCKFUNC
1370 Introduced in 7.10.3
1371 .IP CURLSHOPT_UNSHARE
1372 Introduced in 7.10.3
1373 .IP CURLSHOPT_USERDATA
1374 Introduced in 7.10.3
1375 .IP CURLSOCKTYPE_ACCEPT
1376 Introduced in 7.28.0
1377 .IP CURLSOCKTYPE_IPCXN
1378 Introduced in 7.16.0
1379 .IP CURLSSH_AUTH_AGENT
1380 Introduced in 7.28.0
1381 .IP CURLSSH_AUTH_ANY
1382 Introduced in 7.16.1
1383 .IP CURLSSH_AUTH_DEFAULT
1384 Introduced in 7.16.1
1385 .IP CURLSSH_AUTH_HOST
1386 Introduced in 7.16.1
1387 .IP CURLSSH_AUTH_KEYBOARD
1388 Introduced in 7.16.1
1389 .IP CURLSSH_AUTH_NONE
1390 Introduced in 7.16.1
1391 .IP CURLSSH_AUTH_PASSWORD
1392 Introduced in 7.16.1
1393 .IP CURLSSH_AUTH_PUBLICKEY
1394 Introduced in 7.16.1
1395 .IP CURLSSLBACKEND_AXTLS
1396 Introduced in 7.38.0
1397 .IP CURLSSLBACKEND_BORINGSSL
1398 Introduced in 7.49.0
1399 .IP CURLSSLBACKEND_CYASSL
1400 Introduced in 7.34.0
1401 .IP CURLSSLBACKEND_DARWINSSL
1402 Introduced in 7.34.0
1403 .IP CURLSSLBACKEND_GNUTLS
1404 Introduced in 7.34.0
1405 .IP CURLSSLBACKEND_GSKIT
1406 Introduced in 7.34.0
1407 .IP CURLSSLBACKEND_LIBRESSL
1408 Introduced in 7.49.0
1409 .IP CURLSSLBACKEND_MBEDTLS
1410 Introduced in 7.46.0
1411 .IP CURLSSLBACKEND_NONE
1412 Introduced in 7.34.0
1413 .IP CURLSSLBACKEND_NSS
1414 Introduced in 7.34.0
1415 .IP CURLSSLBACKEND_OPENSSL
1416 Introduced in 7.34.0
1417 .IP CURLSSLBACKEND_POLARSSL
1418 Introduced in 7.34.0
1419 .IP CURLSSLBACKEND_QSOSSL
1420 Introduced in 7.34.0
1421 .IP CURLSSLBACKEND_SCHANNEL
1422 Introduced in 7.34.0
1423 .IP CURLSSLBACKEND_WOLFSSL
1424 Introduced in 7.49.0
1425 .IP CURLSSLOPT_ALLOW_BEAST
1426 Introduced in 7.25.0
1427 .IP CURLSSLOPT_NO_REVOKE
1428 Introduced in 7.44.0
1429 .IP CURLUSESSL_ALL
1430 Introduced in 7.17.0
1431 .IP CURLUSESSL_CONTROL
1432 Introduced in 7.17.0
1433 .IP CURLUSESSL_NONE
1434 Introduced in 7.17.0
1435 .IP CURLUSESSL_TRY
1436 Introduced in 7.17.0
1437 .IP CURLVERSION_FIRST
1438 Introduced in 7.10
1439 .IP CURLVERSION_FOURTH
1440 Introduced in 7.16.1
1441 .IP CURLVERSION_NOW
1442 Introduced in 7.10
1443 .IP CURLVERSION_SECOND
1444 Introduced in 7.11.1
1445 .IP CURLVERSION_THIRD
1446 Introduced in 7.12.0
1447 .IP CURL_CHUNK_BGN_FUNC_FAIL
1448 Introduced in 7.21.0
1449 .IP CURL_CHUNK_BGN_FUNC_OK
1450 Introduced in 7.21.0
1451 .IP CURL_CHUNK_BGN_FUNC_SKIP
1452 Introduced in 7.21.0
1453 .IP CURL_CHUNK_END_FUNC_FAIL
1454 Introduced in 7.21.0
1455 .IP CURL_CHUNK_END_FUNC_OK
1456 Introduced in 7.21.0
1457 .IP CURL_CSELECT_ERR
1458 Introduced in 7.16.3
1459 .IP CURL_CSELECT_IN
1460 Introduced in 7.16.3
1461 .IP CURL_CSELECT_OUT
1462 Introduced in 7.16.3
1463 .IP CURL_DID_MEMORY_FUNC_TYPEDEFS
1464 Introduced in 7.49.0
1465 .IP CURL_EASY_NONE
1466 Introduced in 7.14.0
1467 .IP CURL_EASY_TIMEOUT
1468 Introduced in 7.14.0
1469 .IP CURL_ERROR_SIZE
1470 Introduced in 7.1
1471 .IP CURL_FNMATCHFUNC_FAIL
1472 Introduced in 7.21.0
1473 .IP CURL_FNMATCHFUNC_MATCH
1474 Introduced in 7.21.0
1475 .IP CURL_FNMATCHFUNC_NOMATCH
1476 Introduced in 7.21.0
1477 .IP CURL_FORMADD_DISABLED
1478 Introduced in 7.12.1
1479 .IP CURL_FORMADD_ILLEGAL_ARRAY
1480 Introduced in 7.9.8
1481 .IP CURL_FORMADD_INCOMPLETE
1482 Introduced in 7.9.8
1483 .IP CURL_FORMADD_MEMORY
1484 Introduced in 7.9.8
1485 .IP CURL_FORMADD_NULL
1486 Introduced in 7.9.8
1487 .IP CURL_FORMADD_OK
1488 Introduced in 7.9.8
1489 .IP CURL_FORMADD_OPTION_TWICE
1490 Introduced in 7.9.8
1491 .IP CURL_FORMADD_UNKNOWN_OPTION
1492 Introduced in 7.9.8
1493 .IP CURL_GLOBAL_ACK_EINTR
1494 Introduced in 7.30.0
1495 .IP CURL_GLOBAL_ALL
1496 Introduced in 7.8
1497 .IP CURL_GLOBAL_DEFAULT
1498 Introduced in 7.8
1499 .IP CURL_GLOBAL_NOTHING
1500 Introduced in 7.8
1501 .IP CURL_GLOBAL_SSL
1502 Introduced in 7.8
1503 .IP CURL_GLOBAL_WIN32
1504 Introduced in 7.8.1
1505 .IP CURL_HTTPPOST_BUFFER
1506 Introduced in 7.46.0
1507 .IP CURL_HTTPPOST_CALLBACK
1508 Introduced in 7.46.0
1509 .IP CURL_HTTPPOST_FILENAME
1510 Introduced in 7.46.0
1511 .IP CURL_HTTPPOST_LARGE
1512 Introduced in 7.46.0
1513 .IP CURL_HTTPPOST_PTRBUFFER
1514 Introduced in 7.46.0
1515 .IP CURL_HTTPPOST_PTRCONTENTS
1516 Introduced in 7.46.0
1517 .IP CURL_HTTPPOST_PTRNAME
1518 Introduced in 7.46.0
1519 .IP CURL_HTTPPOST_READFILE
1520 Introduced in 7.46.0
1521 .IP CURL_HTTP_VERSION_1_0
1522 Introduced in 7.9.1
1523 .IP CURL_HTTP_VERSION_1_1
1524 Introduced in 7.9.1
1525 .IP CURL_HTTP_VERSION_2
1526 Introduced in 7.43.0
1527 .IP CURL_HTTP_VERSION_2_0
1528 Introduced in 7.33.0
1529 .IP CURL_HTTP_VERSION_2TLS
1530 Introduced in 7.47.0
1531 .IP CURL_HTTP_VERSION_2_PRIOR_KNOWLEDGE
1532 Introduced in 7.49.0
1533 .IP CURL_HTTP_VERSION_NONE
1534 Introduced in 7.9.1
1535 .IP CURL_IPRESOLVE_V4
1536 Introduced in 7.10.8
1537 .IP CURL_IPRESOLVE_V6
1538 Introduced in 7.10.8
1539 .IP CURL_IPRESOLVE_WHATEVER
1540 Introduced in 7.10.8
1541 .IP CURL_LOCK_ACCESS_NONE
1542 Introduced in 7.10.3
1543 .IP CURL_LOCK_ACCESS_SHARED
1544 Introduced in 7.10.3
1545 .IP CURL_LOCK_ACCESS_SINGLE
1546 Introduced in 7.10.3
1547 .IP CURL_LOCK_DATA_CONNECT
1548 Introduced in 7.10.3
1549 .IP CURL_LOCK_DATA_COOKIE
1550 Introduced in 7.10.3
1551 .IP CURL_LOCK_DATA_DNS
1552 Introduced in 7.10.3
1553 .IP CURL_LOCK_DATA_NONE
1554 Introduced in 7.10.3
1555 .IP CURL_LOCK_DATA_SHARE
1556 Introduced in 7.10.4
1557 .IP CURL_LOCK_DATA_SSL_SESSION
1558 Introduced in 7.10.3
1559 .IP CURL_LOCK_TYPE_CONNECT
1560 Introduced in 7.10
1561 .IP CURL_LOCK_TYPE_COOKIE
1562 Introduced in 7.10
1563 .IP CURL_LOCK_TYPE_DNS
1564 Introduced in 7.10
1565 .IP CURL_LOCK_TYPE_NONE
1566 Introduced in 7.10
1567 .IP CURL_LOCK_TYPE_SSL_SESSION
1568 Introduced in 7.10
1569 .IP CURL_MAX_HTTP_HEADER
1570 Introduced in 7.19.7
1571 .IP CURL_MAX_READ_SIZE
1572 Introduced in 7.53.0
1573 .IP CURL_MAX_WRITE_SIZE
1574 Introduced in 7.9.7
1575 .IP CURL_NETRC_IGNORED
1576 Introduced in 7.9.8
1577 .IP CURL_NETRC_OPTIONAL
1578 Introduced in 7.9.8
1579 .IP CURL_NETRC_REQUIRED
1580 Introduced in 7.9.8
1581 .IP CURL_POLL_IN
1582 Introduced in 7.14.0
1583 .IP CURL_POLL_INOUT
1584 Introduced in 7.14.0
1585 .IP CURL_POLL_NONE
1586 Introduced in 7.14.0
1587 .IP CURL_POLL_OUT
1588 Introduced in 7.14.0
1589 .IP CURL_POLL_REMOVE
1590 Introduced in 7.14.0
1591 .IP CURL_PROGRESS_BAR
1592 Introduced in 7.1.1
1593 .IP CURL_PROGRESS_STATS
1594 Introduced in 7.1.1
1595 .IP CURL_PUSH_DENY
1596 Introduced in 7.44.0
1597 .IP CURL_PUSH_OK
1598 Introduced in 7.44.0
1599 .IP CURL_READFUNC_ABORT
1600 Introduced in 7.12.1
1601 .IP CURL_READFUNC_PAUSE
1602 Introduced in 7.18.0
1603 .IP CURL_REDIR_GET_ALL
1604 Introduced in 7.19.1
1605 .IP CURL_REDIR_POST_301
1606 Introduced in 7.19.1
1607 .IP CURL_REDIR_POST_302
1608 Introduced in 7.19.1
1609 .IP CURL_REDIR_POST_303
1610 Introduced in 7.25.1
1611 .IP CURL_REDIR_POST_ALL
1612 Introduced in 7.19.1
1613 .IP CURL_RTSPREQ_ANNOUNCE
1614 Introduced in 7.20.0
1615 .IP CURL_RTSPREQ_DESCRIBE
1616 Introduced in 7.20.0
1617 .IP CURL_RTSPREQ_GET_PARAMETER
1618 Introduced in 7.20.0
1619 .IP CURL_RTSPREQ_NONE
1620 Introduced in 7.20.0
1621 .IP CURL_RTSPREQ_OPTIONS
1622 Introduced in 7.20.0
1623 .IP CURL_RTSPREQ_PAUSE
1624 Introduced in 7.20.0
1625 .IP CURL_RTSPREQ_PLAY
1626 Introduced in 7.20.0
1627 .IP CURL_RTSPREQ_RECEIVE
1628 Introduced in 7.20.0
1629 .IP CURL_RTSPREQ_RECORD
1630 Introduced in 7.20.0
1631 .IP CURL_RTSPREQ_SETUP
1632 Introduced in 7.20.0
1633 .IP CURL_RTSPREQ_SET_PARAMETER
1634 Introduced in 7.20.0
1635 .IP CURL_RTSPREQ_TEARDOWN
1636 Introduced in 7.20.0
1637 .IP CURL_SEEKFUNC_CANTSEEK
1638 Introduced in 7.19.5
1639 .IP CURL_SEEKFUNC_FAIL
1640 Introduced in 7.19.5
1641 .IP CURL_SEEKFUNC_OK
1642 Introduced in 7.19.5
1643 .IP CURL_SOCKET_BAD
1644 Introduced in 7.14.0
1645 .IP CURL_SOCKET_TIMEOUT
1646 Introduced in 7.14.0
1647 .IP CURL_SOCKOPT_ALREADY_CONNECTED
1648 Introduced in 7.21.5
1649 .IP CURL_SOCKOPT_ERROR
1650 Introduced in 7.21.5
1651 .IP CURL_SOCKOPT_OK
1652 Introduced in 7.21.5
1653 .IP CURL_STRICTER
1654 Introduced in 7.50.2
1655 .IP CURL_SSLVERSION_DEFAULT
1656 Introduced in 7.9.2
1657 .IP CURL_SSLVERSION_SSL
1658 Introduced in 
1659 .IP CURL_SSLVERSION_SSL
1660 Introduced in 
1661 .IP CURL_SSLVERSION_TLS
1662 Introduced in 
1663 .IP CURL_SSLVERSION_TLS
1664 Introduced in 
1665 .IP CURL_SSLVERSION_TLS
1666 Introduced in 
1667 .IP CURL_SSLVERSION_TLS
1668 Introduced in 
1669 .IP CURL_SSLVERSION_TLS
1670 Introduced in 
1671 .IP CURL_TIMECOND_IFMODSINCE
1672 Introduced in 7.9.7
1673 .IP CURL_TIMECOND_IFUNMODSINCE
1674 Introduced in 7.9.7
1675 .IP CURL_TIMECOND_LASTMOD
1676 Introduced in 7.9.7
1677 .IP CURL_TIMECOND_NONE
1678 Introduced in 7.9.7
1679 .IP CURL_TLSAUTH_NONE
1680 Introduced in 7.21.4
1681 .IP CURL_TLSAUTH_SRP
1682 Introduced in 7.21.4
1683 .IP CURL_VERSION_ASYNCHDNS
1684 Introduced in 7.10.7
1685 .IP CURL_VERSION_CONV
1686 Introduced in 7.15.4
1687 .IP CURL_VERSION_CURLDEBUG
1688 Introduced in 7.19.6
1689 .IP CURL_VERSION_DEBUG
1690 Introduced in 7.10.6
1691 .IP CURL_VERSION_GSSAPI
1692 Introduced in 7.38.0
1693 .IP CURL_VERSION_GSSNEGOTIATE
1694 Introduced in 7.10.6
1695 Deprecated since 7.38.0
1696 .IP CURL_VERSION_HTTP2
1697 Introduced in 7.33.0
1698 .IP CURL_VERSION_HTTPS_PROXY
1699 Introduced in 7.52.0
1700 .IP CURL_VERSION_IDN
1701 Introduced in 7.12.0
1702 .IP CURL_VERSION_IPV6
1703 Introduced in 7.10
1704 .IP CURL_VERSION_KERBEROS4
1705 Introduced in 7.10
1706 Deprecated since 7.33.0
1707 .IP CURL_VERSION_KERBEROS5
1708 Introduced in 7.40.0
1709 .IP CURL_VERSION_LARGEFILE
1710 Introduced in 7.11.1
1711 .IP CURL_VERSION_LIBZ
1712 Introduced in 7.10
1713 .IP CURL_VERSION_NTLM
1714 Introduced in 7.10.6
1715 .IP CURL_VERSION_NTLM_WB
1716 Introduced in 7.22.0
1717 .IP CURL_VERSION_PSL
1718 Introduced in 7.47.0
1719 .IP CURL_VERSION_SPNEGO
1720 Introduced in 7.10.8
1721 .IP CURL_VERSION_SSL
1722 Introduced in 7.10
1723 .IP CURL_VERSION_SSPI
1724 Introduced in 7.13.2
1725 .IP CURL_VERSION_TLSAUTH_SRP
1726 Introduced in 7.21.4
1727 .IP CURL_VERSION_UNIX_SOCKETS
1728 Introduced in 7.40.0
1729 .IP CURL_WAIT_POLLIN
1730 Introduced in 7.28.0
1731 .IP CURL_WAIT_POLLOUT
1732 Introduced in 7.28.0
1733 .IP CURL_WAIT_POLLPRI
1734 Introduced in 7.28.0
1735 .IP CURL_WRITEFUNC_PAUSE
1736 Introduced in 7.18.0