]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/libcurl/opts: clarify the return values
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Jan 2025 14:54:12 +0000 (15:54 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 Jan 2025 16:13:33 +0000 (17:13 +0100)
Expand a little.

- mention the type name of the return code
- avoid stating which exact return codes that might be returned, as that
  varies over time, builds and conditions
- avoid stating some always return OK
- refer to the manpage documenting all the return codes

Closes #15900

376 files changed:
docs/libcurl/opts/CURLINFO_ACTIVESOCKET.md
docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.md
docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.md
docs/libcurl/opts/CURLINFO_CAINFO.md
docs/libcurl/opts/CURLINFO_CAPATH.md
docs/libcurl/opts/CURLINFO_CERTINFO.md
docs/libcurl/opts/CURLINFO_CONDITION_UNMET.md
docs/libcurl/opts/CURLINFO_CONNECT_TIME.md
docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.md
docs/libcurl/opts/CURLINFO_CONN_ID.md
docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.md
docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.md
docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.md
docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.md
docs/libcurl/opts/CURLINFO_CONTENT_TYPE.md
docs/libcurl/opts/CURLINFO_COOKIELIST.md
docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.md
docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.md
docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.md
docs/libcurl/opts/CURLINFO_FILETIME.md
docs/libcurl/opts/CURLINFO_FILETIME_T.md
docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.md
docs/libcurl/opts/CURLINFO_HEADER_SIZE.md
docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.md
docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.md
docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.md
docs/libcurl/opts/CURLINFO_HTTP_VERSION.md
docs/libcurl/opts/CURLINFO_LASTSOCKET.md
docs/libcurl/opts/CURLINFO_LOCAL_IP.md
docs/libcurl/opts/CURLINFO_LOCAL_PORT.md
docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.md
docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.md
docs/libcurl/opts/CURLINFO_NUM_CONNECTS.md
docs/libcurl/opts/CURLINFO_OS_ERRNO.md
docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.md
docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.md
docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.md
docs/libcurl/opts/CURLINFO_PRIMARY_IP.md
docs/libcurl/opts/CURLINFO_PRIMARY_PORT.md
docs/libcurl/opts/CURLINFO_PRIVATE.md
docs/libcurl/opts/CURLINFO_PROTOCOL.md
docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.md
docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.md
docs/libcurl/opts/CURLINFO_PROXY_ERROR.md
docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.md
docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.md
docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.md
docs/libcurl/opts/CURLINFO_REDIRECT_TIME.md
docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.md
docs/libcurl/opts/CURLINFO_REDIRECT_URL.md
docs/libcurl/opts/CURLINFO_REFERER.md
docs/libcurl/opts/CURLINFO_REQUEST_SIZE.md
docs/libcurl/opts/CURLINFO_RESPONSE_CODE.md
docs/libcurl/opts/CURLINFO_RETRY_AFTER.md
docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.md
docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.md
docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.md
docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.md
docs/libcurl/opts/CURLINFO_SCHEME.md
docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.md
docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.md
docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.md
docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.md
docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.md
docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.md
docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.md
docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.md
docs/libcurl/opts/CURLINFO_SSL_ENGINES.md
docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.md
docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.md
docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.md
docs/libcurl/opts/CURLINFO_TLS_SESSION.md
docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md
docs/libcurl/opts/CURLINFO_TOTAL_TIME.md
docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.md
docs/libcurl/opts/CURLINFO_USED_PROXY.md
docs/libcurl/opts/CURLINFO_XFER_ID.md
docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.md
docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.md
docs/libcurl/opts/CURLMOPT_MAXCONNECTS.md
docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.md
docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.md
docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.md
docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.md
docs/libcurl/opts/CURLMOPT_PIPELINING.md
docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.md
docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.md
docs/libcurl/opts/CURLMOPT_PUSHDATA.md
docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.md
docs/libcurl/opts/CURLMOPT_TIMERDATA.md
docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.md
docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.md
docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.md
docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.md
docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.md
docs/libcurl/opts/CURLOPT_ALTSVC.md
docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md
docs/libcurl/opts/CURLOPT_APPEND.md
docs/libcurl/opts/CURLOPT_AUTOREFERER.md
docs/libcurl/opts/CURLOPT_AWS_SIGV4.md
docs/libcurl/opts/CURLOPT_BUFFERSIZE.md
docs/libcurl/opts/CURLOPT_CAINFO.md
docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md
docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.md
docs/libcurl/opts/CURLOPT_CERTINFO.md
docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.md
docs/libcurl/opts/CURLOPT_CHUNK_DATA.md
docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.md
docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.md
docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md
docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.md
docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.md
docs/libcurl/opts/CURLOPT_CONNECT_ONLY.md
docs/libcurl/opts/CURLOPT_CONNECT_TO.md
docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.md
docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.md
docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.md
docs/libcurl/opts/CURLOPT_COOKIE.md
docs/libcurl/opts/CURLOPT_COOKIEFILE.md
docs/libcurl/opts/CURLOPT_COOKIEJAR.md
docs/libcurl/opts/CURLOPT_COOKIELIST.md
docs/libcurl/opts/CURLOPT_COOKIESESSION.md
docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.md
docs/libcurl/opts/CURLOPT_CRLF.md
docs/libcurl/opts/CURLOPT_CRLFILE.md
docs/libcurl/opts/CURLOPT_CURLU.md
docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.md
docs/libcurl/opts/CURLOPT_DEBUGDATA.md
docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md
docs/libcurl/opts/CURLOPT_DIRLISTONLY.md
docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.md
docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.md
docs/libcurl/opts/CURLOPT_DNS_INTERFACE.md
docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.md
docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.md
docs/libcurl/opts/CURLOPT_DNS_SERVERS.md
docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.md
docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.md
docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.md
docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.md
docs/libcurl/opts/CURLOPT_DOH_URL.md
docs/libcurl/opts/CURLOPT_ECH.md
docs/libcurl/opts/CURLOPT_EGDSOCKET.md
docs/libcurl/opts/CURLOPT_ERRORBUFFER.md
docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.md
docs/libcurl/opts/CURLOPT_FAILONERROR.md
docs/libcurl/opts/CURLOPT_FILETIME.md
docs/libcurl/opts/CURLOPT_FNMATCH_DATA.md
docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.md
docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.md
docs/libcurl/opts/CURLOPT_FORBID_REUSE.md
docs/libcurl/opts/CURLOPT_FRESH_CONNECT.md
docs/libcurl/opts/CURLOPT_FTPPORT.md
docs/libcurl/opts/CURLOPT_FTPSSLAUTH.md
docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.md
docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.md
docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.md
docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.md
docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.md
docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.md
docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.md
docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.md
docs/libcurl/opts/CURLOPT_FTP_USE_PRET.md
docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.md
docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md
docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.md
docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.md
docs/libcurl/opts/CURLOPT_HEADER.md
docs/libcurl/opts/CURLOPT_HEADERDATA.md
docs/libcurl/opts/CURLOPT_HEADERFUNCTION.md
docs/libcurl/opts/CURLOPT_HEADEROPT.md
docs/libcurl/opts/CURLOPT_HSTS.md
docs/libcurl/opts/CURLOPT_HSTS_CTRL.md
docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.md
docs/libcurl/opts/CURLOPT_HTTP200ALIASES.md
docs/libcurl/opts/CURLOPT_HTTPAUTH.md
docs/libcurl/opts/CURLOPT_HTTPGET.md
docs/libcurl/opts/CURLOPT_HTTPHEADER.md
docs/libcurl/opts/CURLOPT_HTTPPOST.md
docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.md
docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.md
docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.md
docs/libcurl/opts/CURLOPT_HTTP_VERSION.md
docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.md
docs/libcurl/opts/CURLOPT_INFILESIZE.md
docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.md
docs/libcurl/opts/CURLOPT_INTERFACE.md
docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.md
docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.md
docs/libcurl/opts/CURLOPT_IOCTLDATA.md
docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.md
docs/libcurl/opts/CURLOPT_IPRESOLVE.md
docs/libcurl/opts/CURLOPT_ISSUERCERT.md
docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.md
docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.md
docs/libcurl/opts/CURLOPT_KEYPASSWD.md
docs/libcurl/opts/CURLOPT_KRBLEVEL.md
docs/libcurl/opts/CURLOPT_LOCALPORT.md
docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.md
docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.md
docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.md
docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.md
docs/libcurl/opts/CURLOPT_MAIL_AUTH.md
docs/libcurl/opts/CURLOPT_MAIL_FROM.md
docs/libcurl/opts/CURLOPT_MAIL_RCPT.md
docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.md
docs/libcurl/opts/CURLOPT_MAXAGE_CONN.md
docs/libcurl/opts/CURLOPT_MAXCONNECTS.md
docs/libcurl/opts/CURLOPT_MAXFILESIZE.md
docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.md
docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.md
docs/libcurl/opts/CURLOPT_MAXREDIRS.md
docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.md
docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.md
docs/libcurl/opts/CURLOPT_MIME_OPTIONS.md
docs/libcurl/opts/CURLOPT_NETRC.md
docs/libcurl/opts/CURLOPT_NETRC_FILE.md
docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.md
docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.md
docs/libcurl/opts/CURLOPT_NOBODY.md
docs/libcurl/opts/CURLOPT_NOPROGRESS.md
docs/libcurl/opts/CURLOPT_NOPROXY.md
docs/libcurl/opts/CURLOPT_NOSIGNAL.md
docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.md
docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.md
docs/libcurl/opts/CURLOPT_PASSWORD.md
docs/libcurl/opts/CURLOPT_PATH_AS_IS.md
docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md
docs/libcurl/opts/CURLOPT_PIPEWAIT.md
docs/libcurl/opts/CURLOPT_PORT.md
docs/libcurl/opts/CURLOPT_POST.md
docs/libcurl/opts/CURLOPT_POSTFIELDS.md
docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.md
docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.md
docs/libcurl/opts/CURLOPT_POSTQUOTE.md
docs/libcurl/opts/CURLOPT_POSTREDIR.md
docs/libcurl/opts/CURLOPT_PREQUOTE.md
docs/libcurl/opts/CURLOPT_PREREQDATA.md
docs/libcurl/opts/CURLOPT_PREREQFUNCTION.md
docs/libcurl/opts/CURLOPT_PRE_PROXY.md
docs/libcurl/opts/CURLOPT_PRIVATE.md
docs/libcurl/opts/CURLOPT_PROGRESSDATA.md
docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.md
docs/libcurl/opts/CURLOPT_PROTOCOLS.md
docs/libcurl/opts/CURLOPT_PROXY.md
docs/libcurl/opts/CURLOPT_PROXYAUTH.md
docs/libcurl/opts/CURLOPT_PROXYHEADER.md
docs/libcurl/opts/CURLOPT_PROXYPASSWORD.md
docs/libcurl/opts/CURLOPT_PROXYPORT.md
docs/libcurl/opts/CURLOPT_PROXYTYPE.md
docs/libcurl/opts/CURLOPT_PROXYUSERNAME.md
docs/libcurl/opts/CURLOPT_PROXYUSERPWD.md
docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md
docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md
docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.md
docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.md
docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.md
docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.md
docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.md
docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.md
docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md
docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md
docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md
docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md
docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md
docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.md
docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.md
docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md
docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md
docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.md
docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.md
docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md
docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.md
docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.md
docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.md
docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.md
docs/libcurl/opts/CURLOPT_PUT.md
docs/libcurl/opts/CURLOPT_QUICK_EXIT.md
docs/libcurl/opts/CURLOPT_QUOTE.md
docs/libcurl/opts/CURLOPT_RANDOM_FILE.md
docs/libcurl/opts/CURLOPT_RANGE.md
docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md
docs/libcurl/opts/CURLOPT_REFERER.md
docs/libcurl/opts/CURLOPT_REQUEST_TARGET.md
docs/libcurl/opts/CURLOPT_RESOLVE.md
docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.md
docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.md
docs/libcurl/opts/CURLOPT_RESUME_FROM.md
docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.md
docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.md
docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md
docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.md
docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.md
docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.md
docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.md
docs/libcurl/opts/CURLOPT_SASL_AUTHZID.md
docs/libcurl/opts/CURLOPT_SASL_IR.md
docs/libcurl/opts/CURLOPT_SEEKFUNCTION.md
docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.md
docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md
docs/libcurl/opts/CURLOPT_SERVICE_NAME.md
docs/libcurl/opts/CURLOPT_SHARE.md
docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.md
docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md
docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.md
docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.md
docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.md
docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.md
docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.md
docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.md
docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md
docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md
docs/libcurl/opts/CURLOPT_SSH_KEYDATA.md
docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.md
docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.md
docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.md
docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.md
docs/libcurl/opts/CURLOPT_SSLCERT.md
docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md
docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md
docs/libcurl/opts/CURLOPT_SSLKEY.md
docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md
docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.md
docs/libcurl/opts/CURLOPT_SSLVERSION.md
docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md
docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.md
docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.md
docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md
docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md
docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md
docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.md
docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md
docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.md
docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.md
docs/libcurl/opts/CURLOPT_STDERR.md
docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.md
docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.md
docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.md
docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.md
docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.md
docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.md
docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.md
docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.md
docs/libcurl/opts/CURLOPT_TCP_NODELAY.md
docs/libcurl/opts/CURLOPT_TELNETOPTIONS.md
docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.md
docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.md
docs/libcurl/opts/CURLOPT_TIMECONDITION.md
docs/libcurl/opts/CURLOPT_TIMEOUT.md
docs/libcurl/opts/CURLOPT_TIMEOUT_MS.md
docs/libcurl/opts/CURLOPT_TIMEVALUE.md
docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.md
docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md
docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.md
docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.md
docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.md
docs/libcurl/opts/CURLOPT_TRAILERDATA.md
docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.md
docs/libcurl/opts/CURLOPT_TRANSFERTEXT.md
docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.md
docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.md
docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.md
docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.md
docs/libcurl/opts/CURLOPT_UPLOAD.md
docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.md
docs/libcurl/opts/CURLOPT_URL.md
docs/libcurl/opts/CURLOPT_USERAGENT.md
docs/libcurl/opts/CURLOPT_USERNAME.md
docs/libcurl/opts/CURLOPT_USERPWD.md
docs/libcurl/opts/CURLOPT_USE_SSL.md
docs/libcurl/opts/CURLOPT_VERBOSE.md
docs/libcurl/opts/CURLOPT_WILDCARDMATCH.md
docs/libcurl/opts/CURLOPT_WS_OPTIONS.md
docs/libcurl/opts/CURLOPT_XFERINFODATA.md
docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.md
docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.md

index 2b849afc50fb5f64d73b7c8681d1e6d8471bb19c..0bbb52ff146ac53627139f5aee0be3e9d043be05 100644 (file)
@@ -78,4 +78,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 61ea7ba8b59ad30578f6601655292b3d57bb3bc9..1c4a9cafb5de1a538b14be4db87f4c304f0f35b0 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4490fd0323e0f0cef60aea52ae2ee4a1f32e7403..ecaa9dce322c0b643ebe2ab9872b5f8911f299f6 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 60c131d9edfa590c09144d9ff354f3467b3867a3..686e7b9d4e10bb8493cc577b4f5a449a261bebce 100644 (file)
@@ -64,4 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6211859a59013f1c0ad290a28ab12a1309ec113c..c441805ca17fba3eb1bc2b7161e7e02d78f45ab5 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e73b2aee7ebc34f28da35b2944742fe8571da329..39f403ec7e94372cd2bae0fdcae96940ec5892f4 100644 (file)
@@ -103,4 +103,7 @@ Transport support added in 7.79.0. mbedTLS support added in 8.9.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6befaf8a0b946f46b22047e63d8ab5951bc2c4f2..bbbe42c48120fa48357aaac18ae67c8634877d37 100644 (file)
@@ -76,4 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index dbf1a56fc4253b6a5cc824516d5d83d892a8494f..c259e9af5bbbb9f1a4aea679781f2a43e743c859 100644 (file)
@@ -63,4 +63,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 073a93b9caa052abac29611794e0a8e27b837cf8..89ae04c33758d8dd1597cb77e04a412972041f57 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 41a3b16fc0040147d31c237f1df605ca9690c476..1239c1e332a8994c353dcd67cb2898e854055641 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 77b7be40626291672df2acdac103084a7c45fb60..60fae12acd8988ac1c3d42b81275f008eb4ad35e 100644 (file)
@@ -70,4 +70,7 @@ Deprecated since 7.55.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ea08eb93183f9c50895a72791806d549826f58eb..7279bd6b6d9dd5ee808619687fc11d03b0c8e651 100644 (file)
@@ -63,4 +63,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 322a84a5657c8a305ca9811a00100473f81da93c..725b7f9a45b1a3bbda40fe26c4c22cb2903ca4fd 100644 (file)
@@ -69,4 +69,7 @@ Deprecated since 7.55.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4f018711a0f063091827a18c0bea3e30d1dedcd8..9b37e54d6dd2649c6bd10cc01b24169c583ab2c3 100644 (file)
@@ -62,4 +62,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9e1800f8d83c72069f2edc71aee2070278e60c28..cf36d3549b0ee4268b509b79c93ead457a195e25 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 0481c1277903fbc51c01589ce34c7c97866ffc1d..b0074b990bc4844db48769f65d552b4ea032665b 100644 (file)
@@ -78,4 +78,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 427746077ea95ed4a20c439680c490cade45127f..6855572970d11c9ce8dde8e067ff007a86394c1a 100644 (file)
@@ -72,4 +72,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 86080c579de803fce7ec7cb4d2ab22ed30439e7f..7aa7f4516dbd8d60cc9ecd835813d79b01c72115 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c1f395227b0a1a407168cc6d111e7c4d1cf7c75c..0d484f9c569123cd694d2429362fc97a30237ed4 100644 (file)
@@ -64,4 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 40482e36f01953924cee079e2d9265c051a49618..2a561cc5a048b55f4afb81b1fb60068c53c897c7 100644 (file)
@@ -73,4 +73,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7cdec9b4c27dde8a19ad8d078f596d284c99b024..9b7145e78d2f433f79fa10784e4f082bf1056cc5 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 245a84936cd3b3a86b81c5b345cce1ca3a64126b..ea77b4d8f63551e0185a8ce92f7753ca4b233bf5 100644 (file)
@@ -70,4 +70,7 @@ Works for SFTP since 7.21.4
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ce8764c96d82e6ef75ca258f4ba9e15333cd003f..85907f3b09ff2a99f79d6658d8abb5255639ea77 100644 (file)
@@ -61,4 +61,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b0b229eb36116017283b6be6b5bec9c908267953..4d001fb4b6f5ee1d63b72cf27306a445d07663d3 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 29c50677566a54c9d2954a83feef836596afd679..9b631217102116e7807f15a2685b6d35ce985d81 100644 (file)
@@ -73,4 +73,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b93f9d6f588560b7590f8761ae737e63bd7ddb31..a9231289c035745851c724dd6cff07ae58dedf1f 100644 (file)
@@ -61,4 +61,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 2721eb3fc5c261313c6a6c7c0490c05966626394..8fddc14f079057e94ed1e2edd45a5d989b369360 100644 (file)
@@ -57,4 +57,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 957f21f4b8b8fda47cf789570d81552bb3564fde..1b4a22d65048a7cc348f37dcb6a16d029fb7b300 100644 (file)
@@ -78,4 +78,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f8470b048197b9c331ec9dc91b7aa64f64d111a5..a8b89914a0bc4e9b2b1328c0279e119b7f7ef278 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index a73496be3a211cf6e3f054b54b2968d9146c51d8..937327f45e991d7de8dcf5bb230a88ccefbdc376 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 349e300e81c5f5b5eb3982d67b216f53eae1cddf..fe29e0c4369bf98a7e61c37c46f3713a099ee73d 100644 (file)
@@ -64,4 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d263eb612c6617b25f3b3a91ab3379da323595a8..7b34ef5c0c962d2cfaa2c86f9112aa99b8884b13 100644 (file)
@@ -65,4 +65,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 1a0a83f8f7c273936965102011cb2d07c225bde4..eefb38ea75aad54e54185ec73e6025cfcab867f2 100644 (file)
@@ -61,4 +61,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 969f1a36c69e7a0ababef9b797e2d933cc567290..25ddd6221e0628ea76fa06167188eacf9635e119 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9acdbd7fb51e79d7f7f9d9324d1f6b04b2c01f3b..e5f1b5002f4d06d5cc9c09db45db4d587aa37b08 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 0d3e3304d37dbd9e8616b0df1a6ced607b9f22fc..9442d19c0ab72bd2ade1dac356ccd55f550dc047 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 0300312dea24811dc1fa36a71d532eb0583c8049..2147f279698452863a1c15cc442574b1e8a751a9 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 83f431fd82d9776b44717f9cdf84fe204c0a2b39..e8208288e181c77ed8fc8facb7fad7556ceb8d95 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d44594e33388b7b53042eb92df78ae1117719aad..d0bb632f44dd1d4d319e3bccade15ade1906a0ff 100644 (file)
@@ -63,4 +63,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 0ce649924e3d63f3f89d5e4bef74526f82748549..7d4aff10f7d3e34274600c8a3ca8e2a98d4a2993 100644 (file)
@@ -64,4 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6e466f77764ead4f8546bfe57a74b74f8194d3a3..e6cb6b5e2609f4c4b2bf7d15f7ec3a97df61a70b 100644 (file)
@@ -73,4 +73,7 @@ Deprecated since 7.85.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 201c0d996d4ded3de96d1b48788b956f148ff39f..c30794f278869954cc1478493815b16d5774b9f1 100644 (file)
@@ -72,4 +72,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 45d488bd4d08a2ab39a62067f709bc4e5169a5a6..c4a9c943afc5fe65493b9657d21966199210308f 100644 (file)
@@ -76,4 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 52572b99b89fb5ed8ab322bee1c3d3464f2a997c..772fa7cb755da8b016ac2b4f8bb57cc61eeebcbc 100644 (file)
@@ -101,4 +101,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f1aeb052ccc2ea0f4a4c92d6ab73ebdfcf12d980..dd65c4214bf075d2b70e541b1de93bb7e76ebc80 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c066e4ca5ededf9dd0dd420bf88b3a503b7f18f9..acf916413137868fa63bf1728571d9d4f82955f9 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c5999247ece6307ea771abb88f097759c1a33fdf..3f58cc09c4bdbb7b3e6740de7da8cba152abdf03 100644 (file)
@@ -58,4 +58,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f60b5e541874781ee9b4d7146137414965cb7659..f0b79e261feb5c080a6f48cda2e46e41b65195de 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 1c69bfcf15f109bfd2bbc27426290b9b0ee6f804..88a0830d37261a76a3d52f86323e3c91606c0dc3 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9926a5edbdb3da6e3b873cb0c0ff3acf7bd171f8..d1197e0b28ac9b632c8ba51c9edc5e9ceba3d3e5 100644 (file)
@@ -65,4 +65,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b74a7016b24b4fbb48ec2df60f110ec5c7e892d1..6b0de490819633fbe166c76bbeaaed35f2dd19bc 100644 (file)
@@ -63,4 +63,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3b0c66dc973cef0f19e5e57b509d390b13ae9d4a..fedefc0cc61e5bf33f2bad117ba199408279d729 100644 (file)
@@ -59,4 +59,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 05e88387cdcb4f344d5d86b931c422bb8e7d922f..db75eb94a096f26279df2599a2da45f88103f0f1 100644 (file)
@@ -68,4 +68,7 @@ responses added in 7.25.0, for OpenLDAP in 7.81.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 87700bc331c385459cf0cb323f430793ffa0a427..0065f3f32dcf1b2999f9d8facbfdc4ed42f336a0 100644 (file)
@@ -72,4 +72,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 52640e998203faa11b7cda0ef17f5bfe25ca0e4e..0cfa84b34bcd0bbab539a46a93b959f62c8accca 100644 (file)
@@ -57,4 +57,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4eb11b4110573227ddb0da66d77d815f5c61a058..9de26f0f76bfbcc7000df75785dd05ea7966a3b2 100644 (file)
@@ -57,4 +57,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ee306e8e6b95eab01d92e52f15bb3d6afaae1ae4..0f3c638f8f39e261ae13f1014f0937e064a7945b 100644 (file)
@@ -61,4 +61,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 04feb1b6be5042a318cf35da5a5c33b3806eff08..1fcc9b690cf700de72e6c3188f01537b4f686146 100644 (file)
@@ -62,4 +62,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8c109839efa4c220993b81cf507dba849b894f19..b0a23f72fab55b0ee955a4438353f7e6dfbe4d09 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9c9866496eac66daa1b7fbed31015c91af18fd24..30dc52b395fda44e4fcbf9ac034c7956cc53548f 100644 (file)
@@ -73,4 +73,7 @@ Deprecated since 7.55.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e886f2c113591e28ce0a9844ca72b6892ee3d55e..5d181b12e0f1dbdde6a3468b783360cd7bb578b6 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 1ecbddbea875f0cbc68197722591931f2d3c3f2b..6e1881271a749d9b6d8ec517f05a575ebd1b0102 100644 (file)
@@ -69,4 +69,7 @@ Deprecated since 7.55.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 06ee47dab842592ead7143728e7425af69e46c2d..939d66887a337595cd7ba8dd87a4b63d9d2ebd9d 100644 (file)
@@ -62,4 +62,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 52e7cd0cb8e227e7c0da5e26159ca0dce0cdd7de..53169e03fb9ea8e457cda00745561db145b90571 100644 (file)
@@ -69,4 +69,7 @@ Deprecated since 7.55.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index a42356b36c4efb1182c1a4abd9c4ca16d130d1c4..60d759f844541ff4804b999b9d1d29a0c81772c4 100644 (file)
@@ -63,4 +63,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 15d8cf23c7b0fbc99e07870fe784435b248bad4e..a10b475b60bdc0ad87a194f6aae01f308971a568 100644 (file)
@@ -67,4 +67,7 @@ Deprecated since 7.55.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 44694343353aa7a5623da2cc9c8aff19a301498d..9f152131b21a8c1d1297651a35e30c6a1317b2bc 100644 (file)
@@ -61,4 +61,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 553bd039b90e0fe5c1d47c1e85c7fb442013ffe8..6c25f90161b16033c5adfeaf6983cd4e84c85096 100644 (file)
@@ -63,4 +63,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 69726b3520c1f8ee9b49db04cf4fcb3395131fa7..15f9495d809f6d5473cc9d80b77c48a25bd1cf36 100644 (file)
@@ -73,4 +73,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 0e64ba8bfd781affe2642b0089e535d73ef18903..749930ce46fc66a4a2dec78beb372f6885bf858b 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 39894d6f7b7dc8ae4cbfb2c6fd427c6fb147e372..2c0d0eac8c2e2497dcbf7a96c6d633f494969a98 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e990ec6ec83c835d87bbfafd4d1d22ae2d705347..cd3ebeeddc6fd9349fe1c70e7670dbeead823115 100644 (file)
@@ -77,4 +77,7 @@ Deprecated since 7.48.0
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index de8965a19fe0e601eb0972ec8c34b176f46e4535..09e8ff1e7a24f80f61f123f8f8bf5d277cb78c11 100644 (file)
@@ -178,4 +178,7 @@ This option is exactly the same as that option except in the case of OpenSSL.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f752a23de51d83abe41e9dfa3f0c952a55bb0977..201c4e482349b3012d58a31b30bcb398427e5a9e 100644 (file)
@@ -65,4 +65,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 0b0d16ab74c95785433b00db9c94e4462bf87614..8ae305d5af0d5060376e438f3d3342b5fb39b319 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index aeabb97afc70c714ac762da2f40817ecbf56dc05..01ef3610db0e58aff372129630bba246ccba47bd 100644 (file)
@@ -65,4 +65,7 @@ int main(int argc, char *argv[])
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f875593217b2b1172b0858ee2434e54236d8da19..a5f3dd01e761f770d1e48f275aed5800a67cf49e 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_getinfo(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ff232ed647db0168ff1d8a6533556be82c14d070..0a2e258b4f37f2ef4424ea8628b3b2982bc9c45e 100644 (file)
@@ -57,4 +57,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index bbd90553e5c86f60a6344dcc2166cd1154194287..8f5f47f7866c40e1696389743429fe82cf2882b5 100644 (file)
@@ -56,4 +56,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9e9a55ff075a34ee2202b6326d69be71dad25e41..14934a9a40f851ef76b3f194ab97058143923489 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c628ca2bc2e5f67c479b41290a9b99aa7e279075..5a810a731b616168a9ae27936d4b723896779e36 100644 (file)
@@ -55,4 +55,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 07fa6bf6df3c6ef6378eb9d8992f15909b9f3977..26a0abd2aa65a10abf8e6da56767229f17c3bace 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9da9994ab55698152a1e58e3efd25ebe201771c1..32d299f03d3549a8c7025b93c4ba03dcd4c3a5bf 100644 (file)
@@ -60,4 +60,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b014453a8a9b05d2459938c21d5abf2d356ef3b8..7c4e5aa46a3b2a1c49ec10719865a02a19839bbe 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5fba662a1ce97d53f7cbce979a073edc04f60db5..93345f1f10a402224c7a57e9e34768bfd45c5f9b 100644 (file)
@@ -79,4 +79,7 @@ Before that, default was **CURLPIPE_NOTHING**.
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b009de81cc3220898c54b12c78a8947d66f6b1a8..6d3764ef90ceb6a063c3e3745a1dfef50823de19 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9e9e20ac18b20e5df8aeb1c5f88a908941331110..19fd0fdba919217025ab6fd8a1960cab33bb81e9 100644 (file)
@@ -62,4 +62,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5499225dac1e4fe89f4544ac6ce356458992beff..f3383d3ece5c63ec4db8d5bfe8f7513576e96b81 100644 (file)
@@ -83,4 +83,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d8f80038031472ebd1533a073aa41ee147af167e..f5e8686699134d58ea3102d5d9801dcc5f5437c4 100644 (file)
@@ -144,4 +144,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4f0ce4e7397c0f1de08f3232abc1a19db6dbbda8..06fd430614d9bd9e9725415cd199dd2b677ab6a4 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 35fabdc7b3dad2a67bc6005e36f3445202ea4320..2a09a0aef090b44cae92e86b8467aa12955d0b09 100644 (file)
@@ -103,4 +103,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
+curl_multi_setopt(3) returns a CURLMcode indicating success or error.
+
+CURLM_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c2b3a3ca1f0f69b0a844560cf5e8d7105ae44d89..10db90f3cdd960a5bf9055146ec27ae7082e3ab6 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 90c1060e65f75916073f72441b469628351b6ffc..8fdbc96632475a638acea778d6396ca47fe54218 100644 (file)
@@ -57,4 +57,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d0ef75f794012f21466af19c114d448898910616..05e7d19a350092ca4be34c6f40b8d25c41e3c9e0 100644 (file)
@@ -114,5 +114,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e8ac90c0e536106f70207f224022d8ae78986f44..38fa9542b37f3a42b64cef09fb3ac4c3303c3b1b 100644 (file)
@@ -58,5 +58,8 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
 Returns CURLE_BAD_FUNCTION_ARGUMENT if set to a negative value.
index ef5e834501776d11c2af69b81a27f0e9568c1ab1..30f61162dfc72e6925692bf1a32c6e0c54208d82 100644 (file)
@@ -113,4 +113,7 @@ Integer priority value (not currently used)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 190d28f973be1ac6588ade02b46ac2eabca32851..9f0bf61c47746d6a78c9bab391b73754dafa8589 100644 (file)
@@ -95,4 +95,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 867cace74ffeb1f377ba1db0aef795aa8da84fe8..a90222d670e302aacc896f19fda6795c7b9d39b3 100644 (file)
@@ -62,4 +62,7 @@ This option was known as CURLOPT_FTPAPPEND up to 7.16.4
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5106d84c89da135e3ce3e8d5032af613cf14cefd..0d4918a4daaaf8d73324515ece9a4c0bb553f626 100644 (file)
@@ -73,4 +73,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 0b17b1ed7dc05487b27c7d5ebb310a46c0e3c0a8..cc38425cd76842f79e7fb37b9c0f082a756afe34 100644 (file)
@@ -123,4 +123,7 @@ the special value "UNSIGNED-PAYLOAD".
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5225dedf3bf13377871372a2da6e220ab8d3e3e7..62212e88f7956f03b24ca78d0d13c501f2d74b45 100644 (file)
@@ -80,4 +80,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 686d17e0578519ddea3060ab56fcbe8f67f98487..73af2e55057654584b9020fab2a3d8ff618322c8 100644 (file)
@@ -89,5 +89,7 @@ Schannel support added in libcurl 7.60.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 39b1f98738f99b5423d97f693cda4ef262306ea6..35c1ae0c1cdc3643600be02d6e4c1cd871970cec 100644 (file)
@@ -89,5 +89,7 @@ Transport and Schannel backends.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 725efc365407577fd15cae7ae0bcbc45de829ffb..d28529a21269ff5cfe33e51291584423509e35e3 100644 (file)
@@ -86,4 +86,7 @@ This option is supported by OpenSSL and its forks (since 7.87.0), Schannel
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index abceeb46d3a1505415df183f951e84b6a6c50706..2ac7f899665e44352e6706252f014dac2902c348 100644 (file)
@@ -94,4 +94,7 @@ mbedTLS support added in 8.9.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7d9af2ea3d2f7c18b1df91bd7d7e74247aa3213d..8d729ee88a6776eea2976aa989374bfee09c87fd 100644 (file)
@@ -148,4 +148,7 @@ int main()
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5a7ebd6a3abe47ff4fa586a928d18d751a4676b7..9030cfeac3a9838c253b818d384c7eaafdac17aa 100644 (file)
@@ -98,4 +98,7 @@ int main()
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 30a2efb12b2b89cd06192debc617d16c52405228..2ebde59c76ad32091df7ee7fd430b94614746377 100644 (file)
@@ -78,4 +78,7 @@ int main()
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index deea601cf735fc4e9a0cc9229e4a7cd3d6aaf93c..3ad41d0b072c1d6ff083295cde9f22deb738132b 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 060df3a0510cebce855f2020527f67b7ce45a800..532aaf19dfc9b48a14438842da8cc338a872d99c 100644 (file)
@@ -82,4 +82,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 83ccfcd2701d2624e33243a6201b8aff2a52078f..61216a9055650619ddc10d2593a2b3ae6ef01552 100644 (file)
@@ -83,5 +83,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK. Returns CURLE_BAD_FUNCTION_ARGUMENT if set to a negative
-value or a value that when converted to milliseconds is too large.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index cbfc6d3add0c4e2840dbafa7e9c8bdc2f1ea85db..10dd0751f0dc59022117f0c1967c4a9a297d9c68 100644 (file)
@@ -84,4 +84,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7b2e713afe3bd6b5eda7279ec5f77a07c4239790..61cf2b802cd7aac6663e6430dfba94dc8bc6cb8f 100644 (file)
@@ -83,4 +83,7 @@ WS and WSS support added in 7.86.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b4cc638ae96d42825a740b3832b808d2af4974de..b93faaba6a96bfb5d9043e8b8f15c207a17f73f0 100644 (file)
@@ -113,4 +113,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6d233ef3a75dd15011ceb6eadccb8b1b18391ecd..04e1f45ba37fd4c11175d5d3da432d293b6df310 100644 (file)
@@ -114,4 +114,7 @@ built.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9ea257f2bc12784e4e5c72b7c8a37b169c93c7d7..767092abe6d44ec40823e0c566a37765223b8d58 100644 (file)
@@ -107,4 +107,7 @@ built.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8644885ce1c748c932fddc24bd4c789b787390f5..d0c88ea2b63c341ef54abcba76f2ee27df40b4ec 100644 (file)
@@ -110,4 +110,7 @@ built.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c16a59376f1741c139df5492d3b1391548f9848d..17f835665715f85294494edb38c991e4cdb7616f 100644 (file)
@@ -89,5 +89,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7f607c7359c653b280bdaae70cabcc5df59d0c1c..0da461eb8801bae11a9bdea9b1f0fe9320410aee 100644 (file)
@@ -97,4 +97,7 @@ online here: https://curl.se/docs/http-cookies.html
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f9c17e8538ae840c9452c70340e9b5e99d6c96d0..3d047d7284714548e2383af2b18dfcb77e47b461 100644 (file)
@@ -83,5 +83,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 138a927a56442978d11cd4340a70430c295b8642..a2c43d8dfe2d2bc7d506ae964d0d1125e1a74edc 100644 (file)
@@ -135,5 +135,7 @@ online here: https://curl.se/docs/http-cookies.html
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 19b9a301d27962fe64ac566bb017fd50ef4b1a6d..bda715af9214a5214ccaea26975f3a5757cbd353 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index a014458c9a3f17c43ad5da59c2827a4f60fa95cb..de3dd1b70b03979cfe188f0bc2c09a6dca68420a 100644 (file)
@@ -78,5 +78,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8c0c9a592550b1335b41af8d89c9c76e996efe76..275f8bad3cef28a2c56eedd77cfae9e1e917ba1a 100644 (file)
@@ -58,4 +58,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f0bea28218664038ee37ef7321285e03c8117de7..d5452db19bdcfb53ed512ffff9d801483e1e99dd 100644 (file)
@@ -85,5 +85,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f9a3020b3ed874f8bd7cf8edac5faa18971e46e8..737e746a15928f43da5b0af9830e0e463e5a2b51 100644 (file)
@@ -75,4 +75,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 886f27ce2ff4212f2565bd15110cf3df2c2a43af..9276a824ce52644672cb8cd1179115509040d8c1 100644 (file)
@@ -130,5 +130,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3df122d6af1d908dfe48da7a0cdbc9e02094d06a..4fc336667e8f2bf0843d54ff76d9229e69bae280 100644 (file)
@@ -82,4 +82,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4887f6272aedaf696169a0a57cbe85256cb53c31..d8d8053112d7d0a9228b0287dd575432f66c533a 100644 (file)
@@ -214,4 +214,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 1c5ee14c76680d827926c4d712f6eaa4b6d57c54..d249fa6223f22c80012239203d22c704b59badf9 100644 (file)
@@ -85,4 +85,7 @@ since 7.21.5.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 66a5948bbba91de918946080382054d9d105c923..7e85c2d36b32eced69404a01782a05b3d0a4111f 100644 (file)
@@ -61,7 +61,10 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
 
 curl_easy_perform(3) returns CURLE_LOGIN_DENIED if this option is
 enabled and a URL containing a username is specified.
index 6ae904d65d957e1789263cd5b32b5ba8a0bd0276..9cc9b03f39e49663dec1db82eb95391562a0d0a8 100644 (file)
@@ -85,4 +85,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5e58e0fd0d22e17719f0bf07cd8ce0e273ea017a..015a77c236748a23d466e725c6c4c1ddb7f39818 100644 (file)
@@ -70,5 +70,7 @@ supports this operation. The c-ares backend is the only such one.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not,
-or CURLE_NOT_BUILT_IN if support was disabled at compile-time.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 046ddbcdb96dde4c1c184a5bea0eb26a6fafd84e..f149475c4f87ab7cf8423e3385c1a4097c8cecad 100644 (file)
@@ -69,6 +69,7 @@ supports this operation. The c-ares backend is the only such one.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not,
-CURLE_NOT_BUILT_IN if support was disabled at compile-time, or
-CURLE_BAD_FUNCTION_ARGUMENT when given a bad address.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e820ab11ed44efee80a7fe626544611897df6b8a..a0762b78abeb60b7d5beffdb79e1b0d94596787f 100644 (file)
@@ -69,6 +69,7 @@ supports this operation. The c-ares backend is the only such one.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not,
-CURLE_NOT_BUILT_IN if support was disabled at compile-time, or
-CURLE_BAD_FUNCTION_ARGUMENT when given a bad address.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 48a33523079b8d3135e3cdee5ac5324be34ab0b9..a731b966ed18be8d3a77ede783e2328918beb40b 100644 (file)
@@ -74,7 +74,7 @@ supports this operation. The c-ares backend is the only such one.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not,
-CURLE_NOT_BUILT_IN if support was disabled at compile-time,
-CURLE_BAD_FUNCTION_ARGUMENT when given an invalid server list, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 20670db00acc319c70327e3593d07ebd2aff954d..67fba7914257798e8fc2e136b3e9c0fb23c15e9a 100644 (file)
@@ -68,4 +68,7 @@ Deprecated since 7.11.1. Functionality removed in 7.62.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 95227616c5ff4b5b76644e9e13ffad84c03e9933..27ad12029c57ac8c95d0359668ac112db27bca92 100644 (file)
@@ -86,4 +86,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e8674e06fa4af4484d358c75019547cec69f3019..6e660fe5d49ce6512bf0a3db0c863323c54bb6a2 100644 (file)
@@ -98,4 +98,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fb861ae74cce37de2da399a781e67d4241084752..01f5894aa7cf99cae9e4620e163613aa67d0d9ec 100644 (file)
@@ -73,5 +73,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if OCSP stapling is supported by the SSL backend, otherwise
-returns CURLE_NOT_BUILT_IN.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index cf7a04e1903cd9d375260a58b4268ce05c193163..76d80bbb79d11617e4e015924cd7c2a3cbb8f567 100644 (file)
@@ -90,9 +90,11 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK on success or CURLE_OUT_OF_MEMORY if there was insufficient
-heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
 
-Note that curl_easy_setopt(3) does immediately parse the given string so
-when given a bad DoH URL, libcurl might not detect the problem until it later
-tries to resolve a name with it.
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
+
+Note that curl_easy_setopt(3) does immediately parse the given string so when
+given a bad DoH URL, libcurl might not detect the problem until it later tries
+to resolve a name with it.
index b8251fe180b4709987bca0757280a3386c14f6f2..c35938345eb3263066b7b0eb66217eb96b6914dd 100644 (file)
@@ -104,5 +104,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK on success or CURLE_OUT_OF_MEMORY if there was insufficient
-heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 05fb76ed0fb04f04d7b5f6347615ec7d55a4f5d9..76078ea16ee8b90700740076dda1e78bffa4093e 100644 (file)
@@ -41,4 +41,7 @@ This option was deprecated in 7.84.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index edac39b950ba793337fffea803cb2a46548c6e47..c8f75b161ed309bdbf2e1aae4353718ce5045e72 100644 (file)
@@ -100,4 +100,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 45997dcc1957fd77b52e37f2bb0570134fec6a0e..a1f3fbae277ce9ea03ed542935efe34ce8e77a0c 100644 (file)
@@ -60,4 +60,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d865b637cc510f93ee183752c6b5f9cb5de0703a..24a3bdb7edb38f6a67e194388233925f9a21e088 100644 (file)
@@ -70,4 +70,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is enabled, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index bca79ab90b2f47dd2e85dd2c98e8e50511d66b9b..65676e13808a9d5263080abae982cc8db0af77f1 100644 (file)
@@ -72,4 +72,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 866333f143d68c8d810a73b14a7e3a48730b63e2..fe1818ea44d35b47a4070a5fe22c5c4944037a86 100644 (file)
@@ -76,4 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f9ff1d3b20dcabf2655903e68ca6192b38a299c8..b4abfb0dcaa91f0cb8f2c89b1177e6190935ed96 100644 (file)
@@ -84,4 +84,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4bd02eea000878db02191b0d027541eea406f8d3..026fb35528a7f5aa281275bf765805dc3945e998 100644 (file)
@@ -99,4 +99,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 2f452ff593ad7852aaa9e9d8a9f8dfe9b09faa51..3fdcadc76b1d9020c5e54b5af26e667ea9f6a35f 100644 (file)
@@ -65,4 +65,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f64c6adc75b9cd2ba904735de83dd0235e43ee94..a466b6938de4695d4dbdbb6abf489f83ff3b0286 100644 (file)
@@ -64,4 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7f82b179434171426abf53e177b786fda1a6c80b..c5eee3c0ac73c083a894944de8881e9f4291e851 100644 (file)
@@ -93,5 +93,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5e1300dd69ddb64d0554c74787841c027fc8ea04..5252da7db5a2dab9b0687be4c6dd50fe63b6ac5a 100644 (file)
@@ -72,4 +72,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index aae893d3085010594c0955a2cd1963cbeccddf20..3f60368653fe741653a7c07dfa2ba86ea19b356c 100644 (file)
@@ -65,5 +65,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 54fd80b6e8a976785193eb093c3e0819ebc2e34c..88824d08fc84cf1a1ad501957b4929912eace8e7 100644 (file)
@@ -65,5 +65,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f428243ca00b8f8c056fc2cf16cfef85f2fdd4c8..055e496665248f11fc34b1625137669fd7a98482 100644 (file)
@@ -82,5 +82,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if the
-create value is not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 342f72f7c9d83905b32e3a0018d5fcf225f440cf..320b362f8f45db74ff2c64ceb4108a6ff6d0ff49 100644 (file)
@@ -82,4 +82,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 65f88192a67a4583ac7b4d6fae1d8ceb0adea917..7116b9536f9f12900eee02522b58c6774dd35412 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ccccc8c21afaa296ce4a5c38ee605b89ba443839..12058b682671a3028e7bfa5e12002c0f08a32c32 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c651fe9494b6daa48647eb4c292f9e2065eb7445..8f2cd82449908c15ca4a18b484f73d1e12e3ffaa 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8b8051fd8a7a40a627c72522bcfacc7f4eedd382..5bed94573d09086d02b11c43d0a8033c98b6b2db 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if FTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d50be758a143d4e7b38da8d63ff8f296577244f7..5439f2ca8c585f6310cce4e72ddf764dea111eec 100644 (file)
@@ -62,4 +62,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e60b503b7704e888f1d9b2839efcb0c0e9719dd3..ca049ab949efd5ccb0f739474f20ba91befff3c2 100644 (file)
@@ -61,4 +61,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f13abddbd0370f2d459269ba5229f2034ebff1f4..91c2c507084f314d05660894e38a57d48eda5304 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 99e7fce584f7ba32f0c19420a4db6422aa7b2c4c..609d891064cb46fa6a18f7f2016ce83a7fd466d6 100644 (file)
@@ -60,4 +60,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is enabled, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fb0f0ec520336174b69a063cccceb7dff53191a8..6250101ee1a0df9e3a5a68238b91c72782e9d602 100644 (file)
@@ -65,4 +65,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is enabled, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fd81b37c81080973f15baa30bc286427878d15c6..d59e90bc0454d4659f5a7d1127c62994e866050f 100644 (file)
@@ -76,4 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 0542e158fe0783ec0305f24d47ca62706f646e99..bb3f2ed834740e187a23725f0b10bfd72e6c6f8f 100644 (file)
@@ -85,4 +85,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3c7e0a9e54c2aeab938ea1fd31ebc90c3d7b453e..2f4c00a03ca5fad2a628f2836867c8a71002917a 100644 (file)
@@ -131,4 +131,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9c74c6fa53f6e1aa45f1613c88c8118ddc9510c4..09f61d65d158d6fdbbe118e62c25a02e70532738 100644 (file)
@@ -77,4 +77,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3d5f957a8a46e73cdafdbb4a2b6ba73105944e9d..010e6b8e0cb47a24396da1eface3bc34a9edf572 100644 (file)
@@ -80,4 +80,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8dee6086768d901243e6d7042b2dc07c657fb944..8305a62a395cf8535d24879e7546e5a9b12bada7 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 56c177cfae4e25254d0fe04024b0ca09e7b209a6..585faa275aaef0a66e397d17dcd875af4526b208 100644 (file)
@@ -64,4 +64,7 @@ responses.
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 933ed135b42df1b10decad050a0adb3672222bbb..0a7a729799655204c3fdcb170770ee618cc55bc3 100644 (file)
@@ -77,4 +77,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e436e078ca7767332f42414be595b8d1d50e3e7b..268d8599d6ca6d51bfbf8ed1824af85fd81adfd7 100644 (file)
@@ -161,6 +161,7 @@ CURLAUTH_AWS_SIGV4 was added in 7.74.0
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication
-methods.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 109fe9ce45c8ec4f719834ce1deb846b9e26c2c5..36704ae249a3809b93f6a7c34816a37d69a01d15 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index cd49b1b89ef2ac72e6f5ea5c4ed03aefdb463c23..11c5abeccf9387adbadcad5b8933cc386e78e0d7 100644 (file)
@@ -184,4 +184,7 @@ Use for MIME mail added in 7.56.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e9381c376c236ace96ec4cef781515a556df55f4..e45538b76243c6c4e444f0949a364f0bfb36628b 100644 (file)
@@ -100,4 +100,7 @@ Deprecated in 7.56.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is enabled, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 60b4e6a804747c517c07fc376162c515a22a3104..5a3b7390ae0f3844fbe6553e96a8c592b7bb0d26 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3c3e381ac85c63d838a5c657f2b53e68fe5029b9..69556b35018dc6aa8be3f9301d0b6101705c6f01 100644 (file)
@@ -58,4 +58,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 72eaa970c8a7ccdcfae1475c9a2fb58b07880ef7..ea59ad2c16cb9cf7e81f9c1fa8cc2cc937882d30 100644 (file)
@@ -56,4 +56,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 32c2c2ce666e470a7a302c6c9060870c4cf1785f..63ad0c08a69b1134402635142626c07d53199c14 100644 (file)
@@ -119,4 +119,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b1f1d34528cefb7efcb1dd503db07bd7375c1eff..bbaf4c8e26ce168a3282766eb975e91559a9f646 100644 (file)
@@ -73,4 +73,7 @@ Support for FTP added in 7.46.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8c9ab624343f0bf0ea2bc603117074abb3d5e9a8..df6c09135345873dcc97dd4f008ce41fe7a5e263 100644 (file)
@@ -85,4 +85,7 @@ SMTP support added in 7.23.0
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 2fb736484d61007c51e69d3f422b33bc97c5282a..d65e0260fa1c25dee4d3d5e30ed9f5b8668ca907 100644 (file)
@@ -81,4 +81,7 @@ SMTP support added in 7.23.0
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ce5636ab689dd937dad292a2adc9d35a63afb1d4..d58398383b6043d736da139f82412cd21e32a55c 100644 (file)
@@ -89,5 +89,7 @@ The `ifhost!` syntax was added in 8.9.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK on success or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 15f1c83327cd9c9397bda841ff0bc61294c756a7..27d8bf8c06a75bdc7c668e569b27e6b8925281ae 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6f975422977beef40444ad5270cfcb11e56bd08b..57aecc3f423b0e75dfd38ee2f1b354c7c0348c65 100644 (file)
@@ -98,4 +98,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b9cd9a5090d43243d9b3915cc5b3a33620ee1f75..18175eecf6546b98e85386add25b6c6a1a56b345 100644 (file)
@@ -72,4 +72,7 @@ Deprecated since 7.18.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8aa01a9efc313999256b19c8d65eff13f7de38dc..29dc8bb4ff75be4ebc7c13feca7cfe97ff3ca9fd 100644 (file)
@@ -103,4 +103,7 @@ Deprecated since 7.18.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 1b4369d22463968c7f5924de7518cf3167a8f4d4..1b761c961b560e1e35e49063a820af8d0f787507 100644 (file)
@@ -79,4 +79,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e11f41a8694904a5a12df8a810e6b227c36ad37d..0dc4c2243c50205731e1bb887407ed41ff4ba407 100644 (file)
@@ -78,5 +78,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 77f0d87bf4c3a4e7c0d58f48ca3e9ddd63f1be6c..e347f6ca9fa142a27188cccd5dd0a18fec58ac28 100644 (file)
@@ -89,5 +89,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fb52799f4d990ce283613b900833b9145ba72e1a..5b43545e0f13101a2d188ac40e05c99501d02c31 100644 (file)
@@ -64,4 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is enabled, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 08a08f7a05eb034075ff9fd4a291ca7e506d1c88..0b7ded9c70c13ea6b608125b3b1c94551688aa73 100644 (file)
@@ -75,5 +75,7 @@ CURLOPT_SSLCERTPASSWD up to 7.9.2.
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5a674d3c4e3115d3311d29108280146694034a84..bdea064600cc0991c0480aa7676aedfae7a1b4ee 100644 (file)
@@ -68,5 +68,7 @@ This option was known as CURLOPT_KRB4LEVEL up to 7.16.3
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index a7cc9fdc79dab661b05946ff1056fbeb69012537..ef71d5373bacdc18e194e02fec82be3a0f48d059 100644 (file)
@@ -60,4 +60,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5d8c8a267d5a7e3d3ada76de796bef19b59679d4..a3a33ff1088ef4dad025950f897b065b981ad8a0 100644 (file)
@@ -63,4 +63,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 969a2c4182094efdbbfd9d87a0b1c86ff0c08f2d..9d41a3fa74cc39d39fd599cb7f52562d92128329 100644 (file)
@@ -81,5 +81,7 @@ Support for OpenLDAP added in 7.82.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 068c6572cd53b3e6302748b325870f45195db824..97c2654604f6a20a14d234e9a9729fbdc3bc4d73 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 819e7c1ccade65c2643c50edbb0ed4b7caf3da19..d478e753ce9c607918c9048bf792c96f099eca1f 100644 (file)
@@ -63,4 +63,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fd5c5f409c37a0d913f44de4190ad189759aca1d..8643c892e3645a62d7c9dbedbaec2fcb28ba2a4f 100644 (file)
@@ -74,5 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 16d045be20a760870c7024093f371f56db4ac048..cf329239032bc9930442f74f9a3c514c42e096e4 100644 (file)
@@ -67,5 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3a6d17d0d04cd3f6b5fb54fe9f1a49e9981cdbf7..61c2155331d47b6c2cfefaafd3724460eef884e5 100644 (file)
@@ -81,4 +81,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f17d56151036bceea2999a7e70fed8f106febe8d..eae7c3f51c7e065c95fd47e07d0dfde9fff6855a 100644 (file)
@@ -80,4 +80,7 @@ two letter L) before 8.2.0
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c834d88c72dbb86f43d9a1802d7ba3486c6fa4a2..38e8fdbc67285efff453b494d8b65c87226de23c 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3a368c8254ed2b79c780753ae426a884b6b1dcdb..80a4f8b3266ab3cc96bd565f2391ebf975c4d359 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d28f3dc0ef6f160b2515df314fa6919a9bb1eac6..0dd9d7922ab522e80bfb36e9fed8c35a279046f5 100644 (file)
@@ -67,5 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the size passed is valid or CURLE_BAD_FUNCTION_ARGUMENT if
-not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ad6b10750749fe6f315fa0f9c57e7a2e1f1f34b3..e58b8195e6c806b9021dd618385d6a08fb7e1305 100644 (file)
@@ -69,5 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_BAD_FUNCTION_ARGUMENT if the size passed is invalid.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5615f1fd10092edacc1530b4a8c76a201addf09a..b29e61a2c3e5cb4f9ab3fec622a9eaaaedf6862e 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4f94f8d3775d877766d95103dcd90bd4b95bfaca..81541fee192e7360f42be544241e08a462c04ecd 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 987693e84eb7ecf257f74beb02d79459bd02f878..2ad3d49b96e4469dc2dfb4dbe373e60e03310215 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4619f272eef7861588c912e13ddb2e1dcd855023..545fec9a0d1ed7d3d13ce84ddb243bce4174a24d 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5175570e5de6f4fa8f7d41df236b0b84785ea85b..a06de967f2aa49904f2ef1765a5f63f4447066d6 100644 (file)
@@ -95,4 +95,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 98568cc91343f84dafda08d8618e4553cb22d8c2..019d6ffaa1a46824dbac485365fc75584a98d5bb 100644 (file)
@@ -139,4 +139,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4486b9c2dfc571eabe490e92301cb9018623a7ee..bc69f2b3a8640c2f3d9fd0ad8ed81543874cc8fc 100644 (file)
@@ -64,5 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 94c778c7ef630f1e04d59df50e66b67bb8ac4990..7c2c13fd00949e0f649ac122dcb6d3b629e3b59b 100644 (file)
@@ -62,4 +62,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f3fba5589f0677a776e70162ea41bce848db4377..7252ac5956b6a777f86869ff7bcdb1c65fec2449 100644 (file)
@@ -58,4 +58,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e1643fb1b4b81d9203168bd553c202e5acec5c81..8e772a026f5aa2bae55332890b4b59d292e3422a 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5f3d7322ea7b7a99fb1ac858c362e35b4bff7528..72c3c9b28398132455fb8e64d8d1f76052677edc 100644 (file)
@@ -61,4 +61,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b272887337cd418ba53e0839058e560e9631bdd6..117cf09be887ad26ea6d6ff3c7018a3e310cd680 100644 (file)
@@ -88,5 +88,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4c9c5774ac70f8c33f30266d8c644196e447b549..27886ff65e75fe50dc3720f69c627bda43d04a93 100644 (file)
@@ -72,4 +72,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 1a73f2f14737b83445faffee1598164e9911d439..2962994b2ae28d315a720d37e2e6609323b4c0e0 100644 (file)
@@ -88,4 +88,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d3c569e717c70cb9d62f8ed22871658b8d5b13de..b8517c4f323300985880168bf63d252a0af9bd34 100644 (file)
@@ -135,4 +135,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 68297111eeae5c0019582ec7c002783a430d7cbc..26bbf32d39e0b6b9812f85cda12152940d694d0a 100644 (file)
@@ -69,5 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 90ebe00db5b8a895dbe6b4fa89d07e5935864644..5ed250e3fbb4057805f9f23a743a7a1423750926 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 10c7100cb3310aea68176370b44410c9211396fd..a2903883c9575aefefbce51c7493bd7e9b44ba23 100644 (file)
@@ -149,5 +149,7 @@ Other SSL backends not supported.
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8226791d4be4f803650b06aaefc4d8f7be20a571..745b2945849a195cbacaf72e719b345dc691b08c 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 812311bfdf7227af3534ce441b1e1971430bf3e6..e452cb54f72a816ad865a47e1a978c4b133cc5de 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fe4656f1730d89d1bb38eaec5a0b089890349bf3..c7850f3aed1ea441c35ad5999987fe06f0a49113 100644 (file)
@@ -98,4 +98,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8f6738f7cf27820b7335959aeb366f850f18b783..723cd84180349195eb76935fbb80b264cc348d46 100644 (file)
@@ -124,4 +124,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b23a486a3fdd92a1092fe84a8900a42c9832845b..23e3bd3b6c29465a8a171fd04087451e1257cf8b 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d06bf1a7eefd3dc6407a1058e3cb899b5fd5b8e5..2032fbc517b2b3230eb50e6cfa7254b29d40aec3 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7efca604458d12429583814738653295040cee3f..0457f490db64eca249e7323d1ea2f9750145285b 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c56ba990a6d39cdb0cf55ea4675406f0af6810d5..99729a679262d08c628910b22c8f2590f1ea5b12 100644 (file)
@@ -81,4 +81,7 @@ This option was known as CURLOPT_POST301 up to 7.19.0 as it only supported the
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 12383ec4d04a43b88d8077470154e6d836d7bdca..7633a556b894e83bc9cb48ce46bbea9ff732265a 100644 (file)
@@ -78,4 +78,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f94ecc6fc45d0ffc456927719a421e82454674f0..2ea99129d0c233d2935d2195d923cae8b42b73d7 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index bb9bb822e98e0fece5d6b2950d5cffe9d20c9dac..5307e55800166e8eadbed1b50894dabcceb794e3 100644 (file)
@@ -122,4 +122,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 666f90cd466957550ef0a0832bd6f9fd95bf48d1..30cfd9f0d73cda90c956b4cf26915cdccb27439d 100644 (file)
@@ -82,5 +82,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if proxies are supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 580ba243d758595556b851f1a8d71d7c9bd431e3..9fe9ef3054fe1da31f269b857d718ac702b223c6 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6f501f2ee2583447ded8e502cb2f3ef1f496e7b3..7e2683391849468049e6327056ccebff215a461a 100644 (file)
@@ -76,4 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index eb0981e04fd1943ab65a5e2f0fc0ab3623ae9016..2074eb10bad41ac08b4f39f0d28d9779e4061e1b 100644 (file)
@@ -126,4 +126,7 @@ Deprecated since 7.32.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 346d9f58ff2cb7913910e9ec51eeb570a78a9d27..c355d8160f8d2328a692b6e499ee71d4cae20438 100644 (file)
@@ -104,4 +104,7 @@ Deprecated since 7.85.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e7c3d96ff96d738bdaac7505bd9cf2671618b321..a490bfc998935139a33d143b4869b1481a193b21 100644 (file)
@@ -158,5 +158,7 @@ error.
 
 # RETURN VALUE
 
-Returns CURLE_OK if proxies are supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 1609cbafad5c513a31ba066d45d897c5b48d621d..a0df997aac47f2288b778bd979c3240d68b31597 100644 (file)
@@ -71,6 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication
-methods.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e74210abc3f1fdc23540cb92e2799111fc212445..0168e2903beaf094b58808d75f42746677924973 100644 (file)
@@ -80,4 +80,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5086a4b3869675e3b2c5f43b137bb42602bdbac6..20e3a687a6034cf742075b7c6f1a9af43638e35a 100644 (file)
@@ -68,5 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b0113ac0e6ceb89a589f90c7875cf30fa179a24f..31abbf9cbfb79c06e21584d51dc416d0d8cb318a 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 15aa2f84513e770ddfd0c8af2b7861b3f9a30e8b..68c45e86dc1559ea21ccba4a05345bfd3a699d2f 100644 (file)
@@ -97,4 +97,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7e0b0caba29b13b5fb6a658f31582ffcd8054d9b..0bf170f4e899777ad835abbe9ca4396a505bd80a 100644 (file)
@@ -68,5 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index acfd86f7dfbfea34285482032f7fec1c2f456eda..3fed4a3d55574f8a6310c4740606f2dd3c06a299 100644 (file)
@@ -69,5 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if proxies are supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6365d5f22297940857e6a59d252f817e584c5fc2..e8a021c1e4cd4276b1ef2d31ecf3b8987b329c8d 100644 (file)
@@ -96,5 +96,7 @@ https://curl.se/docs/ssl-compared.html
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 91ef9a7c827695df2ce888de19afdc8b416eb40d..3cc5b18e13fd41177d7d3e2dff2bf9859841760e 100644 (file)
@@ -89,5 +89,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9dfeeefebb3b08cf1b595d996ac52c100470a6b8..76c961251545dac92d4fa64fb06eae4d037dc23a 100644 (file)
@@ -85,5 +85,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 0b7e45deeec17cce9c9a36c53c861e7510bf8cac..88af6f8ed9d10a0988408bb86d7e4f5a3ec82342 100644 (file)
@@ -82,5 +82,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 002704fcecc834dad06263e268071f17ffcbe26e..a6977513974b9ff80faf0c9df3c944562d10b57b 100644 (file)
@@ -92,5 +92,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6b417cb4a60cb319ab3b04a30f327039d662de8e..4d8287095312cafa5357de9dd96b7ec7f6d48007 100644 (file)
@@ -73,5 +73,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6bb75fc6a44f046f47356e82f33c71ed0b8827a6..49c28a7b6e6eb0d6ac78e839ff70d59033c2ce76 100644 (file)
@@ -131,5 +131,7 @@ Other SSL backends not supported.
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7083e252a3a535646244ae192e992036054fa877..59cd1aaea204e4facbac54993363b5139a134872 100644 (file)
@@ -63,5 +63,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c26f00ca01da87e032bc06eddf86fcfff430d6ec..d93b6fbc4870577673c0448090dbd32f502b867b 100644 (file)
@@ -84,5 +84,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fad7a6d7003e53f597b9551138162ce1710b9662..e5f80028a85e6669b8618fc7e387bc05bbbdde59 100644 (file)
@@ -78,5 +78,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 2abbbb4df012337b070dd4a5d484a8e8f34e4c55..324dec2ead1e2d784ee3bf3765d67ef8ba72646e 100644 (file)
@@ -83,5 +83,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6352d0e863be18666fef3fabb7e35b712f33dcb3..e27bf4f453416345b2d0a7dcf17e6fc93271062a 100644 (file)
@@ -78,5 +78,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 2884c94a32d7445c20a6c4400d56b2ac049ce3e3..ce16d8374696a30269d21649c8e073ba503541e1 100644 (file)
@@ -69,5 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 06ccac498e9d1605adad25efb4547eafe8861721..91e91468493db05b27a1bb25a49aa523aac0c5ca 100644 (file)
@@ -83,5 +83,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 1b1795210634115133ed605c46792b59cb7615bb..0b35e310599273a0e868327fbac12c7de14fc024 100644 (file)
@@ -128,4 +128,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 607760473ed2ae206f15d5068a4c2d744c62cfe9..071bef800212fc43fa49fb686967595c8f9f7de8 100644 (file)
@@ -102,4 +102,7 @@ Since curl 8.10.0 returns CURLE_NOT_BUILT_IN when not supported.
 
 # RETURN VALUE
 
-Returns CURLE_OK if supported, CURLE_NOT_BUILT_IN otherwise.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 02bc267c9fdfffbb143acea0653746c590429f06..a96b722eb20d650cd1710ca75ef24a58ffb7e777 100644 (file)
@@ -117,4 +117,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 0d195daf764505386a53ce4be9f3ccdfb51f7131..b04b79d4113846f78ece840cd3f949da518df1d7 100644 (file)
@@ -88,6 +88,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
 
-If 1 is set as argument, *CURLE_BAD_FUNCTION_ARGUMENT* is returned.
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b29a4235f6c0dc1d9bf8bc259c50b18521299a3d..ff2ed91501054bab9dc321941de7522b8a511cd7 100644 (file)
@@ -90,4 +90,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 214c24574c61206a9504e8ba97ac64663c03b5be..ee17d27e99c17f369c332b40a3ca9deed9d0770d 100644 (file)
@@ -95,4 +95,7 @@ by using the CURLOPT_PROXY_SSL_CIPHER_LIST(3) option.
 
 # RETURN VALUE
 
-Returns CURLE_OK if supported, CURLE_NOT_BUILT_IN otherwise.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b92b2e27df0998710e98037fb206540c34946683..91f211071641bca0bc70df0495b68f9594845979 100644 (file)
@@ -72,5 +72,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 436a570928f705d60981c4ddd7d8fd177d88628c..4c7cfd700f913e68e09eb8bc237a72a25a0648c9 100644 (file)
@@ -79,4 +79,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6a25f74d7334709aed530ed9d8b959fba877ffeb..44e32299ee0481b2365e8d332a20b37d4fdf81b5 100644 (file)
@@ -72,5 +72,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index a0ac9491296e7d18e8d5ec0ddad329121d027105..f424a27ef59243d577bef589605a7087c13b7926 100644 (file)
@@ -64,5 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if the
-enabled value is not supported.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 43bf645de77ad7d1d812acd8717813d8c1f79bec..ae064979c3508061ab5ade23082b8f7b064d9a5d 100644 (file)
@@ -89,4 +89,7 @@ Deprecated since 7.12.1.
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e13b43ca0b36507d8d06d7e4aa219233ec9766dd..2d1537b6063aeb8960fc848bf70d8637e141e5a3 100644 (file)
@@ -58,4 +58,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 410347142f14fc31b8a2e772ae8e7eb1f6c89a4b..8687f527a9d5b89021e41ababec50b8614c174ad 100644 (file)
@@ -166,4 +166,7 @@ SFTP support added in 7.16.3. *-prefix for SFTP added in 7.24.0
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 41cc75f20115bd62999274ef9ce0993f8ccbce18..f69fa63235cc9ccf13521297f82cf5af61f5bab7 100644 (file)
@@ -41,4 +41,7 @@ Deprecated since 7.84.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6d728b1644dc68900d35ece35ccfdbea494a418c..c95916fb303ff8807853aec36c908e27211c4a55 100644 (file)
@@ -88,5 +88,7 @@ FILE since 7.18.0, RTSP since 7.20.0
 
 # RETURN VALUE
 
-Returns CURLE_OK on success or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 28fd76b102bb90b9e3d855236dd316ad09138419..6bdb9e71693838f4c350d059d68531f75a494bcc 100644 (file)
@@ -114,4 +114,7 @@ Deprecated since 7.85.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e666411cfe544d838bda50f435bdec0caa4336b0..8a328a83076f1fd022a8d5cafe9926657a109a74 100644 (file)
@@ -65,5 +65,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP support is enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fa4ff1d178b1106b060371d1b89827f98e1f5a05..97f5c24efaa1d2cee048a957d06bbd4d727548cc 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 91ee696dfe743aa28bb1e196b5386184cfbfe853..4dc404bbf2c8465e6e5073f74515f18a9727ef1e 100644 (file)
@@ -121,4 +121,7 @@ Support for adding non-permanent entries by using the "+" prefix was added in
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e6ec836a0da9466bcd1f2d2f53532d5e67b3b8e0..867e25066f62587d1cb05916e5be358d1daec994 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 2be7bcde697dacb94f667d71bf3ca31cad318781..52976010583a801fadbe65470ecc1cc8894a5ba9 100644 (file)
@@ -84,4 +84,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 681c1ace235859adccc3bd08cdf768b7f4b9a431..f3c8faf726655d5f99827fba7de85d61a7cd38f5 100644 (file)
@@ -76,4 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 061890dd8a1ee2edb8271e9954fc4f86a653e2fb..a658bba8bd1da61797aa4367eab67f22c8079a64 100644 (file)
@@ -75,4 +75,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7b00069e037f02efa7b00988c483343b33952990..d7b13a04abcb66fff27d7b85a1b4eab11d14234e 100644 (file)
@@ -58,4 +58,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4173ce624ebb524e6f6dcaf2c828928c7816f1d3..e716572b3011f8cbb00e65598a56f2fc99cd43a5 100644 (file)
@@ -135,4 +135,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 01ea910a7bbe2b76e8a1d9ed26cff3e31b1bdbf7..d054be7a55ec7298972552a34f7b30c2d8612536 100644 (file)
@@ -57,4 +57,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 36dc1eace68154c9b5592c17610e8e10ba3f3946..1724b9a8ce9c55b695e325ef3ce7948e2bc7324f 100644 (file)
@@ -66,5 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 074b39486b3a78815fb42fb5651833294988edee..eb745da04378748ebfacb6b68fe43847c1f7ee23 100644 (file)
@@ -70,5 +70,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6e28650ca40c63a693df2f00f9bc64db01af3b23..221f2d1af6cf6e307b62e74c9c5f70c8fc13ca14 100644 (file)
@@ -63,5 +63,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f4058fc398d68c39343491abab6f2b46c33bb815..7f627f5a615f7215929dc7599f4d1708cc95c8d4 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 25d8495009a6a4f0d148907c7e805bab0046420c..6a3b50ca35da3eeb38ecc1218ce5c9212fd5a6cf 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ea8ff5e30ebd3191822a08ad150913f3c3f33dfe..70d0e73e68dad4413ba90356ab68646bcda032ce 100644 (file)
@@ -98,4 +98,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 03f8eddf390f6a8bbad2d2f0a2ad3b4fa112c4e5..3d6ba1f9aad468e6a3eda42dda98aab99949705f 100644 (file)
@@ -71,6 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if supported, and CURLE_UNKNOWN_OPTION if not. Returns
-CURLE_BAD_FUNCTION_ARGUMENT if set to a negative value or a value that when
-converted to milliseconds is too large.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 57071d6d322907c3a8154bfce2a80fcab19b5b14..7acbd105ec879bd450295fb5c594731391417494 100644 (file)
@@ -73,6 +73,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if supported, and CURLE_UNKNOWN_OPTION if not. Returns
-CURLE_BAD_FUNCTION_ARGUMENT if set to a negative value or a value that when
-converted to milliseconds is too large.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b928c9102b780417bbb74676ec3aaae5461fce59..56d7029cd255d0556cf87657815e3f59e81826a5 100644 (file)
@@ -68,5 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4e64cc748277efc90153c7d030a7dbc58e0a0c27..c4488086a7e50508d042a62f2f2ef038d213e079 100644 (file)
@@ -84,4 +84,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fbc3d8804a0d0f1995490233228a74b069ce7e57..0efdd0b3be5eb36dd6f0278309d7f4333bc1825b 100644 (file)
@@ -127,4 +127,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9a965933ff64212d7489d1194f6aaefec1e7a5f3..69932c7b028bbf68e5dafd3c9dc8e59379461824 100644 (file)
@@ -64,5 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_NOT_BUILT_IN if the bitmask contains unsupported flags.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5bb2e42e5205c3ed83ece1a22fdf12d9d4cf48ce..f873c6a5cc35bf390e121f10a09a56f568ecfd30 100644 (file)
@@ -59,4 +59,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fe0c22df60714d133c5e7632a3ad2f812a76b38b..b47c2ca2264be44d5a749beaa7ef9553de8e255a 100644 (file)
@@ -67,5 +67,7 @@ Deprecated since 7.49.0
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f111efe64b906965ea3173fd26e08ed0fdd07321..58be11d55e6fc304dc01dd2ff3a11b0b22bd0a3e 100644 (file)
@@ -64,4 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 749dedf20a2fe5b1feea823ed43d3ee858c043c8..fa50dea52f50dd869ff03fa29459b611bc1ce362 100644 (file)
@@ -60,5 +60,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4629bb632e1f9198292cad0e735f2886dbf571bc..a986a80b7581006a075ee9ee6de77b46c454f390 100644 (file)
@@ -74,4 +74,7 @@ Works only with the libssh2 backend.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ecaa078a1f0cdcf6b5f5ee083d9869477ffe0312..89422e4ef65d55a27f2ad931d71fa2abc9e0730e 100644 (file)
@@ -99,4 +99,7 @@ Work only with the libssh2 backend.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3ad3a63fedbde1939d8720aa128929e1f6fdddf4..09810f22ee7feaa6adafdd2cfac8484717cba851 100644 (file)
@@ -70,5 +70,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index cd8d6ecdb602395ffeb058c966f0c0e3be3b347e..3e6861bc35d698045ea86ab5a3e20528edd33477 100644 (file)
@@ -70,5 +70,7 @@ Requires the libssh2 backend.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 64d98c41f05ef1067bc9accce4a6feb089dde067..39e403f6c3ca29ba86ae297ebb77ccc730cf14a0 100644 (file)
@@ -72,4 +72,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3d815abdb7c0e6fc4e35a4fd105b0ffa32b62399..6d4f0834084ea9105e5d0f0e38374cdac01a6cd2 100644 (file)
@@ -149,4 +149,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8b7705b4be4be55ae741e7561723eddb9c3fee10..968f3859e40b0c3c97b728ffdab374b64e9b5a52 100644 (file)
@@ -67,5 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fe7e5207eb4f69117f5f1efbb39bf108dbe049fb..a92f744d59a3ca6a7bd8121f29c4cb9806f312e8 100644 (file)
@@ -72,5 +72,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f6d2fb3c1862bc41cab7ba890343c9ae787e2653..d7878e8626403e30df1fc04443902f3ad915f04f 100644 (file)
@@ -71,5 +71,7 @@ The "" trick was added in 7.26.0
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 8669e9505e35f947c4eb031b0b7de7919efe9131..959db0c9b1f9e127cb6f0b473b7378a630224216 100644 (file)
@@ -92,5 +92,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 696344a9000608191729d429032fdda61590b630..3a48a0a39eef0559f4bfd1c3e49dc2e0c9d42295 100644 (file)
@@ -76,5 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fb1cc62fa4ab25d86418d83441f516197ec1c0ee..10dcc4e0fe56cb34b0c3e5e9c001b66fe8c39b0f 100644 (file)
@@ -83,5 +83,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 13363ce2b0a3fc5451ea26ddd55db7346716e527..fa334a83dd85f445b864c41de4b328c2d2baead4 100644 (file)
@@ -74,5 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index be0a54d02bb157decad1d93dcfec450050affb86..6ca5920d0a77df384067d203ffbd3092ff7b2657 100644 (file)
@@ -80,5 +80,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index bedf2d33ca2398a9f9a27a3386fb2ed67ebc80d3..515fa91b38941f62aabc575cb6c491122e2ccb09 100644 (file)
@@ -85,5 +85,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index fd05eb416d098d2e69eaca74f2c256ef5437700d..4a04f52a2eb046ace8fe9457c25d7e17ac9413f8 100644 (file)
@@ -154,4 +154,7 @@ Rustls support added in 8.10.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index df57c837cc361836a3423289ee1473f2c0498db1..0aae1e86a5de95940c090f1e863cadd3eed34030 100644 (file)
@@ -103,4 +103,7 @@ Since curl 8.10.0 returns CURLE_NOT_BUILT_IN when not supported.
 
 # RETURN VALUE
 
-Returns CURLE_OK if supported, CURLE_NOT_BUILT_IN otherwise.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6256e25f7ecdd4a04be3a4022abcae6266778ed1..fcdef1d5b4665ed7994a830a51667d22ee671529 100644 (file)
@@ -66,4 +66,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e521c543d7f435166cb157a57690c33e6308294c..a9e20a68d3972eafadfd12588c4e255cddbac45f 100644 (file)
@@ -58,4 +58,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 65ade8bd4ca6ba01f3ad85ea60b8696f727bceba..f98b5cfc1e2e53d19affb447c2aaa2d5fe66daed 100644 (file)
@@ -64,4 +64,7 @@ Deprecated since 7.86.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 83b6b69da0f25c88bdb80d36f1b6ee1a9850bce1..b90f3976395831b0b549d23260516d1cc725a42d 100644 (file)
@@ -58,5 +58,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if false start is supported by the SSL backend, otherwise
-returns CURLE_NOT_BUILT_IN.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index f789a8b529fb9cce27ec69d297f6643f4daad5c7..014c2c2c2667e38c6dca4cac2f3ba2c6eb584d3e 100644 (file)
@@ -123,4 +123,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 369070269c13791be94b701df11e5de42464f987..6f0d527b83f3879b2dd4fed2e4d0906ee05ea5f4 100644 (file)
@@ -64,4 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 30b1525fe430c930efb4f5fb5b0027f75cfb8197..5a8ad0b501d9198479b8ea3ac5ef79585f5704c8 100644 (file)
@@ -118,4 +118,7 @@ From 7.66.0: libcurl treats 1 and 2 to this option the same.
 
 # RETURN VALUE
 
-Returns CURLE_OK if TLS is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4d4bf7c6b08b7ad7908085981ef16f33922b9b96..9618352f640bb3013bb5291516c60f910f5be809 100644 (file)
@@ -96,4 +96,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index aa8653d1c0c621ec6610c18d4d6857a01dca172a..14e1ab08b0846e1d25dbbc95d9e2c3b905ec08cf 100644 (file)
@@ -65,5 +65,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if OCSP stapling is supported by the SSL backend, otherwise
-returns CURLE_NOT_BUILT_IN.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 368944334c10be7f54b8ddcdd161cac1de7e7d6a..54c700b85dd6e37fd17a36c18415e04c1503da45 100644 (file)
@@ -61,4 +61,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 1429de1f80f7053182cfc9f44dc6930a529e49f3..5e3e177dce8f3635dfa2187e683f0f480ba9dcd0 100644 (file)
@@ -73,4 +73,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index bddfead62f3ada55ae132693e564fe6e3e350558..debe6d669479fc6f4a39582d4cbfc98be7e5feda 100644 (file)
@@ -76,4 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 57088a79067bbd343b2dba26a259dc8f9ef96b8c..2d450c4cb953b7019e9f13a918de791e6f9b3ec8 100644 (file)
@@ -76,4 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 1f8f5d4a59ed4ddc089aece42ccaf974ffffa3e8..fcb598358bfeaf5f748c012f6d4bd71434a651f8 100644 (file)
@@ -62,5 +62,7 @@ This option is only supported on Linux and macOS 10.11 or later.
 
 # RETURN VALUE
 
-Returns CURLE_OK if fast open is supported by the operating system, otherwise
-returns CURLE_NOT_BUILT_IN.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3d9da660dafba0ce0092a83283fd33e8d1131ce3..9b8062eeac2d36bb6006f1f60975d4dd9b9009fb 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 5a03f3cff7034e505f267ecece5900bc20035743..d38d032bbf859697e0ca7cdead62208e248eca21 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 370ace4a2c53e1f1546609109cb51363864e21e9..6bccca84bd5fc7ce735db8c876d2d1b237d7eb35 100644 (file)
@@ -70,4 +70,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9d0ebc7a897bf4ff872d34c17edd4887a8666168..9ac65c42b4115eb0aa26520bb8b38a173fadfd70 100644 (file)
@@ -69,4 +69,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 6b30b5465536ec80c9232167ca31ce211a7d26ed..1b9d4e270005eb788aac43c0b49064c65b13e0a6 100644 (file)
@@ -71,4 +71,7 @@ The default was changed to 1 from 0 in 7.50.2.
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 85a92f8da0297a7bd846b05ede402247a0e6c409..f306c64fa29ed25fb8e1ed432c9c0f4a0c60cd75 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if TELNET is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ab85fe45f724da6ad99c6cb3d264db5ba1b38c20..dd299ec922e2806d2c1a9f44fc99c4ac3ec9da49 100644 (file)
@@ -59,4 +59,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 098ee3944d14fc0c81a48efb515f20f063172985..90f665aec454946806cc4e97fad1a3fcdbd9efc6 100644 (file)
@@ -74,4 +74,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 43c679bd6b06145c8847dba1a0e364a0fa13640a..44a5d68d4080fa881f9b6778f96f0bb840466eb9 100644 (file)
@@ -68,4 +68,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d5b396cecdf69a07671bd730015358bc11b2e834..c6b9e3be68bd92ad233ddac339ee4033fce4a70a 100644 (file)
@@ -85,5 +85,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK. Returns CURLE_BAD_FUNCTION_ARGUMENT if set to a negative
-value or a value that when converted to milliseconds is too large.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e02261d5b2442f1260b5d3b6dd90464d971d8de9..a5a9d8b7fa24af668451fe5e369f8db87f50403b 100644 (file)
@@ -60,4 +60,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index ef9b9dab1603a8f5883f6a1188d2a4cbf6304c2b..68c722dd48b9e8943e9bda16f439431751330035 100644 (file)
@@ -65,4 +65,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9ae16e4e09582cba7c6ff25041ee66594127c4dd..82e006c8a699b55b5701d40282ab1ae79d235de8 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9876424bda1e4ed806010fb015de92a87e641551..62f734f9633b17183fe638afd0770d10f939dd93 100644 (file)
@@ -95,4 +95,7 @@ by using the CURLOPT_SSL_CIPHER_LIST(3) option.
 
 # RETURN VALUE
 
-Returns CURLE_OK if supported, CURLE_NOT_BUILT_IN otherwise.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 2548aa73d7f565920ff08b6ea02e597b9b7bccc1..d6c871118ce023f06ac39840f420027f30965d94 100644 (file)
@@ -71,5 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 719095cf52502d30e6576c00953750e5367238e8..64ce85e5db43963b07fae90b6bc7b1170f8b7d85 100644 (file)
@@ -75,4 +75,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9af68650b5e84148c030dfcf0b8489c806047255..230c3babee22b2018fd6948ae7086fc98f8e70cc 100644 (file)
@@ -70,5 +70,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index bcc675303375a09c28f0a050314488ccb00b72b8..3b1b78f142a14ac44c71bd214cc877d2e4744397 100644 (file)
@@ -55,4 +55,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 9c06a598cccbf86354c22a8e632f7e552d033c6e..de341fb0d3d1e5788b174fc037e41ad96dee4bd3 100644 (file)
@@ -107,4 +107,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d77274f7d30b4f9d83d3a68de76c1e3e6574b5c6..4923f33d8ff98890b0e6126ad485dddef7764ee5 100644 (file)
@@ -61,4 +61,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if FTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index a667845606b9133985a5a8e155e4879b71d8af37..262c0897942ef09bcad72dbe3d1cd2ca0a803496 100644 (file)
@@ -64,4 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7b369f1902e41d699c03e6a5fda512db5e0fe2eb..6c8314fe4c74c94f1b45501960a8913c803ac7c7 100644 (file)
@@ -85,4 +85,7 @@ you can use the proc filesystem to bypass the limitation:
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index a80c4f6f2b880ee18cb02f83c239d9e4c4a5e348..202087c0062f1dd977aa85e45b2d1de8732656dd 100644 (file)
@@ -81,4 +81,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index d8cdb90e3ae7884c8dfd8eda977fa3eb8687c606..5bf7ac2a35f9bfb1a6f32be82853ce7ecb8be772 100644 (file)
@@ -78,4 +78,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index eec0906629cd94c796c8fdbf761afddbec7e58ce..c1189e24e9ef158429459b302fe575bfb85101c5 100644 (file)
@@ -93,4 +93,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 72a4b64d5038ce0cf38b6d0ef6fe1bca5cb1cfa7..209ea32e4e3386a87477a03fd4f9a1ec61ec6b76 100644 (file)
@@ -76,4 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 93dacdf27f7186517ac9fe81c8f6dae63e565f7e..d167fa972edadb206d603e0a0a5730e85bda960d 100644 (file)
@@ -139,9 +139,10 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK on success or CURLE_OUT_OF_MEMORY if there was insufficient
-heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
 
-Note that curl_easy_setopt(3) does not parse the given string so given a
-bad URL, it is not detected until curl_easy_perform(3) or similar is
-called.
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
+
+Note that curl_easy_setopt(3) does not parse the given string so given a bad
+URL, it is not detected until curl_easy_perform(3) or similar is called.
index e10ff0cff0935ee1acfc29e7fa0a2dfbc26dbe42..c44c9b08cfaa063015ab3755857505c4feeb1476 100644 (file)
@@ -64,5 +64,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if HTTP is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7274219468514865ee41966534f3d7d90b52be54..736c80cf81d7a475d0fc62b4565ac68647423d1e 100644 (file)
@@ -86,5 +86,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b9db9faf6f96f6a77afae7a097c01f87bbdff5da..ba54949bee683d2d527a7b0f94a83bf2bf0a67ca 100644 (file)
@@ -95,5 +95,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK on success or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index c74be586b70c980d5a8dfcd0e0363c099f940db1..eceea0eca49938e1b3f91c59a66c8071414a28c4 100644 (file)
@@ -89,4 +89,7 @@ OpenLDAP backend only.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index b242fcbc45838bfc691720a732cc5b7d7acae517..8d4801871a1d4209716f5b8f21192b129d11ed38 100644 (file)
@@ -67,4 +67,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e6ca3d65569ef04c87337161c39abbcede799cbf..01149c4f5bb3fc83b09564d426a80c3662315a5f 100644 (file)
@@ -107,4 +107,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 3eba3705fff4abfac8f4fe64ed9dda643d6f0f91..92760a9283b24358b8bac439da3655e68773d1ef 100644 (file)
@@ -71,4 +71,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 4ed174effd60caaa689ee91ea4f6dc584b3e7ad6..1a8d20cedc20bdab4ac87ba388144b5142707966 100644 (file)
@@ -76,4 +76,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index e2f95371a11f0dafb376c48df860f9d2e8243d09..f5dfdd4c059ac28e34103aeb3be099a452265a87 100644 (file)
@@ -120,4 +120,7 @@ int main(void)
 
 # RETURN VALUE
 
-Returns CURLE_OK.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).
index 7428965833e116e30f113e8ed2f84470f12891ec..98289355c3b6324413ca776c1158436ec6f01f5b 100644 (file)
@@ -73,5 +73,7 @@ Support for OpenLDAP added in 7.82.0.
 
 # RETURN VALUE
 
-Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
-CURLE_OUT_OF_MEMORY if there was insufficient heap space.
+curl_easy_setopt(3) returns a CURLcode indicating success or error.
+
+CURLE_OK (0) means everything was OK, non-zero means an error occurred, see
+libcurl-errors(3).