Annotation of embedaddon/curl/docs/libcurl/libcurl-symbols.3, revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>