massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / pycurl.pyi
1 # TODO(MichalPokorny): more precise types\r
2 \r
3 from typing import Any, Tuple\r
4 \r
5 GLOBAL_ACK_EINTR = ...  # type: int\r
6 GLOBAL_ALL = ...  # type: int\r
7 GLOBAL_DEFAULT = ...  # type: int\r
8 GLOBAL_NOTHING = ...  # type: int\r
9 GLOBAL_SSL = ...  # type: int\r
10 GLOBAL_WIN32 = ...  # type: int\r
11 \r
12 def global_init(option: int) -> None: ...\r
13 def global_cleanup() -> None: ...\r
14 \r
15 version = ...  # type: str\r
16 \r
17 def version_info() -> Tuple[int, str, int, str, int, str,\r
18                             int, str, tuple, Any, int, Any]: ...\r
19 \r
20 class error(Exception): ...\r
21 \r
22 class Curl(object):\r
23     def close(self) -> None: ...\r
24     def setopt(self, option: int, value: Any) -> None: ...\r
25     def perform(self) -> None: ...\r
26     def getinfo(self, info: Any) -> Any: ...\r
27     def reset(self) -> None: ...\r
28     def unsetopt(self, option: int) -> Any: ...\r
29     def pause(self, bitmask: Any) -> Any: ...\r
30     def errstr(self) -> str: ...\r
31 \r
32     # TODO(MichalPokorny): wat?\r
33     USERPWD = ...  # type: int\r
34 \r
35 class CurlMulti(object):\r
36     def close(self) -> None: ...\r
37     def add_handle(self, obj: Curl) -> None: ...\r
38     def remove_handle(self, obj: Curl) -> None: ...\r
39     def perform(self) -> Tuple[Any, int]: ...\r
40     def fdset(self) -> tuple: ...\r
41     def select(self, timeout: float = ...) -> int: ...\r
42     def info_read(self, max_objects: int = ...) -> tuple: ...\r
43 \r
44 class CurlShare(object):\r
45     def close(self) -> None: ...\r
46     def setopt(self, option: int, value: Any) -> Any: ...\r
47 \r
48 ACCEPTTIMEOUT_MS = ...  # type: int\r
49 ACCEPT_ENCODING = ...  # type: int\r
50 ADDRESS_SCOPE = ...  # type: int\r
51 APPCONNECT_TIME = ...  # type: int\r
52 APPEND = ...  # type: int\r
53 AUTOREFERER = ...  # type: int\r
54 BUFFERSIZE = ...  # type: int\r
55 CAINFO = ...  # type: int\r
56 CAPATH = ...  # type: int\r
57 CLOSESOCKETFUNCTION = ...  # type: int\r
58 COMPILE_DATE = ...  # type: str\r
59 COMPILE_LIBCURL_VERSION_NUM = ...  # type: int\r
60 COMPILE_PY_VERSION_HEX = ...  # type: int\r
61 CONDITION_UNMET = ...  # type: int\r
62 CONNECTTIMEOUT = ...  # type: int\r
63 CONNECTTIMEOUT_MS = ...  # type: int\r
64 CONNECT_ONLY = ...  # type: int\r
65 CONNECT_TIME = ...  # type: int\r
66 CONTENT_LENGTH_DOWNLOAD = ...  # type: int\r
67 CONTENT_LENGTH_UPLOAD = ...  # type: int\r
68 CONTENT_TYPE = ...  # type: int\r
69 COOKIE = ...  # type: int\r
70 COOKIEFILE = ...  # type: int\r
71 COOKIEJAR = ...  # type: int\r
72 COOKIELIST = ...  # type: int\r
73 COOKIESESSION = ...  # type: int\r
74 COPYPOSTFIELDS = ...  # type: int\r
75 CRLF = ...  # type: int\r
76 CRLFILE = ...  # type: int\r
77 CSELECT_ERR = ...  # type: int\r
78 CSELECT_IN = ...  # type: int\r
79 CSELECT_OUT = ...  # type: int\r
80 CURL_HTTP_VERSION_1_0 = ...  # type: int\r
81 CURL_HTTP_VERSION_1_1 = ...  # type: int\r
82 CURL_HTTP_VERSION_2 = ...  # type: int\r
83 CURL_HTTP_VERSION_2_0 = ...  # type: int\r
84 CURL_HTTP_VERSION_LAST = ...  # type: int\r
85 CURL_HTTP_VERSION_NONE = ...  # type: int\r
86 CUSTOMREQUEST = ...  # type: int\r
87 DEBUGFUNCTION = ...  # type: int\r
88 DIRLISTONLY = ...  # type: int\r
89 DNS_CACHE_TIMEOUT = ...  # type: int\r
90 DNS_SERVERS = ...  # type: int\r
91 DNS_USE_GLOBAL_CACHE = ...  # type: int\r
92 EFFECTIVE_URL = ...  # type: int\r
93 EGDSOCKET = ...  # type: int\r
94 ENCODING = ...  # type: int\r
95 EXPECT_100_TIMEOUT_MS = ...  # type: int\r
96 FAILONERROR = ...  # type: int\r
97 FILE = ...  # type: int\r
98 FOLLOWLOCATION = ...  # type: int\r
99 FORBID_REUSE = ...  # type: int\r
100 FORM_BUFFER = ...  # type: int\r
101 FORM_BUFFERPTR = ...  # type: int\r
102 FORM_CONTENTS = ...  # type: int\r
103 FORM_CONTENTTYPE = ...  # type: int\r
104 FORM_FILE = ...  # type: int\r
105 FORM_FILENAME = ...  # type: int\r
106 FRESH_CONNECT = ...  # type: int\r
107 FTPAPPEND = ...  # type: int\r
108 FTPAUTH_DEFAULT = ...  # type: int\r
109 FTPAUTH_SSL = ...  # type: int\r
110 FTPAUTH_TLS = ...  # type: int\r
111 FTPLISTONLY = ...  # type: int\r
112 FTPMETHOD_DEFAULT = ...  # type: int\r
113 FTPMETHOD_MULTICWD = ...  # type: int\r
114 FTPMETHOD_NOCWD = ...  # type: int\r
115 FTPMETHOD_SINGLECWD = ...  # type: int\r
116 FTPPORT = ...  # type: int\r
117 FTPSSLAUTH = ...  # type: int\r
118 FTPSSL_ALL = ...  # type: int\r
119 FTPSSL_CONTROL = ...  # type: int\r
120 FTPSSL_NONE = ...  # type: int\r
121 FTPSSL_TRY = ...  # type: int\r
122 FTP_ACCOUNT = ...  # type: int\r
123 FTP_ALTERNATIVE_TO_USER = ...  # type: int\r
124 FTP_CREATE_MISSING_DIRS = ...  # type: int\r
125 FTP_ENTRY_PATH = ...  # type: int\r
126 FTP_FILEMETHOD = ...  # type: int\r
127 FTP_RESPONSE_TIMEOUT = ...  # type: int\r
128 FTP_SKIP_PASV_IP = ...  # type: int\r
129 FTP_SSL = ...  # type: int\r
130 FTP_SSL_CCC = ...  # type: int\r
131 FTP_USE_EPRT = ...  # type: int\r
132 FTP_USE_EPSV = ...  # type: int\r
133 FTP_USE_PRET = ...  # type: int\r
134 GSSAPI_DELEGATION = ...  # type: int\r
135 GSSAPI_DELEGATION_FLAG = ...  # type: int\r
136 GSSAPI_DELEGATION_NONE = ...  # type: int\r
137 GSSAPI_DELEGATION_POLICY_FLAG = ...  # type: int\r
138 HEADER = ...  # type: int\r
139 HEADERFUNCTION = ...  # type: int\r
140 HEADEROPT = ...  # type: int\r
141 HEADER_SEPARATE = ...  # type: int\r
142 HEADER_SIZE = ...  # type: int\r
143 HEADER_UNIFIED = ...  # type: int\r
144 HTTP200ALIASES = ...  # type: int\r
145 HTTPAUTH = ...  # type: int\r
146 HTTPAUTH_ANY = ...  # type: int\r
147 HTTPAUTH_ANYSAFE = ...  # type: int\r
148 HTTPAUTH_AVAIL = ...  # type: int\r
149 HTTPAUTH_BASIC = ...  # type: int\r
150 HTTPAUTH_DIGEST = ...  # type: int\r
151 HTTPAUTH_DIGEST_IE = ...  # type: int\r
152 HTTPAUTH_GSSNEGOTIATE = ...  # type: int\r
153 HTTPAUTH_NEGOTIATE = ...  # type: int\r
154 HTTPAUTH_NONE = ...  # type: int\r
155 HTTPAUTH_NTLM = ...  # type: int\r
156 HTTPAUTH_NTLM_WB = ...  # type: int\r
157 HTTPAUTH_ONLY = ...  # type: int\r
158 HTTPGET = ...  # type: int\r
159 HTTPHEADER = ...  # type: int\r
160 HTTPPOST = ...  # type: int\r
161 HTTPPROXYTUNNEL = ...  # type: int\r
162 HTTP_CODE = ...  # type: int\r
163 HTTP_CONNECTCODE = ...  # type: int\r
164 HTTP_CONTENT_DECODING = ...  # type: int\r
165 HTTP_TRANSFER_DECODING = ...  # type: int\r
166 HTTP_VERSION = ...  # type: int\r
167 IGNORE_CONTENT_LENGTH = ...  # type: int\r
168 INFILE = ...  # type: int\r
169 INFILESIZE = ...  # type: int\r
170 INFILESIZE_LARGE = ...  # type: int\r
171 INFOTYPE_DATA_IN = ...  # type: int\r
172 INFOTYPE_DATA_OUT = ...  # type: int\r
173 INFOTYPE_HEADER_IN = ...  # type: int\r
174 INFOTYPE_HEADER_OUT = ...  # type: int\r
175 INFOTYPE_SSL_DATA_IN = ...  # type: int\r
176 INFOTYPE_SSL_DATA_OUT = ...  # type: int\r
177 INFOTYPE_TEXT = ...  # type: int\r
178 INFO_CERTINFO = ...  # type: int\r
179 INFO_COOKIELIST = ...  # type: int\r
180 INFO_FILETIME = ...  # type: int\r
181 INFO_RTSP_CLIENT_CSEQ = ...  # type: int\r
182 INFO_RTSP_CSEQ_RECV = ...  # type: int\r
183 INFO_RTSP_SERVER_CSEQ = ...  # type: int\r
184 INFO_RTSP_SESSION_ID = ...  # type: int\r
185 INTERFACE = ...  # type: int\r
186 IOCMD_NOP = ...  # type: int\r
187 IOCMD_RESTARTREAD = ...  # type: int\r
188 IOCTLDATA = ...  # type: int\r
189 IOCTLFUNCTION = ...  # type: int\r
190 IOE_FAILRESTART = ...  # type: int\r
191 IOE_OK = ...  # type: int\r
192 IOE_UNKNOWNCMD = ...  # type: int\r
193 IPRESOLVE = ...  # type: int\r
194 IPRESOLVE_V4 = ...  # type: int\r
195 IPRESOLVE_V6 = ...  # type: int\r
196 IPRESOLVE_WHATEVER = ...  # type: int\r
197 ISSUERCERT = ...  # type: int\r
198 KEYPASSWD = ...  # type: int\r
199 KHMATCH_MISMATCH = ...  # type: int\r
200 KHMATCH_MISSING = ...  # type: int\r
201 KHMATCH_OK = ...  # type: int\r
202 KHSTAT_DEFER = ...  # type: int\r
203 KHSTAT_FINE = ...  # type: int\r
204 KHSTAT_FINE_ADD_TO_FILE = ...  # type: int\r
205 KHSTAT_REJECT = ...  # type: int\r
206 KHTYPE_DSS = ...  # type: int\r
207 KHTYPE_RSA = ...  # type: int\r
208 KHTYPE_RSA1 = ...  # type: int\r
209 KHTYPE_UNKNOWN = ...  # type: int\r
210 KRB4LEVEL = ...  # type: int\r
211 KRBLEVEL = ...  # type: int\r
212 LASTSOCKET = ...  # type: int\r
213 LOCALPORT = ...  # type: int\r
214 LOCALPORTRANGE = ...  # type: int\r
215 LOCAL_IP = ...  # type: int\r
216 LOCAL_PORT = ...  # type: int\r
217 LOCK_DATA_COOKIE = ...  # type: int\r
218 LOCK_DATA_DNS = ...  # type: int\r
219 LOCK_DATA_SSL_SESSION = ...  # type: int\r
220 LOGIN_OPTIONS = ...  # type: int\r
221 LOW_SPEED_LIMIT = ...  # type: int\r
222 LOW_SPEED_TIME = ...  # type: int\r
223 MAIL_AUTH = ...  # type: int\r
224 MAIL_FROM = ...  # type: int\r
225 MAIL_RCPT = ...  # type: int\r
226 MAXCONNECTS = ...  # type: int\r
227 MAXFILESIZE = ...  # type: int\r
228 MAXFILESIZE_LARGE = ...  # type: int\r
229 MAXREDIRS = ...  # type: int\r
230 MAX_RECV_SPEED_LARGE = ...  # type: int\r
231 MAX_SEND_SPEED_LARGE = ...  # type: int\r
232 M_CHUNK_LENGTH_PENALTY_SIZE = ...  # type: int\r
233 M_CONTENT_LENGTH_PENALTY_SIZE = ...  # type: int\r
234 M_MAXCONNECTS = ...  # type: int\r
235 M_MAX_HOST_CONNECTIONS = ...  # type: int\r
236 M_MAX_PIPELINE_LENGTH = ...  # type: int\r
237 M_MAX_TOTAL_CONNECTIONS = ...  # type: int\r
238 M_PIPELINING = ...  # type: int\r
239 M_PIPELINING_SERVER_BL = ...  # type: int\r
240 M_PIPELINING_SITE_BL = ...  # type: int\r
241 M_SOCKETFUNCTION = ...  # type: int\r
242 M_TIMERFUNCTION = ...  # type: int\r
243 NAMELOOKUP_TIME = ...  # type: int\r
244 NETRC = ...  # type: int\r
245 NETRC_FILE = ...  # type: int\r
246 NETRC_IGNORED = ...  # type: int\r
247 NETRC_OPTIONAL = ...  # type: int\r
248 NETRC_REQUIRED = ...  # type: int\r
249 NEW_DIRECTORY_PERMS = ...  # type: int\r
250 NEW_FILE_PERMS = ...  # type: int\r
251 NOBODY = ...  # type: int\r
252 NOPROGRESS = ...  # type: int\r
253 NOPROXY = ...  # type: int\r
254 NOSIGNAL = ...  # type: int\r
255 NUM_CONNECTS = ...  # type: int\r
256 OPENSOCKETFUNCTION = ...  # type: int\r
257 OPT_CERTINFO = ...  # type: int\r
258 OPT_FILETIME = ...  # type: int\r
259 OS_ERRNO = ...  # type: int\r
260 PASSWORD = ...  # type: int\r
261 PATH_AS_IS = ...  # type: int\r
262 PAUSE_ALL = ...  # type: int\r
263 PAUSE_CONT = ...  # type: int\r
264 PAUSE_RECV = ...  # type: int\r
265 PAUSE_SEND = ...  # type: int\r
266 PINNEDPUBLICKEY = ...  # type: int\r
267 PIPEWAIT = ...  # type: int\r
268 PIPE_HTTP1 = ...  # type: int\r
269 PIPE_MULTIPLEX = ...  # type: int\r
270 PIPE_NOTHING = ...  # type: int\r
271 POLL_IN = ...  # type: int\r
272 POLL_INOUT = ...  # type: int\r
273 POLL_NONE = ...  # type: int\r
274 POLL_OUT = ...  # type: int\r
275 POLL_REMOVE = ...  # type: int\r
276 PORT = ...  # type: int\r
277 POST = ...  # type: int\r
278 POST301 = ...  # type: int\r
279 POSTFIELDS = ...  # type: int\r
280 POSTFIELDSIZE = ...  # type: int\r
281 POSTFIELDSIZE_LARGE = ...  # type: int\r
282 POSTQUOTE = ...  # type: int\r
283 POSTREDIR = ...  # type: int\r
284 PREQUOTE = ...  # type: int\r
285 PRETRANSFER_TIME = ...  # type: int\r
286 PRIMARY_IP = ...  # type: int\r
287 PRIMARY_PORT = ...  # type: int\r
288 PROGRESSFUNCTION = ...  # type: int\r
289 PROTOCOLS = ...  # type: int\r
290 PROTO_ALL = ...  # type: int\r
291 PROTO_DICT = ...  # type: int\r
292 PROTO_FILE = ...  # type: int\r
293 PROTO_FTP = ...  # type: int\r
294 PROTO_FTPS = ...  # type: int\r
295 PROTO_GOPHER = ...  # type: int\r
296 PROTO_HTTP = ...  # type: int\r
297 PROTO_HTTPS = ...  # type: int\r
298 PROTO_IMAP = ...  # type: int\r
299 PROTO_IMAPS = ...  # type: int\r
300 PROTO_LDAP = ...  # type: int\r
301 PROTO_LDAPS = ...  # type: int\r
302 PROTO_POP3 = ...  # type: int\r
303 PROTO_POP3S = ...  # type: int\r
304 PROTO_RTMP = ...  # type: int\r
305 PROTO_RTMPE = ...  # type: int\r
306 PROTO_RTMPS = ...  # type: int\r
307 PROTO_RTMPT = ...  # type: int\r
308 PROTO_RTMPTE = ...  # type: int\r
309 PROTO_RTMPTS = ...  # type: int\r
310 PROTO_RTSP = ...  # type: int\r
311 PROTO_SCP = ...  # type: int\r
312 PROTO_SFTP = ...  # type: int\r
313 PROTO_SMB = ...  # type: int\r
314 PROTO_SMBS = ...  # type: int\r
315 PROTO_SMTP = ...  # type: int\r
316 PROTO_SMTPS = ...  # type: int\r
317 PROTO_TELNET = ...  # type: int\r
318 PROTO_TFTP = ...  # type: int\r
319 PROXY = ...  # type: int\r
320 PROXYAUTH = ...  # type: int\r
321 PROXYAUTH_AVAIL = ...  # type: int\r
322 PROXYHEADER = ...  # type: int\r
323 PROXYPASSWORD = ...  # type: int\r
324 PROXYPORT = ...  # type: int\r
325 PROXYTYPE = ...  # type: int\r
326 PROXYTYPE_HTTP = ...  # type: int\r
327 PROXYTYPE_HTTP_1_0 = ...  # type: int\r
328 PROXYTYPE_SOCKS4 = ...  # type: int\r
329 PROXYTYPE_SOCKS4A = ...  # type: int\r
330 PROXYTYPE_SOCKS5 = ...  # type: int\r
331 PROXYTYPE_SOCKS5_HOSTNAME = ...  # type: int\r
332 PROXYUSERNAME = ...  # type: int\r
333 PROXYUSERPWD = ...  # type: int\r
334 PROXY_SERVICE_NAME = ...  # type: int\r
335 PROXY_TRANSFER_MODE = ...  # type: int\r
336 PUT = ...  # type: int\r
337 QUOTE = ...  # type: int\r
338 RANDOM_FILE = ...  # type: int\r
339 RANGE = ...  # type: int\r
340 READDATA = ...  # type: int\r
341 READFUNCTION = ...  # type: int\r
342 READFUNC_ABORT = ...  # type: int\r
343 READFUNC_PAUSE = ...  # type: int\r
344 REDIRECT_COUNT = ...  # type: int\r
345 REDIRECT_TIME = ...  # type: int\r
346 REDIRECT_URL = ...  # type: int\r
347 REDIR_POST_301 = ...  # type: int\r
348 REDIR_POST_302 = ...  # type: int\r
349 REDIR_POST_303 = ...  # type: int\r
350 REDIR_POST_ALL = ...  # type: int\r
351 REDIR_PROTOCOLS = ...  # type: int\r
352 REFERER = ...  # type: int\r
353 REQUEST_SIZE = ...  # type: int\r
354 RESOLVE = ...  # type: int\r
355 RESPONSE_CODE = ...  # type: int\r
356 RESUME_FROM = ...  # type: int\r
357 RESUME_FROM_LARGE = ...  # type: int\r
358 SASL_IR = ...  # type: int\r
359 SEEKFUNCTION = ...  # type: int\r
360 SEEKFUNC_CANTSEEK = ...  # type: int\r
361 SEEKFUNC_FAIL = ...  # type: int\r
362 SEEKFUNC_OK = ...  # type: int\r
363 SERVICE_NAME = ...  # type: int\r
364 SHARE = ...  # type: int\r
365 SH_SHARE = ...  # type: int\r
366 SH_UNSHARE = ...  # type: int\r
367 SIZE_DOWNLOAD = ...  # type: int\r
368 SIZE_UPLOAD = ...  # type: int\r
369 SOCKET_TIMEOUT = ...  # type: int\r
370 SOCKOPTFUNCTION = ...  # type: int\r
371 SOCKOPT_ALREADY_CONNECTED = ...  # type: int\r
372 SOCKOPT_ERROR = ...  # type: int\r
373 SOCKOPT_OK = ...  # type: int\r
374 SOCKS5_GSSAPI_NEC = ...  # type: int\r
375 SOCKS5_GSSAPI_SERVICE = ...  # type: int\r
376 SOCKTYPE_ACCEPT = ...  # type: int\r
377 SOCKTYPE_IPCXN = ...  # type: int\r
378 SPEED_DOWNLOAD = ...  # type: int\r
379 SPEED_UPLOAD = ...  # type: int\r
380 SSH_AUTH_ANY = ...  # type: int\r
381 SSH_AUTH_DEFAULT = ...  # type: int\r
382 SSH_AUTH_HOST = ...  # type: int\r
383 SSH_AUTH_KEYBOARD = ...  # type: int\r
384 SSH_AUTH_NONE = ...  # type: int\r
385 SSH_AUTH_PASSWORD = ...  # type: int\r
386 SSH_AUTH_PUBLICKEY = ...  # type: int\r
387 SSH_AUTH_TYPES = ...  # type: int\r
388 SSH_HOST_PUBLIC_KEY_MD5 = ...  # type: int\r
389 SSH_KEYFUNCTION = ...  # type: int\r
390 SSH_KNOWNHOSTS = ...  # type: int\r
391 SSH_PRIVATE_KEYFILE = ...  # type: int\r
392 SSH_PUBLIC_KEYFILE = ...  # type: int\r
393 SSLCERT = ...  # type: int\r
394 SSLCERTPASSWD = ...  # type: int\r
395 SSLCERTTYPE = ...  # type: int\r
396 SSLENGINE = ...  # type: int\r
397 SSLENGINE_DEFAULT = ...  # type: int\r
398 SSLKEY = ...  # type: int\r
399 SSLKEYPASSWD = ...  # type: int\r
400 SSLKEYTYPE = ...  # type: int\r
401 SSLOPT_ALLOW_BEAST = ...  # type: int\r
402 SSLVERSION = ...  # type: int\r
403 SSLVERSION_DEFAULT = ...  # type: int\r
404 SSLVERSION_SSLv2 = ...  # type: int\r
405 SSLVERSION_SSLv3 = ...  # type: int\r
406 SSLVERSION_TLSv1 = ...  # type: int\r
407 SSLVERSION_TLSv1_0 = ...  # type: int\r
408 SSLVERSION_TLSv1_1 = ...  # type: int\r
409 SSLVERSION_TLSv1_2 = ...  # type: int\r
410 SSL_CIPHER_LIST = ...  # type: int\r
411 SSL_ENABLE_ALPN = ...  # type: int\r
412 SSL_ENABLE_NPN = ...  # type: int\r
413 SSL_ENGINES = ...  # type: int\r
414 SSL_FALSESTART = ...  # type: int\r
415 SSL_OPTIONS = ...  # type: int\r
416 SSL_SESSIONID_CACHE = ...  # type: int\r
417 SSL_VERIFYHOST = ...  # type: int\r
418 SSL_VERIFYPEER = ...  # type: int\r
419 SSL_VERIFYRESULT = ...  # type: int\r
420 SSL_VERIFYSTATUS = ...  # type: int\r
421 STARTTRANSFER_TIME = ...  # type: int\r
422 STDERR = ...  # type: int\r
423 TCP_KEEPALIVE = ...  # type: int\r
424 TCP_KEEPIDLE = ...  # type: int\r
425 TCP_KEEPINTVL = ...  # type: int\r
426 TCP_NODELAY = ...  # type: int\r
427 TELNETOPTIONS = ...  # type: int\r
428 TFTP_BLKSIZE = ...  # type: int\r
429 TIMECONDITION = ...  # type: int\r
430 TIMECONDITION_IFMODSINCE = ...  # type: int\r
431 TIMECONDITION_IFUNMODSINCE = ...  # type: int\r
432 TIMECONDITION_LASTMOD = ...  # type: int\r
433 TIMECONDITION_NONE = ...  # type: int\r
434 TIMEOUT = ...  # type: int\r
435 TIMEOUT_MS = ...  # type: int\r
436 TIMEVALUE = ...  # type: int\r
437 TLSAUTH_PASSWORD = ...  # type: int\r
438 TLSAUTH_TYPE = ...  # type: int\r
439 TLSAUTH_USERNAME = ...  # type: int\r
440 TOTAL_TIME = ...  # type: int\r
441 TRANSFERTEXT = ...  # type: int\r
442 TRANSFER_ENCODING = ...  # type: int\r
443 UNIX_SOCKET_PATH = ...  # type: int\r
444 UNRESTRICTED_AUTH = ...  # type: int\r
445 UPLOAD = ...  # type: int\r
446 URL = ...  # type: int\r
447 USERAGENT = ...  # type: int\r
448 USERNAME = ...  # type: int\r
449 USERPWD = ...  # type: int\r
450 USESSL_ALL = ...  # type: int\r
451 USESSL_CONTROL = ...  # type: int\r
452 USESSL_NONE = ...  # type: int\r
453 USESSL_TRY = ...  # type: int\r
454 USE_SSL = ...  # type: int\r
455 VERBOSE = ...  # type: int\r
456 VERSION_ASYNCHDNS = ...  # type: int\r
457 VERSION_CONV = ...  # type: int\r
458 VERSION_CURLDEBUG = ...  # type: int\r
459 VERSION_DEBUG = ...  # type: int\r
460 VERSION_GSSAPI = ...  # type: int\r
461 VERSION_GSSNEGOTIATE = ...  # type: int\r
462 VERSION_HTTP2 = ...  # type: int\r
463 VERSION_IDN = ...  # type: int\r
464 VERSION_IPV6 = ...  # type: int\r
465 VERSION_KERBEROS4 = ...  # type: int\r
466 VERSION_KERBEROS5 = ...  # type: int\r
467 VERSION_LARGEFILE = ...  # type: int\r
468 VERSION_LIBZ = ...  # type: int\r
469 VERSION_NTLM = ...  # type: int\r
470 VERSION_NTLM_WB = ...  # type: int\r
471 VERSION_SPNEGO = ...  # type: int\r
472 VERSION_SSL = ...  # type: int\r
473 VERSION_SSPI = ...  # type: int\r
474 VERSION_TLSAUTH_SRP = ...  # type: int\r
475 VERSION_UNIX_SOCKETS = ...  # type: int\r
476 WILDCARDMATCH = ...  # type: int\r
477 WRITEDATA = ...  # type: int\r
478 WRITEFUNCTION = ...  # type: int\r
479 WRITEFUNC_PAUSE = ...  # type: int\r
480 WRITEHEADER = ...  # type: int\r
481 XFERINFOFUNCTION = ...  # type: int\r
482 XOAUTH2_BEARER = ...  # type: int\r
483 \r
484 E_ABORTED_BY_CALLBACK = ...  # type: int\r
485 E_AGAIN = ...  # type: int\r
486 E_ALREADY_COMPLETE = ...  # type: int\r
487 E_BAD_CALLING_ORDER = ...  # type: int\r
488 E_BAD_CONTENT_ENCODING = ...  # type: int\r
489 E_BAD_DOWNLOAD_RESUME = ...  # type: int\r
490 E_BAD_FUNCTION_ARGUMENT = ...  # type: int\r
491 E_BAD_PASSWORD_ENTERED = ...  # type: int\r
492 E_CALL_MULTI_PERFORM = ...  # type: int\r
493 E_CHUNK_FAILED = ...  # type: int\r
494 E_CONV_FAILED = ...  # type: int\r
495 E_CONV_REQD = ...  # type: int\r
496 E_COULDNT_CONNECT = ...  # type: int\r
497 E_COULDNT_RESOLVE_HOST = ...  # type: int\r
498 E_COULDNT_RESOLVE_PROXY = ...  # type: int\r
499 E_FAILED_INIT = ...  # type: int\r
500 E_FILESIZE_EXCEEDED = ...  # type: int\r
501 E_FILE_COULDNT_READ_FILE = ...  # type: int\r
502 E_FTP_ACCEPT_FAILED = ...  # type: int\r
503 E_FTP_ACCEPT_TIMEOUT = ...  # type: int\r
504 E_FTP_ACCESS_DENIED = ...  # type: int\r
505 E_FTP_BAD_DOWNLOAD_RESUME = ...  # type: int\r
506 E_FTP_BAD_FILE_LIST = ...  # type: int\r
507 E_FTP_CANT_GET_HOST = ...  # type: int\r
508 E_FTP_CANT_RECONNECT = ...  # type: int\r
509 E_FTP_COULDNT_GET_SIZE = ...  # type: int\r
510 E_FTP_COULDNT_RETR_FILE = ...  # type: int\r
511 E_FTP_COULDNT_SET_ASCII = ...  # type: int\r
512 E_FTP_COULDNT_SET_BINARY = ...  # type: int\r
513 E_FTP_COULDNT_SET_TYPE = ...  # type: int\r
514 E_FTP_COULDNT_STOR_FILE = ...  # type: int\r
515 E_FTP_COULDNT_USE_REST = ...  # type: int\r
516 E_FTP_PARTIAL_FILE = ...  # type: int\r
517 E_FTP_PORT_FAILED = ...  # type: int\r
518 E_FTP_PRET_FAILED = ...  # type: int\r
519 E_FTP_QUOTE_ERROR = ...  # type: int\r
520 E_FTP_SSL_FAILED = ...  # type: int\r
521 E_FTP_USER_PASSWORD_INCORRECT = ...  # type: int\r
522 E_FTP_WEIRD_227_FORMAT = ...  # type: int\r
523 E_FTP_WEIRD_PASS_REPLY = ...  # type: int\r
524 E_FTP_WEIRD_PASV_REPLY = ...  # type: int\r
525 E_FTP_WEIRD_SERVER_REPLY = ...  # type: int\r
526 E_FTP_WEIRD_USER_REPLY = ...  # type: int\r
527 E_FTP_WRITE_ERROR = ...  # type: int\r
528 E_FUNCTION_NOT_FOUND = ...  # type: int\r
529 E_GOT_NOTHING = ...  # type: int\r
530 E_HTTP2 = ...  # type: int\r
531 E_HTTP_NOT_FOUND = ...  # type: int\r
532 E_HTTP_PORT_FAILED = ...  # type: int\r
533 E_HTTP_POST_ERROR = ...  # type: int\r
534 E_HTTP_RANGE_ERROR = ...  # type: int\r
535 E_HTTP_RETURNED_ERROR = ...  # type: int\r
536 E_INTERFACE_FAILED = ...  # type: int\r
537 E_LDAP_CANNOT_BIND = ...  # type: int\r
538 E_LDAP_INVALID_URL = ...  # type: int\r
539 E_LDAP_SEARCH_FAILED = ...  # type: int\r
540 E_LIBRARY_NOT_FOUND = ...  # type: int\r
541 E_LOGIN_DENIED = ...  # type: int\r
542 E_MALFORMAT_USER = ...  # type: int\r
543 E_MULTI_ADDED_ALREADY = ...  # type: int\r
544 E_MULTI_BAD_EASY_HANDLE = ...  # type: int\r
545 E_MULTI_BAD_HANDLE = ...  # type: int\r
546 E_MULTI_BAD_SOCKET = ...  # type: int\r
547 E_MULTI_CALL_MULTI_PERFORM = ...  # type: int\r
548 E_MULTI_CALL_MULTI_SOCKET = ...  # type: int\r
549 E_MULTI_INTERNAL_ERROR = ...  # type: int\r
550 E_MULTI_OK = ...  # type: int\r
551 E_MULTI_OUT_OF_MEMORY = ...  # type: int\r
552 E_MULTI_UNKNOWN_OPTION = ...  # type: int\r
553 E_NOT_BUILT_IN = ...  # type: int\r
554 E_NO_CONNECTION_AVAILABLE = ...  # type: int\r
555 E_OK = ...  # type: int\r
556 E_OPERATION_TIMEDOUT = ...  # type: int\r
557 E_OPERATION_TIMEOUTED = ...  # type: int\r
558 E_OUT_OF_MEMORY = ...  # type: int\r
559 E_PARTIAL_FILE = ...  # type: int\r
560 E_PEER_FAILED_VERIFICATION = ...  # type: int\r
561 E_QUOTE_ERROR = ...  # type: int\r
562 E_RANGE_ERROR = ...  # type: int\r
563 E_READ_ERROR = ...  # type: int\r
564 E_RECV_ERROR = ...  # type: int\r
565 E_REMOTE_ACCESS_DENIED = ...  # type: int\r
566 E_REMOTE_DISK_FULL = ...  # type: int\r
567 E_REMOTE_FILE_EXISTS = ...  # type: int\r
568 E_REMOTE_FILE_NOT_FOUND = ...  # type: int\r
569 E_RTSP_CSEQ_ERROR = ...  # type: int\r
570 E_RTSP_SESSION_ERROR = ...  # type: int\r
571 E_SEND_ERROR = ...  # type: int\r
572 E_SEND_FAIL_REWIND = ...  # type: int\r
573 E_SHARE_IN_USE = ...  # type: int\r
574 E_SSH = ...  # type: int\r
575 E_SSL_CACERT = ...  # type: int\r
576 E_SSL_CACERT_BADFILE = ...  # type: int\r
577 E_SSL_CERTPROBLEM = ...  # type: int\r
578 E_SSL_CIPHER = ...  # type: int\r
579 E_SSL_CONNECT_ERROR = ...  # type: int\r
580 E_SSL_CRL_BADFILE = ...  # type: int\r
581 E_SSL_ENGINE_INITFAILED = ...  # type: int\r
582 E_SSL_ENGINE_NOTFOUND = ...  # type: int\r
583 E_SSL_ENGINE_SETFAILED = ...  # type: int\r
584 E_SSL_INVALIDCERTSTATUS = ...  # type: int\r
585 E_SSL_ISSUER_ERROR = ...  # type: int\r
586 E_SSL_PEER_CERTIFICATE = ...  # type: int\r
587 E_SSL_PINNEDPUBKEYNOTMATCH = ...  # type: int\r
588 E_SSL_SHUTDOWN_FAILED = ...  # type: int\r
589 E_TELNET_OPTION_SYNTAX = ...  # type: int\r
590 E_TFTP_DISKFULL = ...  # type: int\r
591 E_TFTP_EXISTS = ...  # type: int\r
592 E_TFTP_ILLEGAL = ...  # type: int\r
593 E_TFTP_NOSUCHUSER = ...  # type: int\r
594 E_TFTP_NOTFOUND = ...  # type: int\r
595 E_TFTP_PERM = ...  # type: int\r
596 E_TFTP_UNKNOWNID = ...  # type: int\r
597 E_TOO_MANY_REDIRECTS = ...  # type: int\r
598 E_UNKNOWN_OPTION = ...  # type: int\r
599 E_UNKNOWN_TELNET_OPTION = ...  # type: int\r
600 E_UNSUPPORTED_PROTOCOL = ...  # type: int\r
601 E_UPLOAD_FAILED = ...  # type: int\r
602 E_URL_MALFORMAT = ...  # type: int\r
603 E_URL_MALFORMAT_USER = ...  # type: int\r
604 E_USE_SSL_FAILED = ...  # type: int\r
605 E_WRITE_ERROR = ...  # type: int\r