Lines Matching refs:in
17 Added-in: n/a
22 libcurl-errors - error codes in libcurl
26 This man page includes most, if not all, available error codes in libcurl.
65 enabled or explicitly disabled when libcurl was built and in order to get it
87 We were denied access to the resource given in the URL. For FTP, this occurs
121 A problem was detected in the HTTP2 framing layer. This is somewhat generic
141 Not used in modern versions.
161 Not used in modern versions.
185 Not used in modern versions.
200 Not used in modern versions.
212 A problem occurred somewhere in the SSL/TLS handshake. You really want the
237 Not used in modern versions.
253 Not used in modern versions.
263 Not used in modern versions.
273 documentation. This is most likely a problem in the program that uses
279 An option passed in to a setopt was wrongly formatted. See error message for
284 Not used in modern versions.
309 Not used in modern versions.
331 Not used in modern versions.
352 The remote server denied curl to login (Added in 7.13.1)
384 Not used in modern versions.
392 The resource referenced in the URL does not exist.
406 (Added in 7.18.2)
410 Failed to load CRL file (Added in 7.19.0)
414 Issuer check failed (Added in 7.19.0)
421 in 7.20.0)
442 the session is queued. (added in 7.30.0)
454 Stream error in the HTTP/2 framing layer.
466 A problem was detected in the HTTP/3 layer. This is somewhat generic and can
497 This is the generic return code used by functions in the libcurl multi
503 curl_multi_perform(3) again without doing select() or similar in
505 curl_multi_perform(3), but in later versions this return code is never
514 The passed-in handle is not a valid *CURLM* handle.
519 at all, or possibly that the handle already is in use by this or another multi
532 The passed-in socket is not a valid one that libcurl already knows about.
533 (Added in 7.15.4)
538 (Added in 7.15.4)
543 second time. (Added in 7.32.1)
580 The share object is currently in use.
589 (Added in 7.12.0)
594 that particular feature enabled. (Added in 7.23.0)
627 URL decode error, most likely because of rubbish in the input.
635 Credentials was passed in the URL when prohibited.
643 There is no scheme part in the URL.
647 There is no user part in the URL.
651 There is no password part in the URL.
655 There is no options part in the URL.
659 There is no host part in the URL.
663 There is no port part in the URL.
667 There is no query part in the URL.
671 There is no fragment part in the URL.
675 There is no zone id set in the URL.
764 HTTP support or the header API has been disabled in the build.