.SH RETURN VALUE
None
.SH "SEE ALSO"
-.BR curl_easy_init "(3), " curl_easy_duphandle "(3), "
-.BR curl_easy_reset "(3), "
-.BR curl_multi_cleanup "(3), " curl_multi_remove_handle "(3) "
+.BR curl_easy_duphandle (3),
+.BR curl_easy_init (3),
+.BR curl_easy_reset (3),
+.BR curl_multi_cleanup (3),
+.BR curl_multi_remove_handle (3)
.SH RETURN VALUE
If this function returns NULL, something went wrong and no valid handle was
returned.
-.SH "SEE ALSO"
-.BR curl_easy_init "(3)," curl_easy_cleanup "(3)," curl_easy_reset "(3),"
-.BR curl_global_init "(3)"
+.SH SEE ALSO
+.BR curl_easy_cleanup (3),
+.BR curl_easy_init (3),
+.BR curl_easy_reset (3),
+.BR curl_global_init (3)
.SH RETURN VALUE
A pointer to a null-terminated string or NULL if it failed.
.SH "SEE ALSO"
-.BR curl_easy_unescape "(3), " curl_free "(3), " RFC 3986
+.BR curl_easy_unescape (3),
+.BR curl_free (3)
If the operation was successful, CURLE_OK is returned. Otherwise an
appropriate error code is returned.
.SH "SEE ALSO"
-.BR curl_easy_setopt "(3)"
+.BR curl_easy_setopt (3)
.SH RETURN VALUE
This function returns a CURLHcode indicating success or error.
.SH "SEE ALSO"
-.BR curl_easy_nextheader "(3), " curl_easy_perform "(3), "
-.BR CURLOPT_HEADERFUNCTION "(3), " CURLINFO_CONTENT_TYPE "(3), "
-.BR libcurl-errors "(3) "
+.BR curl_easy_nextheader (3),
+.BR curl_easy_perform (3),
+.BR CURLINFO_CONTENT_TYPE (3),
+.BR CURLOPT_HEADERFUNCTION (3),
+.BR libcurl-errors (3)
If this function returns NULL, something went wrong and you cannot use the
other curl functions.
.SH "SEE ALSO"
-.BR curl_easy_cleanup "(3), " curl_global_init "(3), " curl_easy_reset "(3), "
-.BR curl_easy_perform "(3), " curl_easy_duphandle "(3), "
-.BR curl_multi_init "(3), "
+.BR curl_easy_cleanup (3),
+.BR curl_easy_duphandle (3),
+.BR curl_easy_perform (3),
+.BR curl_easy_reset (3),
+.BR curl_global_init (3),
+.BR curl_multi_init (3)
If this function returns NULL when \fIprev\fP was set to NULL, then there are
no headers available within the scope to return.
.SH "SEE ALSO"
-.BR curl_easy_header "(3), " curl_easy_perform "(3) "
+.BR curl_easy_header (3),
+.BR curl_easy_perform (3)
.SH RETURN VALUE
A pointer to the \fIcurl_easyoption\fP struct for the option or NULL.
.SH "SEE ALSO"
-.BR curl_easy_option_by_name "(3)," curl_easy_option_next "(3),"
-.BR curl_easy_setopt "(3),"
+.BR curl_easy_option_by_name (3),
+.BR curl_easy_option_next (3),
+.BR curl_easy_setopt (3)
.SH RETURN VALUE
A pointer to the \fIcurl_easyoption\fP struct for the option or NULL.
.SH "SEE ALSO"
-.BR curl_easy_option_next "(3)," curl_easy_option_by_id "(3),"
-.BR curl_easy_setopt "(3),"
+.BR curl_easy_option_by_id (3),
+.BR curl_easy_option_next (3),
+.BR curl_easy_setopt (3)
A pointer to the \fIcurl_easyoption\fP struct for the next option or NULL if
no more options.
.SH "SEE ALSO"
-.BR curl_easy_option_by_name "(3)," curl_easy_option_by_id "(3),"
-.BR curl_easy_setopt "(3),"
+.BR curl_easy_option_by_id (3),
+.BR curl_easy_option_by_name (3),
+.BR curl_easy_setopt (3)
code means something wrong occurred after the new state was set. See the
\fIlibcurl-errors(3)\fP man page for the full list with descriptions.
.SH "SEE ALSO"
-.BR curl_easy_cleanup "(3), " curl_easy_reset "(3)"
+.BR curl_easy_cleanup (3),
+.BR curl_easy_reset (3)
set with \fIcurl_easy_setopt(3)\fP there is a readable error message stored in
the error buffer when non-zero is returned.
.SH "SEE ALSO"
-.BR curl_easy_init "(3), " curl_easy_setopt "(3), "
-.BR curl_multi_add_handle "(3), " curl_multi_perform "(3), "
-.BR libcurl-errors "(3), "
+.BR curl_easy_init (3),
+.BR curl_easy_setopt (3),
+.BR curl_multi_add_handle (3),
+.BR curl_multi_perform (3),
+.BR libcurl-errors (3)
If there is no socket available to use from the previous transfer, this function
returns \fBCURLE_UNSUPPORTED_PROTOCOL\fP.
.SH "SEE ALSO"
-.BR curl_easy_setopt "(3), " curl_easy_perform "(3), "
-.BR curl_easy_getinfo "(3), "
-.BR curl_easy_send "(3) "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_perform (3),
+.BR curl_easy_send (3),
+.BR curl_easy_setopt (3)
.SH RETURN VALUE
Nothing
.SH "SEE ALSO"
-.BR curl_easy_init "(3)," curl_easy_cleanup "(3)," curl_easy_setopt "(3),"
-.BR curl_easy_duphandle "(3)"
+.BR curl_easy_cleanup (3),
+.BR curl_easy_duphandle (3),
+.BR curl_easy_init (3),
+.BR curl_easy_setopt (3)
If there is no socket available to use from the previous transfer, this function
returns \fBCURLE_UNSUPPORTED_PROTOCOL\fP.
.SH "SEE ALSO"
-.BR curl_easy_setopt "(3), " curl_easy_perform "(3), " curl_easy_getinfo "(3), "
-.BR curl_easy_recv "(3) "
+.BR curl_easy_setopt (3),
+.BR curl_easy_perform (3),
+.BR curl_easy_getinfo (3),
+.BR curl_easy_recv (3)
version, this function returns \fICURLE_UNKNOWN_OPTION\fP. If support for the
option was disabled at compile-time, it returns \fICURLE_NOT_BUILT_IN\fP.
.SH "SEE ALSO"
-.BR curl_easy_init "(3), " curl_easy_cleanup "(3), " curl_easy_reset "(3), "
-.BR curl_easy_getinfo "(3), " curl_multi_setopt "(3), "
-.BR curl_easy_option_next "(3), " curl_easy_option_by_name "(3), "
-.BR curl_easy_option_by_id "(3), "
+.BR curl_easy_cleanup (3),
+.BR curl_easy_getinfo (3),
+.BR curl_easy_init (3),
+.BR curl_easy_option_by_id (3),
+.BR curl_easy_option_by_name (3),
+.BR curl_easy_option_next (3),
+.BR curl_easy_reset (3),
+.BR curl_multi_setopt (3)
.SH RETURN VALUE
A pointer to a null-terminated string.
.SH "SEE ALSO"
-.BR libcurl-errors "(3), " curl_multi_strerror "(3), "
-.BR curl_share_strerror "(3), " curl_url_strerror "(3)"
+.BR libcurl-errors (3),
+.BR curl_multi_strerror (3),
+.BR curl_share_strerror (3),
+.BR curl_url_strerror (3)
.SH RETURN VALUE
A pointer to a null-terminated string or NULL if it failed.
.SH "SEE ALSO"
-.BR curl_easy_escape "(3), " curl_free "(3)," RFC 3986
+.BR curl_easy_escape (3),
+.BR curl_free (3)
.SH RETURN VALUE
A pointer to a null-terminated string or NULL if it failed.
.SH "SEE ALSO"
-.BR curl_unescape "(3), " curl_free "(3), " RFC 2396
+.BR curl_unescape (3),
+.BR curl_free (3)
to a CURL_FORMADD_* constant defined in
.I <curl/curl.h>
.SH "SEE ALSO"
-.BR curl_easy_setopt "(3),"
-.BR curl_formfree "(3),"
-.BR curl_mime_init "(3)"
+.BR curl_easy_setopt (3),
+.BR curl_formfree (3),
+.BR curl_mime_init (3)
.SH RETURN VALUE
None
.SH "SEE ALSO"
-.BR curl_formadd "(3), " curl_mime_init "(3), " curl_mime_free "(3)"
+.BR curl_formadd (3),
+.BR curl_mime_init (3),
+.BR curl_mime_free (3)
.SH RETURN VALUE
0 means everything was OK, non-zero means an error occurred
.SH "SEE ALSO"
-.BR curl_formadd "(3), " curl_mime_init "(3)"
+.BR curl_formadd (3),
+.BR curl_mime_init (3)
.SH RETURN VALUE
None
.SH "SEE ALSO"
-.BR curl_easy_unescape "(3), " curl_easy_escape "(3) "
+.BR curl_easy_escape (3),
+.BR curl_easy_unescape (3)
returns -1. (The Gregorian calendar was first introduced 1582 so no "real"
dates in this way of doing dates existed before then.)
.SH "SEE ALSO"
-.BR curl_easy_escape "(3), " curl_easy_unescape "(3), "
-.BR CURLOPT_TIMECONDITION "(3), " CURLOPT_TIMEVALUE "(3) "
+.BR curl_easy_escape (3),
+.BR curl_easy_unescape (3),
+.BR CURLOPT_TIMECONDITION (3),
+.BR CURLOPT_TIMEVALUE (3)
memory, although other systems does not work properly if this is not done. The
unix implementation thus suffers slightly from the drawbacks of other systems.
.SH "SEE ALSO"
-.BR getenv "(3C), "
+.BR getenv (3C)
.SH RETURN VALUE
None
.SH "SEE ALSO"
-.BR curl_global_init "(3), "
-.BR libcurl "(3), "
-.BR libcurl-thread "(3), "
+.BR curl_global_init (3),
+.BR libcurl (3),
+.BR libcurl-thread (3)
If this function returns non-zero, something went wrong and you cannot use the
other curl functions.
.SH "SEE ALSO"
-.BR curl_global_init_mem "(3), "
-.BR curl_global_cleanup "(3), "
-.BR curl_global_sslset "(3), "
-.BR curl_easy_init "(3), "
-.BR libcurl "(3), "
-.BR curl_global_trace "(3), "
+.BR curl_easy_init (3),
+.BR curl_global_cleanup (3),
+.BR curl_global_init_mem (3),
+.BR curl_global_sslset (3),
+.BR curl_global_trace (3),
+.BR libcurl (3)
CURLE_OK (0) means everything was OK, non-zero means an error occurred as
\fI<curl/curl.h>\fP defines - see \fIlibcurl-errors(3)\fP.
.SH "SEE ALSO"
-.BR curl_global_init "(3), "
-.BR curl_global_cleanup "(3), "
+.BR curl_global_init (3),
+.BR curl_global_cleanup (3)
If this libcurl was built completely without SSL support, with no backends at
all, this function returns \fICURLSSLSET_NO_BACKENDS\fP.
.SH "SEE ALSO"
-.BR curl_global_init "(3), "
-.BR libcurl "(3) "
+.BR curl_global_init (3),
+.BR libcurl (3)
If this function returns non-zero, something went wrong and the configuration
may not have any effects or may only been applied partially.
.SH "SEE ALSO"
-.BR curl_global_init "(3), "
-.BR libcurl "(3) "
+.BR curl_global_init (3),
+.BR libcurl (3)
.SH RETURN VALUE
A mime part structure handle, or NULL upon failure.
.SH "SEE ALSO"
-.BR curl_mime_init "(3),"
-.BR curl_mime_name "(3),"
-.BR curl_mime_data "(3),"
-.BR curl_mime_data_cb "(3),"
-.BR curl_mime_filedata "(3),"
-.BR curl_mime_filename "(3),"
-.BR curl_mime_subparts "(3),"
-.BR curl_mime_type "(3),"
-.BR curl_mime_headers "(3),"
-.BR curl_mime_encoder "(3)"
+.BR curl_mime_data (3),
+.BR curl_mime_data_cb (3),
+.BR curl_mime_encoder (3),
+.BR curl_mime_filedata (3),
+.BR curl_mime_filename (3),
+.BR curl_mime_headers (3),
+.BR curl_mime_init (3),
+.BR curl_mime_name (3),
+.BR curl_mime_subparts (3),
+.BR curl_mime_type (3)
.SH RETURN VALUE
CURLE_OK or a CURL error code upon failure.
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3),"
-.BR curl_mime_data_cb "(3),"
-.BR curl_mime_name "(3),"
-.BR curl_mime_type "(3)"
+.BR curl_mime_addpart (3),
+.BR curl_mime_data_cb (3),
+.BR curl_mime_name (3),
+.BR curl_mime_type (3)
.SH RETURN VALUE
CURLE_OK or a CURL error code upon failure.
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3),"
-.BR curl_mime_data "(3),"
-.BR curl_mime_name "(3),"
-.BR curl_easy_duphandle "(3)"
+.BR curl_easy_duphandle (3),
+.BR curl_mime_addpart (3),
+.BR curl_mime_data (3),
+.BR curl_mime_name (3)
.SH RETURN VALUE
CURLE_OK or a CURL error code upon failure.
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3),"
-.BR curl_mime_headers "(3),"
-.BR curl_mime_subparts "(3)"
+.BR curl_mime_addpart (3),
+.BR curl_mime_headers (3),
+.BR curl_mime_subparts (3)
this time, but the file must be made readable before the pertaining
easy handle is performed.
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3),"
-.BR curl_mime_data "(3),"
-.BR curl_mime_filename "(3),"
-.BR curl_mime_name "(3)"
+.BR curl_mime_addpart (3),
+.BR curl_mime_data (3),
+.BR curl_mime_filename (3),
+.BR curl_mime_name (3)
.SH RETURN VALUE
CURLE_OK or a CURL error code upon failure.
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3),"
-.BR curl_mime_filedata "(3),"
-.BR curl_mime_data "(3)"
+.BR curl_mime_addpart (3),
+.BR curl_mime_data (3),
+.BR curl_mime_filedata (3)
.SH RETURN VALUE
None
.SH "SEE ALSO"
-.BR curl_mime_init "(3)"
+.BR curl_free (3),
+.BR curl_mime_init (3)
.SH RETURN VALUE
CURLE_OK or a CURL error code upon failure.
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3)"
+.BR curl_mime_addpart (3),
+.BR curl_mime_name (3)
+
.SH RETURN VALUE
A mime struct handle, or NULL upon failure.
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3),"
-.BR curl_mime_subparts "(3),"
-.BR curl_mime_free "(3),"
-.BR CURLOPT_MIMEPOST "(3)"
+.BR curl_mime_addpart (3),
+.BR curl_mime_free (3),
+.BR curl_mime_subparts (3),
+.BR CURLOPT_MIMEPOST (3)
.SH RETURN VALUE
CURLE_OK or a CURL error code upon failure.
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3),"
-.BR curl_mime_data "(3),"
-.BR curl_mime_type "(3)"
+.BR curl_mime_addpart (3),
+.BR curl_mime_data (3),
+.BR curl_mime_type (3)
.SH RETURN VALUE
CURLE_OK or a CURL error code upon failure.
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3),"
-.BR curl_mime_init "(3)"
+.BR curl_mime_addpart (3),
+.BR curl_mime_init (3)
.SH RETURN VALUE
CURLE_OK or a CURL error code upon failure.
.SH "SEE ALSO"
-.BR curl_mime_addpart "(3),"
-.BR curl_mime_name "(3),"
-.BR curl_mime_data "(3)"
+.BR curl_mime_addpart (3),
+.BR curl_mime_data (3),
+.BR curl_mime_name (3)
.SH RETURN VALUE
CURLMcode type, general libcurl multi interface error code.
.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
-.BR curl_multi_setopt "(3), " curl_multi_socket_action "(3), "
-.BR curl_multi_get_handles "(3), "
+.BR curl_multi_cleanup (3),
+.BR curl_multi_get_handles (3),
+.BR curl_multi_init (3),
+.BR curl_multi_setopt (3),
+.BR curl_multi_socket_action (3)
the particular data so that when we get updates about this same socket again,
we do not have to find the struct associated with this socket by ourselves.
.SH "SEE ALSO"
-.BR curl_multi_setopt "(3), " curl_multi_socket_action "(3) "
+.BR curl_multi_setopt (3),
+.BR curl_multi_socket_action (3)
CURLMcode type, general libcurl multi interface error code. On success,
CURLM_OK is returned.
.SH "SEE ALSO"
-.BR curl_multi_init "(3), " curl_easy_cleanup "(3), " curl_easy_init "(3), "
-.BR curl_multi_get_handles "(3), "
+.BR curl_easy_cleanup (3),
+.BR curl_multi_get_handles (3),
+.BR curl_easy_init (3),
+.BR curl_multi_init (3)
+
\fBCURLMcode\fP type, general libcurl multi interface error code. See
\fIlibcurl-errors(3)\fP
.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
-.BR curl_multi_wait "(3), "
-.BR curl_multi_timeout "(3), " curl_multi_perform "(3), " select "(2) "
+.BR curl_multi_cleanup (3),
+.BR curl_multi_init (3),
+.BR curl_multi_perform (3),
+.BR curl_multi_timeout (3),
+.BR curl_multi_wait (3),
+.BR select (2)
.SH RETURN VALUE
Returns NULL on failure. Otherwise it returns a pointer to an allocated array.
.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3)," curl_multi_init "(3), "
-.BR curl_multi_add_handle "(3), " curl_multi_remove_handle "(3) "
+.BR curl_multi_add_handle (3),
+.BR curl_multi_cleanup (3),
+.BR curl_multi_init (3),
+.BR curl_multi_remove_handle (3)
structs. It also writes the number of messages left in the queue (after this
read) in the integer the second argument points to.
.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3), " curl_multi_init "(3), " curl_multi_perform "(3)"
+.BR curl_multi_cleanup (3),
+.BR curl_multi_init (3),
+.BR curl_multi_perform (3)
If this function returns NULL, something went wrong and you cannot use the
other curl functions.
.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3), " curl_global_init "(3), " curl_easy_init "(3), "
-.BR curl_multi_add_handle "(3), " curl_multi_get_handles "(3), "
+.BR curl_multi_cleanup (3),
+.BR curl_multi_add_handle (3),
+.BR curl_multi_get_handles (3),
+.BR curl_global_init (3),
+.BR curl_easy_init (3)
+
descriptor has activity or the function times out, the application calls
\fIcurl_multi_perform(3)\fP.
.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
-.BR curl_multi_wait "(3), " curl_multi_add_handle "(3), "
-.BR curl_multi_fdset "(3), " curl_multi_info_read "(3), "
-.BR libcurl-errors "(3)"
+.BR curl_multi_add_handle (3),
+.BR curl_multi_cleanup (3),
+.BR curl_multi_fdset (3),
+.BR curl_multi_info_read (3),
+.BR curl_multi_init (3),
+.BR curl_multi_wait (3),
+.BR libcurl-errors (3)
CURLMcode type, general libcurl multi interface error code. See
\fIlibcurl-errors(3)\fP
.SH "SEE ALSO"
-.BR curl_multi_fdset "(3), " curl_multi_perform "(3), "
-.BR curl_multi_wait "(3), " curl_multi_wakeup "(3)"
+.BR curl_multi_fdset (3),
+.BR curl_multi_perform (3),
+.BR curl_multi_wait (3),
+.BR curl_multi_wakeup (3)
.SH RETURN VALUE
CURLMcode type, general libcurl multi interface error code.
.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3)," curl_multi_init "(3), "
-.BR curl_multi_add_handle "(3) "
+.BR curl_multi_add_handle (3),
+.BR curl_multi_cleanup (3),
+.BR curl_multi_init (3)
CURLM_UNKNOWN_OPTION if you try setting an option that this version of libcurl
does not know of.
.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
-.BR curl_multi_socket "(3), " curl_multi_info_read "(3)"
+.BR curl_multi_cleanup (3),
+.BR curl_multi_info_read (3),
+.BR curl_multi_init (3),
+.BR curl_multi_socket (3)
The return code is for the whole multi stack. Problems still might have
occurred on individual transfers even when one of these functions return OK.
.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
-.BR curl_multi_fdset "(3), " curl_multi_info_read "(3), "
-.BR "the hiperfifo.c example"
+.BR curl_multi_cleanup (3),
+.BR curl_multi_init (3),
+.BR curl_multi_fdset (3),
+.BR curl_multi_info_read (3),
+.BR the hiperfifo.c example
CURLMcode type, general libcurl multi interface error code. See
\fIlibcurl-errors(3)\fP
.SH "SEE ALSO"
-.BR curl_multi_cleanup "(3), " curl_multi_init "(3), "
-.BR curl_multi_fdset "(3), " curl_multi_info_read "(3), "
-.BR "the hiperfifo.c example"
+.BR curl_multi_cleanup (3),
+.BR curl_multi_fdset (3),
+.BR curl_multi_info_read (3),
+.BR curl_multi_init (3),
+.BR the hiperfifo.c example
.SH RETURN VALUE
A pointer to a null-terminated string.
.SH "SEE ALSO"
-.BR libcurl-errors "(3), " curl_easy_strerror "(3), "
-.BR curl_share_strerror "(3), " curl_url_strerror "(3)"
+.BR curl_easy_strerror (3),
+.BR curl_share_strerror (3),
+.BR curl_url_strerror (3),
+.BR libcurl-errors (3)
.SH RETURN VALUE
The standard CURLMcode for multi interface error codes.
.SH "SEE ALSO"
-.BR curl_multi_fdset "(3), " curl_multi_info_read "(3), "
-.BR curl_multi_socket "(3), " curl_multi_setopt "(3) "
+.BR curl_multi_fdset (3),
+.BR curl_multi_info_read (3),
+.BR curl_multi_setopt (3),
+.BR curl_multi_socket (3)
CURLMcode type, general libcurl multi interface error code. See
\fIlibcurl-errors(3)\fP
.SH "SEE ALSO"
-.BR curl_multi_fdset "(3), " curl_multi_perform "(3), " curl_multi_poll "(3), "
+.BR curl_multi_fdset (3),
+.BR curl_multi_perform (3),
+.BR curl_multi_poll (3)
.SH RETURN VALUE
CURLMcode type, general libcurl multi interface error code.
.SH "SEE ALSO"
-.BR curl_multi_poll "(3), " curl_multi_wait "(3)"
+.BR curl_multi_poll (3),
+.BR curl_multi_wait (3)
.SH RETURN VALUE
Returns a pointer to the header field content or NULL.
.SH "SEE ALSO"
-.BR CURLMOPT_PUSHFUNCTION "(3)," curl_pushheader_bynum "(3), "
+.BR CURLMOPT_PUSHFUNCTION (3),
+.BR curl_pushheader_bynum (3)
.SH RETURN VALUE
Returns a pointer to the header field content or NULL.
.SH "SEE ALSO"
-.BR CURLMOPT_PUSHFUNCTION "(3)," curl_pushheader_byname "(3),"
+.BR CURLMOPT_PUSHFUNCTION (3),
+.BR curl_pushheader_byname (3)
man page for the full list with descriptions. If an error occurs, then the
share object is not deleted.
.SH "SEE ALSO"
-.BR curl_share_init "(3), " curl_share_setopt "(3)"
+.BR curl_share_init (3),
+.BR curl_share_setopt (3)
If this function returns NULL, something went wrong (out of memory, etc.)
and therefore the share object was not created.
.SH "SEE ALSO"
-.BR curl_share_cleanup "(3), " curl_share_setopt "(3)"
+.BR curl_share_cleanup (3),
+.BR curl_share_setopt (3)
error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP
man page for the full list with descriptions.
.SH "SEE ALSO"
-.BR curl_share_cleanup "(3), " curl_share_init "(3)"
+.BR curl_share_cleanup (3),
+.BR curl_share_init (3)
.SH RETURN VALUE
A pointer to a null-terminated string.
.SH "SEE ALSO"
-.BR libcurl-errors "(3), " curl_multi_strerror "(3), "
-.BR curl_easy_strerror "(3), " curl_url_strerror "(3)"
+.BR curl_easy_strerror (3),
+.BR curl_multi_strerror (3),
+.BR curl_url_strerror (3),
+.BR libcurl-errors (3)
failure, the new list should be returned to a temporary variable which can
be tested for NULL before updating the original list pointer.
.SH "SEE ALSO"
-.BR curl_slist_free_all "(3), "
+.BR curl_slist_free_all (3)
.SH RETURN VALUE
Nothing.
.SH "SEE ALSO"
-.BR curl_slist_append "(3), "
+.BR curl_slist_append (3)
.SH RETURN VALUE
A pointer to a null-terminated string or NULL if it failed.
.SH "SEE ALSO"
-.BR curl_easy_escape "(3)," curl_easy_unescape "(3)," curl_free "(3)," RFC 2396
+.BR curl_easy_escape (3),
+.BR curl_easy_unescape (3),
+.BR curl_free (3),
+.BR RFC 2396
.SH RETURN VALUE
Returns a \fBCURLU *\fP if successful, or NULL if out of memory.
.SH "SEE ALSO"
-.BR curl_url_cleanup "(3), " curl_url_get "(3), " curl_url_set "(3), "
-.BR curl_url_dup "(3), " curl_url_strerror "(3), " CURLOPT_CURLU "(3)"
+.BR curl_url_cleanup (3),
+.BR curl_url_dup (3),
+.BR curl_url_get (3),
+.BR curl_url_set (3),
+.BR curl_url_strerror (3),
+.BR CURLOPT_CURLU (3)
.SH RETURN VALUE
none
.SH "SEE ALSO"
-.BR curl_url_dup "(3), " curl_url "(3), " curl_url_set "(3), "
-.BR curl_url_get "(3), " CURLOPT_CURLU "(3), "
+.BR curl_url_dup (3),
+.BR curl_url (3),
+.BR curl_url_set (3),
+.BR curl_url_get (3),
+.BR CURLOPT_CURLU (3)
.SH RETURN VALUE
Returns a new handle or NULL if out of memory.
.SH "SEE ALSO"
-.BR curl_url_cleanup "(3), " curl_url "(3), " curl_url_set "(3), "
-.BR curl_url_get "(3), " CURLOPT_CURLU "(3), "
+.BR curl_url (3),
+.BR curl_url_cleanup (3),
+.BR curl_url_get (3),
+.BR curl_url_set (3),
+.BR CURLOPT_CURLU (3)
If this function returns an error, no URL part is returned.
.SH "SEE ALSO"
-.BR curl_url_cleanup "(3), " curl_url "(3), " curl_url_set "(3), "
-.BR curl_url_dup "(3), " curl_url_strerror "(3), " CURLOPT_CURLU "(3)"
+.BR curl_url (3),
+.BR curl_url_cleanup (3),
+.BR curl_url_dup (3),
+.BR curl_url_set (3),
+.BR curl_url_strerror (3),
+.BR CURLOPT_CURLU (3)
If this function returns an error, no URL part is set.
.SH "SEE ALSO"
-.BR curl_url_cleanup "(3), " curl_url "(3), " curl_url_get "(3), "
-.BR curl_url_dup "(3), " curl_url_strerror "(3), " CURLOPT_CURLU "(3)"
+.BR curl_url (3),
+.BR curl_url_cleanup (3),
+.BR curl_url_dup (3),
+.BR curl_url_get (3),
+.BR curl_url_strerror (3),
+.BR CURLOPT_CURLU (3)
.SH RETURN VALUE
A pointer to a null-terminated string.
.SH "SEE ALSO"
-.BR libcurl-errors "(3), " curl_url_get "(3), " curl_url_set "(3), "
-.BR curl_easy_strerror "(3), " curl_multi_strerror "(3), "
-.BR curl_share_strerror "(3)"
+.BR curl_easy_strerror (3),
+.BR curl_multi_strerror (3),
+.BR curl_share_strerror (3),
+.BR curl_url_get (3),
+.BR curl_url_set (3),
+.BR libcurl-errors (3)
A pointer to a null-terminated string. The string resides in a statically
allocated buffer and must not be freed by the caller.
.SH "SEE ALSO"
-.BR curl_version_info "(3)"
+.BR curl_version_info (3)
return this information, or if the function is called in the wrong context, it
returns NULL.
.SH "SEE ALSO"
-.BR curl_easy_setopt "(3), " curl_easy_getinfo "(3), "
-.BR curl_ws_send "(3), " curl_ws_recv "(3), " libcurl-ws "(3), "
+.BR curl_easy_setopt (3),
+.BR curl_easy_getinfo (3),
+.BR curl_ws_send (3),
+.BR curl_ws_recv (3),
+.BR libcurl-ws (3)
behavior is then to wait for the socket to signal readability before calling
this function again.
.SH "SEE ALSO"
-.BR curl_easy_setopt "(3), " curl_easy_perform "(3), "
-.BR curl_easy_getinfo "(3), "
-.BR curl_ws_send "(3), " libcurl-ws "(3), "
+.BR curl_easy_setopt (3),
+.BR curl_easy_perform (3),
+.BR curl_easy_getinfo (3),
+.BR curl_ws_send (3),
+.BR libcurl-ws (3)
error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors(3)\fP
man page for the full list with descriptions.
.SH "SEE ALSO"
-.BR curl_easy_setopt "(3), " curl_easy_perform "(3), "
-.BR curl_easy_getinfo "(3), "
-.BR curl_ws_recv "(3), " libcurl-ws "(3), "
+.BR curl_easy_setopt (3),
+.BR curl_easy_perform (3),
+.BR curl_easy_getinfo (3),
+.BR curl_ws_recv (3),
+.BR libcurl-ws (3)
cleanup immediately, but instead run ahead and perform other transfers using
the same easy handle.
.SH "SEE ALSO"
-.BR curl_easy_init "(3)," curl_easy_cleanup "(3)," curl_easy_setopt "(3), "
-.BR libcurl-errors "(3), " libcurl-multi "(3), " libcurl "(3) "
+.BR curl_easy_init (3),
+.BR curl_easy_cleanup (3),
+.BR curl_easy_setopt (3),
+.BR libcurl-errors (3),
+.BR libcurl-multi (3),
+.BR libcurl (3)
.IP "CURLHE_NOT_BUILT_IN (7)"
HTTP support or the header API has been disabled in the build.
.SH "SEE ALSO"
-.BR curl_easy_strerror "(3), " curl_multi_strerror "(3), "
-.BR curl_share_strerror "(3), " curl_url_strerror "(3), "
-.BR CURLOPT_ERRORBUFFER "(3), " CURLOPT_VERBOSE "(3), "
-.BR CURLOPT_DEBUGFUNCTION "(3)"
+.BR curl_easy_strerror (3),
+.BR curl_multi_strerror (3),
+.BR curl_share_strerror (3),
+.BR curl_url_strerror (3),
+.BR CURLOPT_ERRORBUFFER (3),
+.BR CURLOPT_VERBOSE (3),
+.BR CURLOPT_DEBUGFUNCTION (3)
- TELNET transfers
.fi
.SH "SEE ALSO"
-.BR libcurl-errors "(3), " libcurl-easy "(3), " libcurl "(3) "
+.BR libcurl-errors (3),
+.BR libcurl-easy (3),
+.BR libcurl (3)
When you are done using the share, make sure that no easy handle is still using
it, and call \fIcurl_share_cleanup(3)\fP on the handle.
.SH "SEE ALSO"
-.BR curl_share_init "(3), " curl_share_setopt "(3), " curl_share_cleanup "(3)"
-.BR libcurl-errors "(3), " libcurl-easy "(3), " libcurl-multi "(3) "
+.BR curl_share_init (3),
+.BR curl_share_setopt (3),
+.BR curl_share_cleanup (3),
+.BR libcurl-errors (3),
+.BR libcurl-easy (3),
+.BR libcurl-multi (3)
This behavior was different in versions before 7.17.0, where strings had to
remain valid past the end of the \fIcurl_easy_setopt(3)\fP call.
.SH "SEE ALSO"
-.BR libcurl-errors "(3), " libcurl-multi "(3), " libcurl-easy "(3) "
+.BR libcurl-easy (3),
+.BR libcurl-errors (3),
+.BR libcurl-multi (3),
+.BR libcurl-url (3)
A URL with a literal IPv6 address can be parsed even when IPv6 support is not
enabled.
.SH "SEE ALSO"
-.BR curl_url "(3), " curl_url_cleanup "(3), " curl_url_get "(3), "
-.BR curl_url_dup "(3), " curl_url_set "(3), " curl_url_strerror "(3), "
-.BR CURLOPT_URL "(3)"
+.BR curl_url (3),
+.BR curl_url_cleanup (3),
+.BR curl_url_dup (3),
+.BR curl_url_get (3),
+.BR curl_url_set (3),
+.BR curl_url_strerror (3),
+.BR CURLOPT_URL (3)
the WebSocket API in production because of its experimental state. We might
change API, ABI and behavior before this "goes live".
.SH "SEE ALSO"
-.BR curl_ws_meta "(3), " curl_ws_recv "(3), " curl_ws_send "(3), "
-.BR curl_easy_init "(3), " CURLOPT_CONNECT_ONLY "(3), "
-.BR CURLOPT_WRITEFUNCTION "(3)" CURLOPT_WS_OPTIONS "(3), "
+.BR curl_easy_init (3),
+.BR curl_ws_meta (3),
+.BR curl_ws_recv (3),
+.BR curl_ws_send (3),
+.BR CURLOPT_CONNECT_ONLY (3),
+.BR CURLOPT_WRITEFUNCTION (3),
+.BR CURLOPT_WS_OPTIONS (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_LASTSOCKET "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_LASTSOCKET (3),
+.BR CURLOPT_CONNECT_ONLY (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_APPCONNECT_TIME_T "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_APPCONNECT_TIME_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_APPCONNECT_TIME "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_APPCONNECT_TIME (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLINFO_CAPATH "(3), "
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CAPATH (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLINFO_CAINFO "(3), "
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CAINFO (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CAPATH (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLOPT_TIMECONDITION (3),
+.BR CURLOPT_TIMEVALUE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_CONNECT_TIME_T "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CONNECT_TIME_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_CONNECT_TIME "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CONNECT_TIME (3),
+.BR CURLOPT_CONNECTTIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_XFER_ID "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_XFER_ID (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_CONTENT_LENGTH_UPLOAD "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CONTENT_LENGTH_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_CONTENT_LENGTH_UPLOAD_T "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CONTENT_LENGTH_UPLOAD_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_CONTENT_LENGTH_DOWNLOAD_T "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CONTENT_LENGTH_DOWNLOAD_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_CONTENT_LENGTH_DOWNLOAD_T "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CONTENT_LENGTH_DOWNLOAD_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLOPT_HEADERFUNCTION "(3), " curl_easy_header "(3) "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_header (3),
+.BR curl_easy_setopt (3),
+.BR CURLOPT_HEADERFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLOPT_COOKIELIST "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLOPT_COOKIELIST (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLOPT_CUSTOMREQUEST (3),
+.BR CURLOPT_FOLLOWLOCATION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLOPT_FOLLOWLOCATION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLOPT_FILETIME (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLOPT_FILETIME (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_REQUEST_SIZE "(3), "
-.BR CURLINFO_SIZE_DOWNLOAD "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_REQUEST_SIZE (3),
+.BR CURLINFO_SIZE_DOWNLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_PROXYAUTH_AVAIL (3),
+.BR CURLOPT_HTTPAUTH (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLINFO_RESPONSE_CODE "(3), "
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_RESPONSE_CODE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLINFO_RESPONSE_CODE "(3), "
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_RESPONSE_CODE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_ACTIVESOCKET "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_ACTIVESOCKET (3),
+.BR CURLOPT_CONNECT_ONLY (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_PRIMARY_IP "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_PRIMARY_IP (3),
+.BR CURLINFO_LOCAL_PORT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_PRIMARY_PORT "(3), " CURLINFO_LOCAL_IP "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_LOCAL_IP (3),
+.BR CURLINFO_PRIMARY_PORT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_NAMELOOKUP_TIME_T "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_NAMELOOKUP_TIME_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_NAMELOOKUP_TIME "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_NAMELOOKUP_TIME (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_PRETRANSFER_TIME_T "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CONNECT_TIME_T (3),
+.BR CURLINFO_PRETRANSFER_TIME_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_PRETRANSFER_TIME "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CONNECT_TIME (3),
+.BR CURLINFO_PRETRANSFER_TIME_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_PRIMARY_PORT "(3), " CURLINFO_LOCAL_IP "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_LOCAL_IP (3),
+.BR CURLINFO_LOCAL_PORT (3),
+.BR CURLINFO_PRIMARY_PORT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_LOCAL_PORT (3),
+.BR CURLINFO_PRIMARY_IP (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLOPT_PRIVATE "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLOPT_PRIVATE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLINFO_RESPONSE_CODE "(3), "
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_RESPONSE_CODE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_HTTPAUTH_AVAIL (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLINFO_RESPONSE_CODE "(3), " libcurl-errors "(3), "
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_RESPONSE_CODE (3),
+.BR libcurl-errors (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_SSL_VERIFYRESULT "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_SSL_VERIFYRESULT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_REDIRECT_URL (3),
+.BR CURLOPT_FOLLOWLOCATION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_REDIRECT_TIME_T "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_REDIRECT_COUNT (3),
+.BR CURLINFO_REDIRECT_TIME_T (3),
+.BR CURLINFO_REDIRECT_URL (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_REDIRECT_TIME "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_REDIRECT_COUNT (3),
+.BR CURLINFO_REDIRECT_TIME (3),
+.BR CURLINFO_REDIRECT_URL (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_REDIRECT_COUNT (3),
+.BR CURLINFO_REDIRECT_TIME_T (3),
+.BR CURLOPT_FOLLOWLOCATION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLOPT_REFERER "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_header (3),
+.BR curl_easy_setopt (3),
+.BR CURLOPT_REFERER (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_HEADER_SIZE "(3), "
-.BR CURLINFO_SIZE_DOWNLOAD "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_HEADER_SIZE (3),
+.BR CURLINFO_SIZE_DOWNLOAD_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_HTTP_CONNECTCODE "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_HTTP_CONNECTCODE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_STDERR "(3), " CURLOPT_HEADERFUNCTION "(3), "
+.BR curl_easy_header (3),
+.BR CURLOPT_HEADERFUNCTION (3),
+.BR CURLOPT_STDERR (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_RTSP_CSEQ_RECV (3),
+.BR CURLINFO_RTSP_SERVER_CSEQ (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_RTSP_SERVER_CSEQ (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_RTSP_CSEQ_RECV (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_RTSP_CSEQ_RECV (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLINFO_RESPONSE_CODE "(3), "
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_EFFECTIVE_URL (3),
+.BR CURLINFO_PROTOCOL (3),
+.BR CURLINFO_RESPONSE_CODE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_SIZE_DOWNLOAD_T "(3), "
-.BR CURLINFO_SIZE_UPLOAD_T "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_SIZE_DOWNLOAD_T (3),
+.BR CURLINFO_SIZE_UPLOAD_T (3),
+.BR CURLOPT_MAXFILESIZE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_SIZE_DOWNLOAD "(3), "
-.BR CURLINFO_SIZE_UPLOAD_T "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_SIZE_DOWNLOAD (3),
+.BR CURLINFO_SIZE_UPLOAD_T (3),
+.BR CURLOPT_MAXFILESIZE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_SIZE_DOWNLOAD_T "(3), " CURLINFO_SIZE_UPLOAD_T "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_SIZE_DOWNLOAD_T (3),
+.BR CURLINFO_SIZE_UPLOAD_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_SIZE_DOWNLOAD_T "(3), " CURLINFO_SIZE_UPLOAD "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_SIZE_DOWNLOAD_T (3),
+.BR CURLINFO_SIZE_UPLOAD (3)
+
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_SPEED_UPLOAD "(3), "
-.BR CURLINFO_SIZE_UPLOAD_T "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_SIZE_UPLOAD_T (3),
+.BR CURLINFO_SPEED_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_SPEED_UPLOAD "(3), "
-.BR CURLINFO_SIZE_UPLOAD_T "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_SIZE_UPLOAD_T (3),
+.BR CURLINFO_SPEED_UPLOAD_T (3)
+
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_SPEED_DOWNLOAD "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_SPEED_DOWNLOAD_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_SPEED_DOWNLOAD_T "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_SPEED_DOWNLOAD_T (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLOPT_SSLENGINE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_PROXY_SSL_VERIFYRESULT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_STARTTRANSFER_TIME_T "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_STARTTRANSFER_TIME_T (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_STARTTRANSFER_TIME "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_STARTTRANSFER_TIME (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_TLS_SSL_PTR "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_TLS_SSL_PTR (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_TLS_SESSION "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_TLS_SESSION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_TOTAL_TIME_T "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_TOTAL_TIME_T (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), " CURLINFO_TOTAL_TIME "(3)"
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_TOTAL_TIME (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), " curl_easy_setopt "(3), "
-.BR CURLINFO_CONN_ID "(3), "
+.BR curl_easy_getinfo (3),
+.BR curl_easy_setopt (3),
+.BR CURLINFO_CONN_ID (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_PIPELINING "(3), " CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE "(3), "
-.BR CURLMOPT_MAX_PIPELINE_LENGTH "(3), "
+.BR CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE (3),
+.BR CURLMOPT_MAX_PIPELINE_LENGTH (3),
+.BR CURLMOPT_PIPELINING (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_PIPELINING "(3), " CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE "(3), "
+.BR CURLMOPT_PIPELINING (3),
+.BR CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_MAX_HOST_CONNECTIONS "(3), "
-.BR CURLOPT_MAXCONNECTS "(3), "
+.BR CURLMOPT_MAX_HOST_CONNECTIONS (3),
+.BR CURLOPT_MAXCONNECTS (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_MAXCONNECTS "(3), " CURLMOPT_MAXCONNECTS "(3), "
+.BR CURLMOPT_MAXCONNECTS (3),
+.BR CURLOPT_MAXCONNECTS (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_MAXCONNECTS "(3), " CURLMOPT_MAX_TOTAL_CONNECTIONS "(3), "
+.BR CURLMOPT_MAXCONNECTS (3),
+.BR CURLMOPT_MAX_TOTAL_CONNECTIONS (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_PIPELINING "(3), " CURLMOPT_MAX_HOST_CONNECTIONS "(3), "
+.BR CURLMOPT_PIPELINING (3),
+.BR CURLMOPT_MAX_HOST_CONNECTIONS (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_MAXCONNECTS "(3), " CURLMOPT_MAX_HOST_CONNECTIONS "(3), "
+.BR CURLMOPT_MAXCONNECTS (3),
+.BR CURLMOPT_MAX_HOST_CONNECTIONS (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_MAX_PIPELINE_LENGTH "(3), "
-.BR CURLMOPT_PIPELINING_SITE_BL "(3), "
-.BR CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE "(3), "
-.BR CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE "(3), "
-.BR CURLMOPT_MAXCONNECTS "(3), "
-.BR CURLMOPT_MAX_HOST_CONNECTIONS "(3), "
+.BR CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE (3),
+.BR CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE (3),
+.BR CURLMOPT_MAX_HOST_CONNECTIONS (3),
+.BR CURLMOPT_MAX_PIPELINE_LENGTH (3),
+.BR CURLMOPT_MAXCONNECTS (3),
+.BR CURLMOPT_PIPELINING_SITE_BL (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_PIPELINING "(3), " CURLMOPT_PIPELINING_SITE_BL "(3), "
+.BR CURLMOPT_PIPELINING (3),
+.BR CURLMOPT_PIPELINING_SITE_BL (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_PIPELINING "(3), " CURLMOPT_PIPELINING_SERVER_BL "(3), "
+.BR CURLMOPT_PIPELINING (3),
+.BR CURLMOPT_PIPELINING_SERVER_BL (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_PUSHFUNCTION "(3), " CURLMOPT_PIPELINING "(3), "
-.BR CURLOPT_PIPEWAIT "(3), "
+.BR CURLMOPT_PIPELINING (3),
+.BR CURLMOPT_PUSHFUNCTION (3),
+.BR CURLOPT_PIPEWAIT (3),
.BR RFC 7540
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_PUSHDATA "(3), " CURLMOPT_PIPELINING "(3), " CURLOPT_PIPEWAIT "(3), "
+.BR CURLMOPT_PUSHDATA (3),
+.BR CURLMOPT_PIPELINING (3),
+.BR CURLOPT_PIPEWAIT (3),
.BR RFC 7540
.SH RETURN VALUE
Returns CURLM_OK.
.SH "SEE ALSO"
-.BR CURLMOPT_SOCKETFUNCTION "(3), " curl_multi_socket_action "(3), "
-.BR CURLMOPT_TIMERFUNCTION "(3) "
+.BR curl_multi_socket_action (3),
+.BR CURLMOPT_SOCKETFUNCTION (3),
+.BR CURLMOPT_TIMERFUNCTION (3)
.SH RETURN VALUE
Returns CURLM_OK.
.SH "SEE ALSO"
-.BR CURLMOPT_SOCKETDATA "(3), " curl_multi_socket_action "(3), "
-.BR CURLMOPT_TIMERFUNCTION "(3) "
+.BR curl_multi_socket_action (3),
+.BR CURLMOPT_SOCKETDATA (3),
+.BR CURLMOPT_TIMERFUNCTION (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_TIMERFUNCTION "(3), " CURLMOPT_SOCKETFUNCTION "(3), "
+.BR CURLMOPT_TIMERFUNCTION (3),
+.BR CURLMOPT_SOCKETFUNCTION (3)
.SH RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLMOPT_TIMERDATA "(3), " CURLMOPT_SOCKETFUNCTION "(3), "
+.BR CURLMOPT_TIMERDATA (3),
+.BR CURLMOPT_SOCKETFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_UNIX_SOCKET_PATH "(3), " unix "(7), "
+.BR CURLOPT_UNIX_SOCKET_PATH (3),
+.BR unix (7)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
+.BR CURLOPT_CONNECTTIMEOUT_MS (3),
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_STDERR (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_TRANSFER_ENCODING "(3), " CURLOPT_HTTPHEADER "(3), "
-.BR CURLOPT_HTTP_CONTENT_DECODING "(3), "
+.BR CURLOPT_HTTP_CONTENT_DECODING (3),
+.BR CURLOPT_HTTPHEADER (3),
+.BR CURLOPT_TRANSFER_ENCODING (3)
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
Returns CURLE_BAD_FUNCTION_ARGUMENT if set to a negative value.
.SH "SEE ALSO"
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_STDERR (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_ALTSVC_CTRL "(3), " CURLOPT_CONNECT_TO "(3), " CURLOPT_RESOLVE "(3), "
-.BR CURLOPT_COOKIEFILE "(3), "
+.BR CURLOPT_ALTSVC_CTRL (3),
+.BR CURLOPT_CONNECT_TO (3),
+.BR CURLOPT_COOKIEFILE (3),
+.BR CURLOPT_RESOLVE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_ALTSVC "(3), " CURLOPT_CONNECT_TO "(3), " CURLOPT_RESOLVE "(3), "
+.BR CURLOPT_ALTSVC (3),
+.BR CURLOPT_CONNECT_TO (3),
+.BR CURLOPT_RESOLVE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_DIRLISTONLY "(3), " CURLOPT_RESUME_FROM "(3), "
-.BR CURLOPT_UPLOAD "(3), "
+.BR CURLOPT_DIRLISTONLY (3),
+.BR CURLOPT_RESUME_FROM (3),
+.BR CURLOPT_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_REFERER "(3), " CURLOPT_FOLLOWLOCATION "(3), "
+.BR CURLINFO_EFFECTIVE_URL (3),
+.BR CURLINFO_REDIRECT_URL (3),
+.BR CURLOPT_FOLLOWLOCATION (3),
+.BR CURLOPT_REFERER (3)
if not already present. For s3 requests with unknown payload, this header takes
the special value "UNSIGNED-PAYLOAD".
.SH "SEE ALSO"
-.BR CURLOPT_HEADEROPT "(3), " CURLOPT_HTTPHEADER "(3), "
+.BR CURLOPT_HEADEROPT (3),
+.BR CURLOPT_HTTPAUTH (3),
+.BR CURLOPT_HTTPHEADER (3),
+.BR CURLOPT_PROXYAUTH (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_MAX_RECV_SPEED_LARGE "(3), " CURLOPT_WRITEFUNCTION "(3), "
-.BR CURLOPT_UPLOAD_BUFFERSIZE "(3), "
+.BR CURLOPT_MAX_RECV_SPEED_LARGE (3),
+.BR CURLOPT_MAXFILESIZE (3),
+.BR CURLOPT_UPLOAD_BUFFERSIZE (3),
+.BR CURLOPT_WRITEFUNCTION (3)
+
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_CAINFO_BLOB "(3), " CURLOPT_CAPATH "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), "
-.BR CURLINFO_CAINFO "(3), " CURLOPT_CA_CACHE_TIMEOUT "(3), "
+.BR CURLINFO_CAINFO (3),
+.BR CURLOPT_CA_CACHE_TIMEOUT (3),
+.BR CURLOPT_CAINFO_BLOB (3),
+.BR CURLOPT_CAPATH (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_CAINFO "(3), " CURLOPT_CAPATH "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), "
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_CAPATH (3),
+.BR CURLOPT_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYHOST (3)
CURLE_OUT_OF_MEMORY
.SH "SEE ALSO"
-.BR CURLOPT_CAINFO "(3), "
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
-.BR CURLINFO_CAPATH "(3), "
+.BR CURLINFO_CAPATH (3),
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_STDERR (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_CAINFO "(3), "
-.BR CURLOPT_CAINFO_BLOB "(3), " CURLOPT_CAPATH "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), "
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_CAINFO_BLOB (3),
+.BR CURLOPT_CAPATH (3),
+.BR CURLOPT_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYHOST (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CAINFO "(3), " CURLOPT_SSL_VERIFYPEER "(3), "
+.BR CURLINFO_CAINFO (3),
+.BR CURLINFO_CAPATH (3),
+.BR CURLINFO_CERTINFO (3),
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CHUNK_END_FUNCTION "(3), " CURLOPT_WILDCARDMATCH "(3), "
+.BR CURLOPT_CHUNK_END_FUNCTION (3),
+.BR CURLOPT_WILDCARDMATCH (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CHUNK_BGN_FUNCTION "(3), " CURLOPT_WILDCARDMATCH "(3), "
+.BR CURLOPT_CHUNK_BGN_FUNCTION (3),
+.BR CURLOPT_WILDCARDMATCH (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_WILDCARDMATCH "(3), " CURLOPT_CHUNK_BGN_FUNCTION "(3), "
+.BR CURLOPT_CHUNK_BGN_FUNCTION (3),
+.BR CURLOPT_WILDCARDMATCH (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CLOSESOCKETFUNCTION "(3), " CURLOPT_OPENSOCKETFUNCTION "(3), "
+.BR CURLOPT_CLOSESOCKETFUNCTION (3),
+.BR CURLOPT_OPENSOCKETFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CLOSESOCKETDATA "(3), " CURLOPT_OPENSOCKETFUNCTION "(3), "
+.BR CURLOPT_CLOSESOCKETDATA (3),
+.BR CURLOPT_OPENSOCKETFUNCTION (3)
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.
.SH "SEE ALSO"
-.BR CURLOPT_CONNECTTIMEOUT_MS "(3), "
-.BR CURLOPT_TIMEOUT "(3), " CURLOPT_LOW_SPEED_LIMIT "(3), "
+.BR CURLOPT_CONNECTTIMEOUT_MS (3),
+.BR CURLOPT_LOW_SPEED_LIMIT (3),
+.BR CURLOPT_MAX_RECV_SPEED_LARGE (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_CONNECTTIMEOUT "(3), "
-.BR CURLOPT_TIMEOUT "(3), " CURLOPT_LOW_SPEED_LIMIT "(3), "
+.BR CURLOPT_CONNECTTIMEOUT (3),
+.BR CURLOPT_LOW_SPEED_LIMIT (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_VERBOSE "(3), " CURLOPT_HTTPPROXYTUNNEL "(3), "
-.BR curl_easy_recv "(3), " curl_easy_send "(3) "
+.BR curl_easy_recv (3),
+.BR curl_easy_send (3),
+.BR CURLOPT_HTTPPROXYTUNNEL (3),
+.BR CURLOPT_VERBOSE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_URL "(3), " CURLOPT_RESOLVE "(3), " CURLOPT_FOLLOWLOCATION "(3), " CURLOPT_HTTPPROXYTUNNEL "(3), "
+.BR CURLOPT_FOLLOWLOCATION (3),
+.BR CURLOPT_HTTPPROXYTUNNEL (3),
+.BR CURLOPT_RESOLVE (3),
+.BR CURLOPT_URL (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CONV_TO_NETWORK_FUNCTION "(3), " CURLOPT_CONV_FROM_UTF8_FUNCTION "(3), "
+.BR CURLOPT_CONV_FROM_UTF8_FUNCTION (3),
+.BR CURLOPT_CONV_TO_NETWORK_FUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CONV_TO_NETWORK_FUNCTION "(3), " CURLOPT_CONV_FROM_NETWORK_FUNCTION "(3), "
+.BR CURLOPT_CONV_FROM_NETWORK_FUNCTION (3),
+.BR CURLOPT_CONV_TO_NETWORK_FUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CONV_FROM_NETWORK_FUNCTION "(3), " CURLOPT_CONV_FROM_UTF8_FUNCTION "(3), "
+.BR CURLOPT_CONV_FROM_NETWORK_FUNCTION (3),
+.BR CURLOPT_CONV_FROM_UTF8_FUNCTION (3)
Returns CURLE_OK if HTTP is enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_COOKIEFILE "(3), " CURLOPT_COOKIEJAR "(3), " CURLOPT_COOKIELIST "(3), "
-.BR CURLOPT_HTTPHEADER "(3), "
+.BR CURLINFO_COOKIELIST (3),
+.BR CURLOPT_COOKIEFILE (3),
+.BR CURLOPT_COOKIEJAR (3),
+.BR CURLOPT_COOKIELIST (3),
+.BR CURLOPT_HTTPHEADER (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_COOKIE "(3), " CURLOPT_COOKIEJAR "(3), "
+.BR CURLOPT_COOKIE (3),
+.BR CURLOPT_COOKIEJAR (3),
+.BR CURLOPT_COOKIESESSION (3)
Returns CURLE_OK if HTTP is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_COOKIEFILE "(3), " CURLOPT_COOKIE "(3), "
-.BR CURLOPT_COOKIELIST "(3), "
+.BR CURLOPT_COOKIE (3),
+.BR CURLOPT_COOKIEFILE (3),
+.BR CURLOPT_COOKIELIST (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_COOKIEFILE "(3), " CURLOPT_COOKIEJAR "(3), " CURLOPT_COOKIE "(3), "
-.BR CURLINFO_COOKIELIST "(3), "
+.BR CURLINFO_COOKIELIST (3),
+.BR CURLOPT_COOKIE (3),
+.BR CURLOPT_COOKIEFILE (3),
+.BR CURLOPT_COOKIEJAR (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_COOKIEFILE "(3), " CURLOPT_COOKIE "(3), "
+.BR CURLOPT_COOKIE (3),
+.BR CURLOPT_COOKIEFILE (3),
+.BR CURLOPT_COOKIEJAR (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_POSTFIELDS "(3), " CURLOPT_POSTFIELDSIZE "(3), "
+.BR CURLOPT_MIMEPOST (3),
+.BR CURLOPT_POSTFIELDS (3),
+.BR CURLOPT_POSTFIELDSIZE (3),
+.BR CURLOPT_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_CONV_FROM_NETWORK_FUNCTION "(3), " CURLOPT_CONV_TO_NETWORK_FUNCTION "(3), "
+.BR CURLOPT_CONV_FROM_NETWORK_FUNCTION (3),
+.BR CURLOPT_CONV_TO_NETWORK_FUNCTION (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_PROXY_CRLFILE "(3), "
+.BR CURLOPT_PROXY_CRLFILE (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_URL "(3), "
-.BR curl_url "(3), " curl_url_get "(3), " curl_url_set "(3), "
-.BR curl_url_dup "(3), " curl_url_cleanup "(3), " curl_url_strerror "(3)"
+.BR curl_url (3),
+.BR curl_url_cleanup (3),
+.BR curl_url_dup (3),
+.BR curl_url_get (3),
+.BR curl_url_set (3),
+.BR curl_url_strerror (3),
+.BR CURLOPT_URL (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_HTTPHEADER "(3), " CURLOPT_NOBODY "(3), "
-.BR CURLOPT_REQUEST_TARGET "(3), "
+.BR CURLINFO_EFFECTIVE_METHOD (3),
+.BR CURLOPT_HTTPHEADER (3),
+.BR CURLOPT_NOBODY (3),
+.BR CURLOPT_REQUEST_TARGET (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_STDERR (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_VERBOSE "(3), " CURLOPT_DEBUGDATA "(3), "
-.BR curl_global_trace "(3), "
+.BR curl_global_trace (3),
+.BR CURLINFO_CONN_ID (3),
+.BR CURLINFO_XFER_ID (3),
+.BR CURLOPT_DEBUGDATA (3),
+.BR CURLOPT_VERBOSE (3)
CURLE_UNKNOWN_OPTION if the option is not supported.
.SH "SEE ALSO"
-.BR CURLOPT_URL "(3), "
+.BR CURLINFO_PROTOCOL (3),
+.BR CURLINFO_SCHEME (3),
+.BR CURLOPT_URL (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CUSTOMREQUEST "(3), "
+.BR CURLOPT_CUSTOMREQUEST (3),
+.BR CURLOPT_WILDCARDMATCH (3)
curl_easy_perform() returns CURLE_LOGIN_DENIED if this option is enabled and a
URL containing a username is specified.
.SH "SEE ALSO"
-.BR libcurl-security "(3), ", CURLOPT_PROTOCOLS "(3), "
-.BR curl_url_set "(3), "
+.BR curl_url_set (3),
+.BR CURLOPT_PROTOCOLS (3),
+.BR CURLOPT_URL (3),
+.BR libcurl-security (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_DNS_USE_GLOBAL_CACHE "(3), " CURLOPT_DNS_SERVERS "(3), "
-.BR CURLOPT_RESOLVE "(3), "
+.BR CURLOPT_CONNECTTIMEOUT_MS (3),
+.BR CURLOPT_DNS_SERVERS (3),
+.BR CURLOPT_DNS_USE_GLOBAL_CACHE (3),
+.BR CURLOPT_MAXAGE_CONN (3),
+.BR CURLOPT_RESOLVE (3)
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.
.SH "SEE ALSO"
-.BR CURLOPT_DNS_SERVERS "(3), " CURLOPT_DNS_LOCAL_IP4 "(3), "
+.BR CURLOPT_DNS_LOCAL_IP4 (3),
+.BR CURLOPT_DNS_LOCAL_IP6 (3),
+.BR CURLOPT_DNS_SERVERS (3),
+.BR CURLOPT_INTERFACE (3)
CURLE_NOT_BUILT_IN if support was disabled at compile-time, or
CURLE_BAD_FUNCTION_ARGUMENT when given a bad address.
.SH "SEE ALSO"
-.BR CURLOPT_DNS_INTERFACE "(3), " CURLOPT_DNS_LOCAL_IP6 "(3), "
+.BR CURLOPT_DNS_INTERFACE (3),
+.BR CURLOPT_DNS_LOCAL_IP6 (3),
+.BR CURLOPT_DNS_SERVERS (3)
CURLE_NOT_BUILT_IN if support was disabled at compile-time, or
CURLE_BAD_FUNCTION_ARGUMENT when given a bad address.
.SH "SEE ALSO"
-.BR CURLOPT_DNS_INTERFACE "(3), " CURLOPT_DNS_LOCAL_IP4 "(3), "
+.BR CURLOPT_DNS_INTERFACE (3),
+.BR CURLOPT_DNS_LOCAL_IP4 (3),
+.BR CURLOPT_DNS_SERVERS (3)
CURLE_BAD_FUNCTION_ARGUMENT when given an invalid server list, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_DNS_LOCAL_IP4 "(3), " CURLOPT_DNS_CACHE_TIMEOUT "(3), "
+.BR CURLOPT_DNS_CACHE_TIMEOUT (3),
+.BR CURLOPT_DNS_LOCAL_IP4 (3),
+.BR CURLOPT_DNS_LOCAL_IP6 (3)
.SH RETURN VALUE
CURLE_OK or an error such as CURLE_UNKNOWN_OPTION.
.SH "SEE ALSO"
-.BR CURLOPT_DNS_CACHE_TIMEOUT "(3), " CURLOPT_IPRESOLVE "(3), "
+.BR CURLOPT_DNS_CACHE_TIMEOUT (3),
+.BR CURLOPT_IPRESOLVE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SHARE "(3), " CURLOPT_DNS_CACHE_TIMEOUT "(3), "
+.BR CURLOPT_DNS_CACHE_TIMEOUT (3),
+.BR CURLOPT_SHARE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_DOH_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
+.BR CURLOPT_DOH_SSL_VERIFYPEER (3),
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_PROXY_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_DOH_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_CAINFO "(3), "
-.BR CURLOPT_CAPATH "(3), "
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_CAPATH (3),
+.BR CURLOPT_DOH_SSL_VERIFYHOST (3),
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_PROXY_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
Returns CURLE_OK if OCSP stapling is supported by the SSL backend, otherwise
returns CURLE_NOT_BUILT_IN.
.SH "SEE ALSO"
-.BR CURLOPT_DOH_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_DOH_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_SSL_VERIFYSTATUS "(3), "
+.BR CURLOPT_DOH_SSL_VERIFYHOST (3),
+.BR CURLOPT_DOH_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYSTATUS (3)
when given a bad DoH URL, libcurl might not detect the problem until it later
tries to resolve a name with it.
.SH "SEE ALSO"
-.BR CURLOPT_VERBOSE "(3), " CURLOPT_RESOLVE "(3), "
+.BR CURLOPT_DNS_CACHE_TIMEOUT (3),
+.BR CURLOPT_RESOLVE (3),
+.BR CURLOPT_VERBOSE (3)
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_RANDOM_FILE "(3), "
+.BR CURLOPT_RANDOM_FILE (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_DEBUGFUNCTION "(3), " CURLOPT_VERBOSE "(3), "
-.BR curl_easy_strerror "(3), " curl_multi_strerror "(3), "
-.BR curl_share_strerror "(3), " curl_url_strerror "(3)"
+.BR curl_easy_strerror (3),
+.BR curl_multi_strerror (3),
+.BR curl_share_strerror (3),
+.BR curl_url_strerror (3),
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_VERBOSE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_POST "(3), " CURLOPT_HTTPPOST "(3), "
+.BR CURLOPT_HTTPPOST (3),
+.BR CURLOPT_POST (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is enabled, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_HTTP200ALIASES "(3), " CURLOPT_KEEP_SENDING_ON_ERROR "(3), "
+.BR CURLINFO_RESPONSE_CODE (3),
+.BR CURLOPT_HTTP200ALIASES (3),
+.BR CURLOPT_KEEP_SENDING_ON_ERROR (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR curl_easy_getinfo "(3), "
+.BR curl_easy_getinfo (3),
+.BR CURLINFO_FILETIME (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FNMATCH_FUNCTION "(3), " CURLOPT_WILDCARDMATCH "(3), "
+.BR CURLOPT_FNMATCH_FUNCTION (3),
+.BR CURLOPT_WILDCARDMATCH (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FNMATCH_DATA "(3), " CURLOPT_DEBUGFUNCTION "(3), "
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_FNMATCH_DATA (3),
+.BR CURLOPT_WILDCARDMATCH (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_REDIR_PROTOCOLS "(3), " CURLOPT_PROTOCOLS "(3), "
-.BR CURLOPT_POSTREDIR "(3), "
-.BR CURLINFO_REDIRECT_URL "(3), " CURLINFO_REDIRECT_COUNT "(3), "
+.BR CURLINFO_REDIRECT_COUNT (3),
+.BR CURLINFO_REDIRECT_URL (3),
+.BR CURLOPT_POSTREDIR (3),
+.BR CURLOPT_PROTOCOLS (3),
+.BR CURLOPT_REDIR_PROTOCOLS (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_FRESH_CONNECT "(3), " CURLOPT_MAXCONNECTS "(3), "
-.BR CURLOPT_MAXLIFETIME_CONN "(3), "
+.BR CURLOPT_FRESH_CONNECT (3),
+.BR CURLOPT_MAXCONNECTS (3),
+.BR CURLOPT_MAXLIFETIME_CONN (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_FORBID_REUSE "(3), "
+.BR CURLOPT_FORBID_REUSE (3),
+.BR CURLOPT_MAXAGE_CONN (3),
+.BR CURLOPT_MAXLIFETIME_CONN (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_FTP_USE_EPRT "(3), " CURLOPT_FTP_USE_EPSV "(3), "
+.BR CURLOPT_FTP_USE_EPRT (3),
+.BR CURLOPT_FTP_USE_EPSV (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_USE_SSL "(3), " CURLOPT_FTP_SSL_CCC "(3), "
+.BR CURLOPT_USE_SSL (3),
+.BR CURLOPT_FTP_SSL_CCC (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_USERNAME "(3), " CURLOPT_PASSWORD "(3), "
+.BR CURLOPT_PASSWORD (3),
+.BR CURLOPT_USERNAME (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_FTP_SKIP_PASV_IP "(3), " CURLOPT_SERVER_RESPONSE_TIMEOUT "(3), "
+.BR CURLOPT_FTP_ACCOUNT (3),
+.BR CURLOPT_FTP_SKIP_PASV_IP (3),
+.BR CURLOPT_SERVER_RESPONSE_TIMEOUT (3),
+.BR CURLOPT_USERNAME (3)
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if the
create value is not.
.SH "SEE ALSO"
-.BR CURLOPT_FTP_FILEMETHOD "(3), " CURLOPT_FTP_USE_EPSV "(3), "
+.BR CURLOPT_FTP_FILEMETHOD (3),
+.BR CURLOPT_FTP_USE_EPSV (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_DIRLISTONLY "(3), " CURLOPT_FTP_SKIP_PASV_IP "(3), "
+.BR CURLOPT_DIRLISTONLY (3),
+.BR CURLOPT_FTP_SKIP_PASV_IP (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FTPPORT "(3), " CURLOPT_FTP_USE_EPRT "(3), "
+.BR CURLOPT_FTPPORT (3),
+.BR CURLOPT_FTP_USE_EPRT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_USE_SSL "(3), " CURLOPT_FTPSSLAUTH "(3), "
+.BR CURLOPT_FTPSSLAUTH (3),
+.BR CURLOPT_PROTOCOLS_STR (3),
+.BR CURLOPT_USE_SSL (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_FTP_USE_EPSV "(3), " CURLOPT_FTPPORT "(3), "
+.BR CURLOPT_FTP_USE_EPSV (3),
+.BR CURLOPT_FTPPORT (3)
.SH RETURN VALUE
Returns CURLE_OK if FTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FTP_USE_EPRT "(3), " CURLOPT_FTPPORT "(3), "
+.BR CURLOPT_FTP_USE_EPRT (3),
+.BR CURLOPT_FTPPORT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FTP_USE_EPRT "(3), " CURLOPT_FTP_USE_EPSV "(3), "
+.BR CURLOPT_FTP_USE_EPRT (3),
+.BR CURLOPT_FTP_USE_EPSV (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_HTTPAUTH "(3), " CURLOPT_PROXYAUTH "(3), "
+.BR CURLOPT_HTTPAUTH (3),
+.BR CURLOPT_PROXYAUTH (3)
.SH RETURN VALUE
Returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_HEADERFUNCTION "(3), "
-.BR CURLOPT_HTTPHEADER "(3), "
+.BR CURLOPT_HEADERFUNCTION (3),
+.BR CURLOPT_HTTPHEADER (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_HEADERFUNCTION "(3), " CURLOPT_WRITEFUNCTION "(3), "
+.BR curl_easy_header (3),
+.BR CURLOPT_HEADERFUNCTION (3),
+.BR CURLOPT_WRITEFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR curl_easy_header "(3), "
-.BR CURLOPT_HEADERDATA "(3), " CURLOPT_WRITEFUNCTION "(3), "
+.BR curl_easy_header (3),
+.BR CURLOPT_HEADERDATA (3),
+.BR CURLOPT_WRITEFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_HTTPHEADER "(3), " CURLOPT_PROXYHEADER "(3), "
+.BR CURLOPT_HTTPHEADER (3),
+.BR CURLOPT_PROXYHEADER (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_HSTS_CTRL "(3), " CURLOPT_ALTSVC "(3), " CURLOPT_RESOLVE "(3), "
+.BR CURLOPT_ALTSVC (3),
+.BR CURLOPT_HSTS_CTRL (3),
+.BR CURLOPT_RESOLVE (3)
.SH RETURN VALUE
This returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_HSTSREADFUNCTION "(3), " CURLOPT_HSTSWRITEDATA "(3), "
-.BR CURLOPT_HSTSWRITEFUNCTION "(3), "
+.BR CURLOPT_HSTS (3),
+.BR CURLOPT_HSTSREADFUNCTION (3),
+.BR CURLOPT_HSTSWRITEDATA (3),
+.BR CURLOPT_HSTSWRITEFUNCTION (3)
.SH RETURN VALUE
This returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_HSTSREADDATA "(3), " CURLOPT_HSTSWRITEFUNCTION "(3), "
-.BR CURLOPT_HSTS "(3), " CURLOPT_HSTS_CTRL "(3), "
+.BR CURLOPT_HSTS (3),
+.BR CURLOPT_HSTS_CTRL (3),
+.BR CURLOPT_HSTSREADDATA (3),
+.BR CURLOPT_HSTSWRITEFUNCTION (3)
.SH RETURN VALUE
This returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_HSTSWRITEFUNCTION "(3), " CURLOPT_HSTSREADDATA "(3), "
-.BR CURLOPT_HSTSREADFUNCTION "(3), "
+.BR CURLOPT_HSTS (3),
+.BR CURLOPT_HSTSREADDATA (3),
+.BR CURLOPT_HSTSREADFUNCTION (3),
+.BR CURLOPT_HSTSWRITEFUNCTION (3)
.SH RETURN VALUE
This returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_HSTSWRITEDATA "(3), " CURLOPT_HSTSWRITEFUNCTION "(3), "
-.BR CURLOPT_HSTS "(3), " CURLOPT_HSTS_CTRL "(3), "
+.BR CURLOPT_HSTS (3),
+.BR CURLOPT_HSTS_CTRL (3),
+.BR CURLOPT_HSTSWRITEDATA (3),
+.BR CURLOPT_HSTSWRITEFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_HSTS "(3), " CURLOPT_CONNECT_TO "(3), " CURLOPT_RESOLVE "(3), "
-.BR CURLOPT_ALTSVC "(3), "
+.BR CURLOPT_ALTSVC (3),
+.BR CURLOPT_CONNECT_TO (3),
+.BR CURLOPT_HSTS (3),
+.BR CURLOPT_RESOLVE (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSLVERSION "(3), " CURLOPT_HTTP_VERSION "(3), "
+.BR CURLOPT_HTTP_VERSION (3),
+.BR CURLOPT_SSLVERSION (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_HTTP_VERSION "(3), "
+.BR CURLOPT_HTTP09_ALLOWED (3),
+.BR CURLOPT_HTTP_VERSION (3)
CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication
methods.
.SH "SEE ALSO"
-.BR CURLOPT_PROXYAUTH "(3), " CURLOPT_USERPWD "(3), "
+.BR CURLOPT_PASSWORD (3),
+.BR CURLOPT_PROXYAUTH (3),
+.BR CURLOPT_USERNAME (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_NOBODY "(3), " CURLOPT_UPLOAD "(3), " CURLOPT_POST "(3), "
-.BR curl_easy_reset "(3) "
+.BR curl_easy_reset (3),
+.BR CURLOPT_NOBODY (3),
+.BR CURLOPT_POST (3),
+.BR CURLOPT_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CUSTOMREQUEST "(3), " CURLOPT_HEADEROPT "(3), "
-.BR CURLOPT_PROXYHEADER "(3), " CURLOPT_HEADER "(3), "
-.BR CURLOPT_MIMEPOST "(3), " curl_mime_init "(3)"
+.BR curl_mime_init (3),
+.BR CURLOPT_CUSTOMREQUEST (3),
+.BR CURLOPT_HEADER (3),
+.BR CURLOPT_HEADEROPT (3),
+.BR CURLOPT_MIMEPOST (3),
+.BR CURLOPT_PROXYHEADER (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is enabled, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_POSTFIELDS "(3), " CURLOPT_POST "(3), " CURLOPT_MIMEPOST "(3),"
-.BR curl_formadd "(3), " curl_formfree "(3), " curl_mime_init "(3)"
+.BR curl_formadd (3),
+.BR curl_formfree (3),
+.BR curl_mime_init (3),
+.BR CURLOPT_MIMEPOST (3),
+.BR CURLOPT_POST (3),
+.BR CURLOPT_POSTFIELDS (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_PROXYTYPE "(3), " CURLOPT_PROXYPORT "(3), "
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_PROXYTYPE (3),
+.BR CURLOPT_PROXYPORT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
-.BR CURLOPT_ACCEPT_ENCODING "(3) "
+.BR CURLOPT_ACCEPT_ENCODING (3),
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_STDERR (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_HTTP_CONTENT_DECODING "(3), " CURLOPT_ACCEPT_ENCODING "(3), "
+.BR CURLOPT_HTTP_CONTENT_DECODING (3),
+.BR CURLOPT_ACCEPT_ENCODING (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSLVERSION "(3), " CURLOPT_HTTP200ALIASES "(3), "
-.BR CURLOPT_HTTP09_ALLOWED "(3), " CURLOPT_ALTSVC "(3) "
+.BR CURLOPT_ALTSVC (3),
+.BR CURLOPT_HTTP09_ALLOWED (3),
+.BR CURLOPT_HTTP200ALIASES (3),
+.BR CURLOPT_SSLVERSION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_HTTP_VERSION "(3), " CURLOPT_MAXFILESIZE_LARGE "(3), "
+.BR CURLOPT_HTTP_VERSION (3),
+.BR CURLOPT_MAXFILESIZE_LARGE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_INFILESIZE_LARGE "(3), " CURLOPT_UPLOAD "(3), "
+.BR CURLINFO_CONTENT_LENGTH_UPLOAD_T (3),
+.BR CURLOPT_INFILESIZE_LARGE (3),
+.BR CURLOPT_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_INFILESIZE "(3), " CURLOPT_UPLOAD "(3), "
+.BR CURLINFO_CONTENT_LENGTH_UPLOAD_T (3),
+.BR CURLOPT_INFILESIZE (3),
+.BR CURLOPT_UPLOAD (3)
Returns CURLE_OK on success or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SOCKOPTFUNCTION "(3), " CURLOPT_TCP_NODELAY "(3), "
+.BR CURLOPT_SOCKOPTFUNCTION (3),
+.BR CURLOPT_TCP_NODELAY (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_INTERLEAVEFUNCTION "(3), " CURLOPT_RTSP_REQUEST "(3), "
+.BR CURLOPT_INTERLEAVEFUNCTION (3),
+.BR CURLOPT_RTSP_REQUEST (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_INTERLEAVEDATA "(3), " CURLOPT_RTSP_REQUEST "(3), "
+.BR CURLOPT_INTERLEAVEDATA (3),
+.BR CURLOPT_RTSP_REQUEST (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_IOCTLFUNCTION "(3), " CURLOPT_SEEKFUNCTION "(3), "
+.BR CURLOPT_IOCTLFUNCTION (3),
+.BR CURLOPT_SEEKFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_IOCTLDATA "(3), " CURLOPT_SEEKFUNCTION "(3), "
+.BR CURLOPT_IOCTLDATA (3),
+.BR CURLOPT_SEEKFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_HTTP_VERSION "(3), " CURLOPT_SSLVERSION "(3), "
+.BR CURLOPT_HTTP_VERSION (3),
+.BR CURLOPT_RESOLVE (3),
+.BR CURLOPT_SSLVERSION (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_CRLFILE "(3), " CURLOPT_SSL_VERIFYPEER "(3), "
+.BR CURLOPT_CRLFILE (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_ISSUERCERT "(3),"
-.BR CURLOPT_CRLFILE "(3), " CURLOPT_SSL_VERIFYPEER "(3), "
+.BR CURLOPT_ISSUERCERT (3),
+.BR CURLOPT_CRLFILE (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is enabled, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FAILONERROR "(3), " CURLOPT_HTTPHEADER "(3), "
+.BR CURLINFO_RESPONSE_CODE (3),
+.BR CURLOPT_FAILONERROR (3),
+.BR CURLOPT_HTTPHEADER (3)
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSLKEY "(3), " CURLOPT_SSH_PRIVATE_KEYFILE "(3), "
+.BR CURLOPT_SSH_PRIVATE_KEYFILE (3),
+.BR CURLOPT_SSLKEY (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_KRBLEVEL "(3), " CURLOPT_USE_SSL "(3), "
+.BR CURLOPT_KRBLEVEL (3),
+.BR CURLOPT_USE_SSL (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_LOCALPORTRANGE "(3), " CURLOPT_INTERFACE "(3), "
+.BR CURLINFO_LOCAL_PORT (3),
+.BR CURLOPT_INTERFACE (3),
+.BR CURLOPT_LOCALPORTRANGE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_LOCALPORT "(3), " CURLOPT_INTERFACE "(3), "
+.BR CURLOPT_INTERFACE (3),
+.BR CURLOPT_LOCALPORT (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_USERNAME "(3), " CURLOPT_PASSWORD "(3), "
+.BR CURLOPT_PASSWORD (3),
+.BR CURLOPT_USERNAME (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_LOW_SPEED_TIME "(3), " CURLOPT_TIMEOUT "(3), "
+.BR CURLOPT_LOW_SPEED_TIME (3),
+.BR CURLOPT_MAX_RECV_SPEED_LARGE (3),
+.BR CURLOPT_MAX_SEND_SPEED_LARGE (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_LOW_SPEED_LIMIT "(3), " CURLOPT_TIMEOUT "(3), "
+.BR CURLOPT_LOW_SPEED_LIMIT (3),
+.BR CURLOPT_TIMEOUT (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_MAIL_FROM "(3), " CURLOPT_MAIL_RCPT "(3), "
+.BR CURLOPT_MAIL_FROM (3),
+.BR CURLOPT_MAIL_RCPT (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_MAIL_RCPT "(3), " CURLOPT_MAIL_AUTH "(3), "
+.BR CURLOPT_MAIL_AUTH (3),
+.BR CURLOPT_MAIL_RCPT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_MAIL_FROM "(3), " CURLOPT_MAIL_AUTH "(3), "
+.BR CURLOPT_MAIL_AUTH (3),
+.BR CURLOPT_MAIL_FROM (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_MAIL_FROM "(3), " CURLOPT_MAIL_RCPT "(3), "
+.BR CURLOPT_MAIL_FROM (3),
+.BR CURLOPT_MAIL_RCPT (3)
.SH RETURN VALUE
Returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_TIMEOUT "(3), " CURLOPT_FORBID_REUSE "(3), "
-.BR CURLOPT_FRESH_CONNECT "(3), " CURLOPT_MAXLIFETIME_CONN "(3), "
+.BR CURLOPT_FORBID_REUSE (3),
+.BR CURLOPT_FRESH_CONNECT (3),
+.BR CURLOPT_MAXLIFETIME_CONN (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLMOPT_MAXCONNECTS "(3), " CURLOPT_MAXREDIRS "(3), "
+.BR CURLMOPT_MAX_HOST_CONNECTIONS (3),
+.BR CURLMOPT_MAX_TOTAL_CONNECTIONS (3),
+.BR CURLMOPT_MAXCONNECTS (3),
+.BR CURLOPT_MAXREDIRS (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_MAXFILESIZE_LARGE "(3), " CURLOPT_MAX_RECV_SPEED_LARGE "(3), "
+.BR CURLOPT_MAX_RECV_SPEED_LARGE (3),
+.BR CURLOPT_MAXFILESIZE_LARGE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_MAXFILESIZE "(3), " CURLOPT_MAX_RECV_SPEED_LARGE "(3), "
+.BR CURLOPT_MAX_RECV_SPEED_LARGE (3),
+.BR CURLOPT_MAXFILESIZE (3)
.SH RETURN VALUE
Returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_TIMEOUT "(3), " CURLOPT_FORBID_REUSE "(3), "
-.BR CURLOPT_FRESH_CONNECT "(3), " CURLOPT_MAXAGE_CONN "(3), "
+.BR CURLOPT_FORBID_REUSE (3),
+.BR CURLOPT_FRESH_CONNECT (3),
+.BR CURLOPT_MAXAGE_CONN (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FOLLOWLOCATION "(3), "
+.BR CURLINFO_REDIRECT_COUNT (3),
+.BR CURLINFO_REDIRECT_URL (3),
+.BR CURLOPT_FOLLOWLOCATION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_MAX_SEND_SPEED_LARGE "(3), " CURLOPT_LOW_SPEED_LIMIT "(3), "
+.BR CURLOPT_LOW_SPEED_LIMIT (3),
+.BR CURLOPT_MAX_SEND_SPEED_LARGE (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_MAX_RECV_SPEED_LARGE "(3), " CURLOPT_LOW_SPEED_LIMIT "(3), "
+.BR CURLOPT_LOW_SPEED_LIMIT (3),
+.BR CURLOPT_MAX_RECV_SPEED_LARGE (3)
.SH RETURN VALUE
This returns CURLE_OK.
.SH "SEE ALSO"
-.BR curl_mime_init "(3)"
+.BR curl_mime_init (3),
+.BR CURLOPT_HTTPPOST (3),
+.BR CURLOPT_POSTFIELDS (3),
+.BR CURLOPT_PUT (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_MIMEPOST "(3), " CURLOPT_HTTPPOST "(3)"
+.BR CURLOPT_HTTPPOST (3),
+.BR CURLOPT_MIMEPOST (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_USERPWD "(3), " CURLOPT_USERNAME "(3), " CURLOPT_NETRC_FILE "(3), "
+.BR CURLOPT_USERPWD (3),
+.BR CURLOPT_USERNAME (3),
+.BR CURLOPT_NETRC_FILE (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_NETRC "(3), " CURLOPT_USERNAME "(3), "
+.BR CURLOPT_NETRC (3),
+.BR CURLOPT_PASSWORD (3),
+.BR CURLOPT_USERNAME (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_NEW_FILE_PERMS "(3), " CURLOPT_UPLOAD "(3), "
+.BR CURLOPT_FTP_CREATE_MISSING_DIRS (3),
+.BR CURLOPT_NEW_FILE_PERMS (3),
+.BR CURLOPT_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_NEW_DIRECTORY_PERMS "(3), " CURLOPT_UPLOAD "(3), "
+.BR CURLOPT_NEW_DIRECTORY_PERMS (3),
+.BR CURLOPT_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_HTTPGET "(3), " CURLOPT_POSTFIELDS "(3), " CURLOPT_UPLOAD "(3), "
-.BR CURLOPT_REQUEST_TARGET "(3), " CURLOPT_MIMEPOST "(3), "
+.BR CURLOPT_HTTPGET (3),
+.BR CURLOPT_MIMEPOST (3),
+.BR CURLOPT_POSTFIELDS (3),
+.BR CURLOPT_REQUEST_TARGET (3),
+.BR CURLOPT_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_XFERINFOFUNCTION "(3), "
-.BR CURLOPT_PROGRESSFUNCTION "(3), "
-.BR CURLOPT_VERBOSE "(3), "
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_PROGRESSFUNCTION (3),
+.BR CURLOPT_VERBOSE (3),
+.BR CURLOPT_XFERINFOFUNCTION (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_PROXYAUTH "(3), "
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_PROXYAUTH (3),
+.BR CURLOPT_PROXYTYPE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_OPENSOCKETFUNCTION "(3), " CURLOPT_SOCKOPTFUNCTION "(3), "
+.BR CURLOPT_CLOSESOCKETFUNCTION (3),
+.BR CURLOPT_OPENSOCKETFUNCTION (3),
+.BR CURLOPT_SOCKOPTFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_OPENSOCKETDATA "(3), " CURLOPT_SOCKOPTFUNCTION "(3), "
-.BR CURLOPT_CLOSESOCKETFUNCTION "(3), "
+.BR CURLOPT_CLOSESOCKETFUNCTION (3),
+.BR CURLOPT_OPENSOCKETFUNCTION (3),
+.BR CURLOPT_SOCKOPTFUNCTION (3)
+
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_USERPWD "(3), " CURLOPT_USERNAME "(3), "
-.BR CURLOPT_HTTPAUTH "(3), " CURLOPT_PROXYAUTH "(3)"
+.BR CURLOPT_HTTPAUTH (3),
+.BR CURLOPT_PROXYAUTH (3),
+.BR CURLOPT_USERNAME (3),
+.BR CURLOPT_USERPWD (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
-.BR CURLOPT_URL "(3), "
+.BR curl_url_set (3),
+.BR CURLOPT_STDERR (3),
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_URL (3)
+
+
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_CAINFO "(3), "
-.BR CURLOPT_CAPATH "(3), "
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_CAPATH (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FORBID_REUSE "(3), " CURLOPT_FRESH_CONNECT "(3), "
-.BR CURLMOPT_PIPELINING "(3), " CURLMOPT_MAX_HOST_CONNECTIONS "(3), "
+.BR CURLMOPT_MAX_HOST_CONNECTIONS (3),
+.BR CURLMOPT_PIPELINING (3),
+.BR CURLOPT_FORBID_REUSE (3),
+.BR CURLOPT_FRESH_CONNECT (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
+.BR CURLINFO_PRIMARY_PORT (3),
+.BR CURLOPT_STDERR (3),
+.BR CURLOPT_URL (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_POSTFIELDS "(3), " CURLOPT_HTTPPOST "(3), "
+.BR CURLOPT_HTTPPOST (3),
+.BR CURLOPT_POSTFIELDS (3),
+.BR CURLOPT_PUT (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_POSTFIELDSIZE "(3), " CURLOPT_READFUNCTION "(3), "
-.BR CURLOPT_MIMEPOST "(3), " CURLOPT_UPLOAD "(3), "
+.BR CURLOPT_MIMEPOST (3),
+.BR CURLOPT_POSTFIELDSIZE (3),
+.BR CURLOPT_READFUNCTION (3),
+.BR CURLOPT_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_POSTFIELDS "(3), " CURLOPT_POSTFIELDSIZE_LARGE "(3), "
+.BR CURLOPT_POSTFIELDS (3),
+.BR CURLOPT_POSTFIELDSIZE_LARGE (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_POSTFIELDS "(3), " CURLOPT_COPYPOSTFIELDS "(3), "
-.BR CURLOPT_POSTFIELDSIZE "(3), "
+.BR CURLOPT_COPYPOSTFIELDS (3),
+.BR CURLOPT_POSTFIELDS (3),
+.BR CURLOPT_POSTFIELDSIZE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_QUOTE "(3), " CURLOPT_PREQUOTE "(3), "
+.BR CURLOPT_PREQUOTE (3),
+.BR CURLOPT_QUOTE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FOLLOWLOCATION "(3), " CURLOPT_POSTFIELDS "(3), "
+.BR CURLINFO_EFFECTIVE_METHOD (3),
+.BR CURLINFO_REDIRECT_COUNT (3),
+.BR CURLOPT_FOLLOWLOCATION (3),
+.BR CURLOPT_MAXREDIRS (3),
+.BR CURLOPT_POSTFIELDS (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_QUOTE "(3), " CURLOPT_POSTQUOTE "(3), "
+.BR CURLOPT_POSTQUOTE (3),
+.BR CURLOPT_QUOTE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_PREREQFUNCTION "(3) "
+.BR CURLINFO_PRIMARY_IP (3),
+.BR CURLINFO_PRIMARY_PORT (3),
+.BR CURLOPT_PREREQFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_PREREQDATA "(3) "
+.BR CURLINFO_PRIMARY_IP (3),
+.BR CURLINFO_PRIMARY_PORT (3),
+.BR CURLOPT_PREREQDATA (3)
Returns CURLE_OK if proxies are supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_HTTPPROXYTUNNEL "(3), "
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_HTTPPROXYTUNNEL (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_VERBOSE "(3), " CURLOPT_STDERR "(3), "
+.BR CURLINFO_PRIVATE (3),
+.BR CURLOPT_STDERR (3),
+.BR CURLOPT_VERBOSE (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_PROGRESSFUNCTION "(3), " CURLOPT_XFERINFOFUNCTION "(3), "
+.BR CURLOPT_PROGRESSFUNCTION (3),
+.BR CURLOPT_XFERINFOFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_VERBOSE "(3), " CURLOPT_NOPROGRESS "(3), "
-.BR CURLOPT_XFERINFOFUNCTION "(3)"
+.BR CURLOPT_VERBOSE (3),
+.BR CURLOPT_NOPROGRESS (3),
+.BR CURLOPT_XFERINFOFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_REDIR_PROTOCOLS "(3), " CURLOPT_URL "(3), "
+.BR CURLOPT_DEFAULT_PROTOCOL (3),
+.BR CURLOPT_REDIR_PROTOCOLS (3),
+.BR CURLOPT_URL (3)
CURLE_UNSUPPORTED_PROTOCOL if a listed protocol is not supported or disabled,
CURLE_BAD_FUNCTION_ARGUMENT if no protocol is listed else CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_REDIR_PROTOCOLS_STR "(3), " CURLOPT_URL "(3), "
-.BR curl_version_info "(3), " CURLINFO_SCHEME "(3), "
+.BR curl_version_info (3),
+.BR CURLINFO_SCHEME (3),
+.BR CURLOPT_DEFAULT_PROTOCOL (3),
+.BR CURLOPT_REDIR_PROTOCOLS_STR (3),
+.BR CURLOPT_URL (3)
Returns CURLE_OK if proxies are supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXYPORT "(3), " CURLOPT_HTTPPROXYTUNNEL "(3), "
-.BR CURLOPT_PROXYTYPE "(3)"
+.BR CURLOPT_HTTPPROXYTUNNEL (3),
+.BR CURLOPT_PRE_PROXY (3),
+.BR CURLOPT_PROXYPORT (3),
+.BR CURLOPT_PROXYTYPE (3)
CURLE_NOT_BUILT_IN if the bitmask specified no supported authentication
methods.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_PROXYTYPE "(3), "
-.BR CURLOPT_PROXYUSERPWD "(3), " CURLOPT_PROXYPORT "(3), "
+.BR CURLOPT_HTTPAUTH (3),
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_PROXYPORT (3),
+.BR CURLOPT_PROXYTYPE (3),
+.BR CURLOPT_PROXYUSERPWD (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_HEADEROPT "(3), " CURLOPT_HTTPHEADER "(3), "
+.BR CURLOPT_HEADEROPT (3),
+.BR CURLOPT_HTTPHEADER (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PASSWORD "(3), " CURLOPT_PROXYUSERNAME "(3), "
-.BR CURLOPT_HTTPAUTH "(3), " CURLOPT_PROXYAUTH "(3)"
+.BR CURLOPT_HTTPAUTH (3),
+.BR CURLOPT_PASSWORD (3),
+.BR CURLOPT_PROXYAUTH (3),
+.BR CURLOPT_PROXYUSERNAME (3)
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXYPORT, long port);
.fi
.SH DESCRIPTION
+We discourage use of this option.
+
Pass a long with this option to set the proxy port to connect to unless it is
specified in the proxy string \fICURLOPT_PROXY(3)\fP or uses 443 for https
proxies and 1080 for all others as default.
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_PROXYTYPE "(3), "
+.BR CURLINFO_PRIMARY_PORT (3),
+.BR CURLOPT_PORT (3),
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_PROXYTYPE (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_PROXYPORT "(3), "
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_PROXYPORT (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXYPASSWORD "(3), " CURLOPT_USERNAME "(3), "
-.BR CURLOPT_HTTPAUTH "(3), " CURLOPT_PROXYAUTH "(3)"
+.BR CURLOPT_PROXYPASSWORD (3),
+.BR CURLOPT_USERNAME (3),
+.BR CURLOPT_HTTPAUTH (3),
+.BR CURLOPT_PROXYAUTH (3)
Returns CURLE_OK if proxies are supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_PROXYTYPE "(3), "
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_PROXYPASSWORD (3),
+.BR CURLOPT_PROXYTYPE (3),
+.BR CURLOPT_PROXYUSERNAME (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_CAINFO_BLOB "(3), " CURLOPT_PROXY_CAPATH "(3), "
-.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), " CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_CAINFO "(3), " CURLOPT_CAINFO_BLOB "(3), "
-.BR CURLOPT_CAPATH "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), "
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_CAINFO_BLOB (3),
+.BR CURLOPT_CAPATH (3),
+.BR CURLOPT_PROXY_CAINFO_BLOB (3),
+.BR CURLOPT_PROXY_CAPATH (3),
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_PROXY_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_CAINFO "(3), " CURLOPT_PROXY_CAPATH "(3), "
-.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), " CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_CAINFO "(3), " CURLOPT_CAINFO_BLOB "(3), "
-.BR CURLOPT_CAPATH "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), "
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_CAINFO_BLOB (3),
+.BR CURLOPT_CAPATH (3),
+.BR CURLOPT_PROXY_CAINFO (3),
+.BR CURLOPT_PROXY_CAPATH (3),
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_PROXY_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
CURLE_OUT_OF_MEMORY
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_CAINFO "(3), "
-.BR CURLOPT_CAINFO "(3), " CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_PROXY_CAINFO (3),
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_STDERR (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), " CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), "
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_PROXY_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), " CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), "
+.BR CURLOPT_ISSUERCERT (3),
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_PROXY_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), " CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_SSL_VERIFYHOST "(3), "
+.BR CURLOPT_ISSUERCERT_BLOB (3),
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_PROXY_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSLKEY "(3), " CURLOPT_SSH_PRIVATE_KEYFILE "(3), "
-.BR CURLOPT_SSLKEY "(3), "
+.BR CURLOPT_KEYPASSWD (3),
+.BR CURLOPT_PROXY_SSLKEY (3),
+.BR CURLOPT_SSH_PRIVATE_KEYFILE (3),
+.BR CURLOPT_SSLKEY (3)
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_PROXY_CAINFO "(3), "
-.BR CURLOPT_PROXY_CAPATH "(3), "
+.BR CURLOPT_PINNEDPUBLICKEY (3),
+.BR CURLOPT_PROXY_CAINFO (3),
+.BR CURLOPT_PROXY_CAPATH (3),
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_PROXY_SSL_VERIFYPEER (3)
+
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_PROXYTYPE "(3), "
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_PROXYTYPE (3),
+.BR CURLOPT_SERVICE_NAME (3)
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSLCERTTYPE "(3), " CURLOPT_PROXY_SSLKEY "(3), "
-.BR CURLOPT_SSLCERT "(3), "
+.BR CURLOPT_PROXY_SSLCERTTYPE (3),
+.BR CURLOPT_PROXY_SSLKEY (3),
+.BR CURLOPT_SSLCERT (3)
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSLCERT "(3), " CURLOPT_PROXY_SSLKEY "(3), "
-.BR CURLOPT_SSLCERTTYPE "(3), "
+.BR CURLOPT_PROXY_SSLCERT (3),
+.BR CURLOPT_PROXY_SSLKEY (3),
+.BR CURLOPT_SSLCERTTYPE (3)
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSLCERTTYPE "(3), " CURLOPT_PROXY_SSLKEY "(3), "
-.BR CURLOPT_PROXY_SSLCERT "(3), "
+.BR CURLOPT_PROXY_SSLCERT (3),
+.BR CURLOPT_PROXY_SSLCERTTYPE (3),
+.BR CURLOPT_PROXY_SSLKEY (3),
+.BR CURLOPT_SSLCERT_BLOB (3)
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSLKEYTYPE "(3), " CURLOPT_PROXY_SSLCERT "(3), "
-.BR CURLOPT_SSLKEYTYPE "(3), " CURLOPT_SSLCERT "(3), "
+.BR CURLOPT_PROXY_SSLCERT (3),
+.BR CURLOPT_PROXY_SSLKEYTYPE (3),
+.BR CURLOPT_SSLCERT (3),
+.BR CURLOPT_SSLKEY (3),
+.BR CURLOPT_SSLKEYTYPE (3)
+
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSLKEY "(3), " CURLOPT_PROXY_SSLCERT "(3), "
-.BR CURLOPT_SSLKEYTYPE "(3), "
+.BR CURLOPT_PROXY_SSLCERT (3),
+.BR CURLOPT_PROXY_SSLKEY (3),
+.BR CURLOPT_SSLKEYTYPE (3)
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSLKEYTYPE "(3), " CURLOPT_SSLKEY "(3), "
+.BR CURLOPT_SSLKEY (3),
+.BR CURLOPT_SSLKEY_BLOB (3),
+.BR CURLOPT_SSLKEYTYPE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_USE_SSL "(3), " CURLOPT_HTTP_VERSION "(3), "
-.BR CURLOPT_IPRESOLVE "(3) " CURLOPT_SSLVERSION "(3), "
+.BR CURLOPT_HTTP_VERSION (3),
+.BR CURLOPT_IPRESOLVE (3),
+.BR CURLOPT_SSLVERSION (3),
+.BR CURLOPT_USE_SSL (3)
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_TLS13_CIPHERS "(3), " CURLOPT_PROXY_SSLVERSION "(3), "
-.BR CURLOPT_SSL_CIPHER_LIST "(3), " CURLOPT_TLS13_CIPHERS "(3), "
-.BR CURLOPT_SSLVERSION "(3), "
+.BR CURLOPT_PROXY_SSLVERSION (3),
+.BR CURLOPT_PROXY_TLS13_CIPHERS (3),
+.BR CURLOPT_SSL_CIPHER_LIST (3),
+.BR CURLOPT_SSLVERSION (3),
+.BR CURLOPT_TLS13_CIPHERS (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSLVERSION "(3), " CURLOPT_PROXY_SSL_CIPHER_LIST "(3), "
-.BR CURLOPT_SSLVERSION "(3), " CURLOPT_SSL_CIPHER_LIST "(3), "
+.BR CURLOPT_PROXY_SSL_CIPHER_LIST (3),
+.BR CURLOPT_PROXY_SSLVERSION (3),
+.BR CURLOPT_SSL_CIPHER_LIST (3),
+.BR CURLOPT_SSLVERSION (3)
If 1 is set as argument, \fICURLE_BAD_FUNCTION_ARGUMENT\fP is returned.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), " CURLOPT_PROXY_CAINFO "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_CAINFO "(3), "
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_PROXY_CAINFO (3),
+.BR CURLOPT_PROXY_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_SSL_VERIFYHOST "(3), "
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3),
+.BR CURLOPT_SSL_VERIFYHOST (3)
.SH RETURN VALUE
Returns CURLE_OK if supported, CURLE_NOT_BUILT_IN otherwise.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_SSL_CIPHER_LIST "(3), " CURLOPT_PROXY_SSLVERSION "(3), "
-.BR CURLOPT_SSL_CIPHER_LIST "(3), " CURLOPT_TLS13_CIPHERS "(3), "
-.BR CURLOPT_SSLVERSION "(3), "
+.BR CURLOPT_PROXY_SSL_CIPHER_LIST (3),
+.BR CURLOPT_PROXY_SSLVERSION (3),
+.BR CURLOPT_SSL_CIPHER_LIST (3),
+.BR CURLOPT_SSLVERSION (3),
+.BR CURLOPT_TLS13_CIPHERS (3)
+
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_TLSAUTH_TYPE "(3), " CURLOPT_PROXY_TLSAUTH_USERNAME "(3), "
-.BR CURLOPT_TLSAUTH_TYPE "(3), " CURLOPT_TLSAUTH_USERNAME "(3), "
+.BR CURLOPT_PROXY_TLSAUTH_TYPE (3),
+.BR CURLOPT_PROXY_TLSAUTH_USERNAME (3),
+.BR CURLOPT_TLSAUTH_TYPE (3),
+.BR CURLOPT_TLSAUTH_USERNAME (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_TLSAUTH_USERNAME "(3), " CURLOPT_PROXY_TLSAUTH_PASSWORD "(3), "
-.BR CURLOPT_TLSAUTH_USERNAME "(3), " CURLOPT_TLSAUTH_PASSWORD "(3), "
+.BR CURLOPT_PROXY_TLSAUTH_PASSWORD (3),
+.BR CURLOPT_PROXY_TLSAUTH_USERNAME (3),
+.BR CURLOPT_TLSAUTH_PASSWORD (3),
+.BR CURLOPT_TLSAUTH_USERNAME (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY_TLSAUTH_TYPE "(3), " CURLOPT_PROXY_TLSAUTH_PASSWORD "(3), "
-.BR CURLOPT_TLSAUTH_TYPE "(3), " CURLOPT_TLSAUTH_PASSWORD "(3), "
+.BR CURLOPT_PROXY_TLSAUTH_PASSWORD (3),
+.BR CURLOPT_PROXY_TLSAUTH_TYPE (3),
+.BR CURLOPT_TLSAUTH_PASSWORD (3),
+.BR CURLOPT_TLSAUTH_TYPE (3)
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if the
enabled value is not supported.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_HTTPPROXYTUNNEL "(3), "
+.BN CURLOPT_CRLF (3),
+.BN CURLOPT_TRANSFERTEXT (3),
+.BR CURLOPT_HTTPPROXYTUNNEL (3),
+.BR CURLOPT_PROXY (3)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_UPLOAD "(3), " CURLOPT_HTTPGET "(3), "
+.BR CURLOPT_HTTPGET (3),
+.BR CURLOPT_MIMEPOST (3),
+.BR CURLOPT_POSTFIELDS (3),
+.BR CURLOPT_UPLOAD (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_RESOLVE "(3), "
+.BR CURLOPT_FAILONERROR (3),
+.BR CURLOPT_RESOLVE (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_POSTQUOTE "(3), " CURLOPT_PREQUOTE "(3), "
+.BR CURLOPT_CUSTOMREQUEST (3),
+.BR CURLOPT_DIRLISTONLY (3),
+.BR CURLOPT_POSTQUOTE (3),
+.BR CURLOPT_PREQUOTE (3)
Returns CURLE_OK on success or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_EGDSOCKET "(3), "
+.BR CURLOPT_EGDSOCKET (3)
Returns CURLE_OK on success or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_RESUME_FROM "(3), "
+.BR CURLOPT_LOW_SPEED_LIMIT (3),
+.BR CURLOPT_MAX_RECV_SPEED_LARGE (3),
+.BR CURLOPT_MAXFILESIZE_LARGE (3),
+.BR CURLOPT_RESUME_FROM (3)
.SH RETURN VALUE
This returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_READFUNCTION "(3), " CURLOPT_WRITEDATA "(3), "
+.BR CURLOPT_HEADERDATA (3),
+.BR CURLOPT_READFUNCTION (3),
+.BR CURLOPT_WRITEDATA (3),
+.BR CURLOPT_WRITEFUNCTION (3)
.SH RETURN VALUE
This returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_READDATA "(3), " CURLOPT_WRITEFUNCTION "(3), "
-.BR CURLOPT_SEEKFUNCTION "(3), " CURLOPT_UPLOAD "(3), " CURLOPT_POST "(3), "
-.BR CURLOPT_UPLOAD_BUFFERSIZE "(3), "
+.BR CURLOPT_POST (3),
+.BR CURLOPT_READDATA (3),
+.BR CURLOPT_SEEKFUNCTION (3),
+.BR CURLOPT_UPLOAD (3),
+.BR CURLOPT_UPLOAD_BUFFERSIZE (3),
+.BR CURLOPT_WRITEFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_PROTOCOLS "(3), "
+.BR CURLINFO_SCHEME (3),
+.BR CURLOPT_DEFAULT_PROTOCOL (3),
+.BR CURLOPT_PROTOCOLS (3),
+.BR CURLOPT_REDIR_PROTOCOLS_STR (3)
CURLE_UNSUPPORTED_PROTOCOL if a listed protocol is not supported or disabled,
CURLE_BAD_FUNCTION_ARGUMENT if no protocol is listed else CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_PROTOCOLS_STR "(3), "
+.BR CURLOPT_PROTOCOLS_STR (3),
+.BR CURLINFO_SCHEME (3),
+.BR CURLOPT_DEFAULT_PROTOCOL (3),
+.BR CURLOPT_PROTOCOLS (3),
+.BR CURLOPT_REDIR_PROTOCOLS (3)
Returns CURLE_OK if HTTP support is enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_USERAGENT "(3), " CURLOPT_HTTPHEADER "(3), "
-.BR CURLINFO_REFERER "(3), "
+.BR CURLINFO_REDIRECT_URL (3),
+.BR CURLINFO_REFERER (3),
+.BR CURLOPT_HTTPHEADER (3),
+.BR CURLOPT_USERAGENT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CUSTOMREQUEST "(3), " CURLOPT_HTTPGET "(3), "
+.BR CURLOPT_CUSTOMREQUEST (3),
+.BR CURLOPT_HTTPGET (3),
+.BR CURLOPT_PATH_AS_IS (3),
+.BR CURLOPT_URL (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_IPRESOLVE "(3), " CURLOPT_DNS_CACHE_TIMEOUT "(3), "
-.BR CURLOPT_CONNECT_TO "(3), "
+.BR CURLOPT_CONNECT_TO (3),
+.BR CURLOPT_DNS_CACHE_TIMEOUT (3),
+.BR CURLOPT_IPRESOLVE (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_RESOLVER_START_FUNCTION "(3) "
+.BR CURLOPT_PREREQFUNCTION (3),
+.BR CURLOPT_RESOLVER_START_FUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_RESOLVER_START_DATA "(3) "
+.BR CURLOPT_PREREQFUNCTION (3),
+.BR CURLOPT_RESOLVER_START_DATA (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_RESUME_FROM_LARGE "(3), " CURLOPT_RANGE "(3), "
-.BR CURLOPT_INFILESIZE "(3), "
+.BR CURLOPT_RESUME_FROM_LARGE (3),
+.BR CURLOPT_RANGE (3),
+.BR CURLOPT_INFILESIZE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_RESUME_FROM "(3), " CURLOPT_RANGE "(3), "
-.BR CURLOPT_INFILESIZE_LARGE "(3), "
+.BR CURLOPT_INFILESIZE_LARGE (3),
+.BR CURLOPT_RANGE (3),
+.BR CURLOPT_RESUME_FROM (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_RTSP_SERVER_CSEQ "(3), " CURLOPT_RTSP_REQUEST "(3), "
+.BR CURLINFO_RTSP_CLIENT_CSEQ (3),
+.BR CURLINFO_RTSP_SERVER_CSEQ (3),
+.BR CURLOPT_RTSP_REQUEST (3),
+.BR CURLOPT_RTSP_SERVER_CSEQ (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_RTSP_SESSION_ID "(3), " CURLOPT_RTSP_STREAM_URI "(3), "
+.BR CURLOPT_RTSP_SESSION_ID (3),
+.BR CURLOPT_RTSP_STREAM_URI (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_RTSP_CLIENT_CSEQ "(3), " CURLOPT_RTSP_STREAM_URI "(3), "
+.BR CURLINFO_RTSP_SERVER_CSEQ (3),
+.BR CURLOPT_RTSP_CLIENT_CSEQ (3),
+.BR CURLOPT_RTSP_STREAM_URI (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_RTSP_REQUEST "(3), " CURLOPT_RTSP_STREAM_URI "(3), "
+.BR CURLOPT_RTSP_REQUEST (3),
+.BR CURLOPT_RTSP_STREAM_URI (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_RTSP_REQUEST "(3), " CURLOPT_RTSP_TRANSPORT "(3), "
+.BR CURLOPT_RTSP_REQUEST (3),
+.BR CURLOPT_RTSP_TRANSPORT (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_RTSP_REQUEST "(3), " CURLOPT_RTSP_SESSION_ID "(3), "
+.BR CURLOPT_RTSP_REQUEST (3),
+.BR CURLOPT_RTSP_SESSION_ID (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_USERNAME "(3), " CURLOPT_PASSWORD "(3), ".BR CURLOPT_USERPWD "(3)"
+.BR CURLOPT_PASSWORD (3),
+.BR CURLOPT_USERNAME (3),
+.BR CURLOPT_USERPWD (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_MAIL_AUTH "(3), " CURLOPT_MAIL_FROM "(3), "
+.BR CURLOPT_MAIL_AUTH (3),
+.BR CURLOPT_MAIL_FROM (3),
+.BR CURLOPT_SASL_AUTHZID (3)
Added in 7.18.0
.SH RETURN VALUE
.SH "SEE ALSO"
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_IOCTLFUNCTION (3),
+.BR CURLOPT_SEEKFUNCTION (3),
+.BR CURLOPT_STDERR (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SEEKDATA "(3), " CURLOPT_IOCTLFUNCTION "(3), "
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_IOCTLFUNCTION (3),
+.BR CURLOPT_SEEKDATA (3),
+.BR CURLOPT_STDERR (3)
CURLE_BAD_FUNCTION_ARGUMENT if set to a negative value or a value that when
converted to milliseconds is too large.
.SH "SEE ALSO"
-.BR CURLOPT_TIMEOUT "(3), " CURLOPT_CONNECTTIMEOUT "(3), "
-.BR CURLOPT_LOW_SPEED_LIMIT "(3), "
+.BR CURLOPT_CONNECTTIMEOUT (3),
+.BR CURLOPT_LOW_SPEED_LIMIT (3),
+.BR CURLOPT_TIMEOUT (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_PROXYTYPE "(3), "
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_PROXY_SERVICE_NAME (3),
+.BR CURLOPT_PROXYTYPE (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_COOKIE "(3), "
+.BR CURLOPT_COOKIE (3),
+.BR CURLSHOPT_SHARE (3)
.SH RETURN VALUE
Returns \fICURLE_OK\fP if the option is supported, and \fICURLE_UNKNOWN_OPTION\fP if not.
.SH "SEE ALSO"
-.BR CURLOPT_SOCKOPTFUNCTION "(3), " CURLOPT_OPENSOCKETFUNCTION "(3), "
+.BR CURLOPT_OPENSOCKETFUNCTION (3),
+.BR CURLOPT_SOCKOPTFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SOCKOPTDATA "(3), " CURLOPT_OPENSOCKETFUNCTION "(3), "
+.BR CURLOPT_OPENSOCKETFUNCTION (3),
+.BR CURLOPT_SEEKFUNCTION (3),
+.BR CURLOPT_SOCKOPTDATA (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_NOT_BUILT_IN if the bitmask contains unsupported flags.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_PROXYTYPE "(3)"
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_PROXYTYPE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SOCKS5_GSSAPI_SERVICE "(3), " CURLOPT_PROXY "(3), "
+.BR CURLOPT_SOCKS5_GSSAPI_SERVICE (3),
+.BR CURLOPT_PROXY (3)
+
+
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_PROXY "(3), " CURLOPT_PROXYTYPE "(3), "
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_PROXYTYPE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 "(3), " CURLOPT_SSH_PUBLIC_KEYFILE "(3), "
+.BR CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 (3),
+.BR CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 (3),
+.BR CURLOPT_SSH_PUBLIC_KEYFILE (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_ACCEPT_ENCODING "(3), " CURLOPT_TRANSFER_ENCODING "(3), "
+.BR CURLOPT_ACCEPT_ENCODING (3),
+.BR CURLOPT_TRANSFER_ENCODING (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSH_HOSTKEYFUNCTION "(3), "
+.BR CURLOPT_SSH_HOSTKEYFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSH_HOSTKEYDATA "(3), "
-.BR CURLOPT_SSH_KNOWNHOSTS "(3), "
+.BR CURLOPT_SSH_HOSTKEYDATA (3),
+.BR CURLOPT_SSH_KNOWNHOSTS (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSH_PUBLIC_KEYFILE "(3), " CURLOPT_SSH_AUTH_TYPES "(3), "
-.BR CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 "(3), "
+.BR CURLOPT_SSH_AUTH_TYPES (3),
+.BR CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 (3),
+.BR CURLOPT_SSH_PUBLIC_KEYFILE (3),
+.BR CURLOPT_SSH_KNOWNHOSTS (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSH_PUBLIC_KEYFILE "(3), " CURLOPT_SSH_AUTH_TYPES "(3), "
+.BR CURLOPT_SSH_AUTH_TYPES (3),
+.BR CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 (3),
+.BR CURLOPT_SSH_PUBLIC_KEYFILE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSH_KEYDATA "(3), " CURLOPT_SSH_KNOWNHOSTS "(3), "
+.BR CURLOPT_SSH_KEYDATA (3),
+.BR CURLOPT_SSH_KNOWNHOSTS (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSH_KEYDATA "(3), " CURLOPT_SSH_KNOWNHOSTS "(3), "
+.BR CURLOPT_SSH_KEYDATA (3),
+.BR CURLOPT_SSH_KNOWNHOSTS (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSH_AUTH_TYPES "(3), " CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 "(3), "
+.BR CURLOPT_SSH_AUTH_TYPES (3),
+.BR CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSH_PUBLIC_KEYFILE "(3), " CURLOPT_SSH_AUTH_TYPES "(3), "
+.BR CURLOPT_SSH_PUBLIC_KEYFILE (3),
+.BR CURLOPT_SSH_AUTH_TYPES (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSH_PRIVATE_KEYFILE "(3), " CURLOPT_SSH_AUTH_TYPES "(3), "
+.BR CURLOPT_SSH_PRIVATE_KEYFILE (3),
+.BR CURLOPT_SSH_AUTH_TYPES (3)
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSLCERTTYPE "(3), " CURLOPT_SSLKEY "(3), "
+.BR CURLOPT_SSLCERTTYPE (3),
+.BR CURLOPT_SSLKEY (3),
+.BR CURLOPT_KEYPASSWD (3)
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSLCERT "(3), " CURLOPT_SSLKEY "(3), "
+.BR CURLOPT_SSLCERT (3),
+.BR CURLOPT_SSLKEY (3)
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSLCERTTYPE "(3), " CURLOPT_SSLKEY "(3), "
+.BR CURLOPT_SSLCERTTYPE (3),
+.BR CURLOPT_SSLKEY (3),
+.BR CURLOPT_KEYPASSWD (3)
CURLE_OUT_OF_MEMORY - Insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSLENGINE_DEFAULT "(3), " CURLOPT_SSLKEY "(3), "
+.BR CURLINFO_SSL_ENGINES (3),
+.BR CURLOPT_SSLENGINE_DEFAULT (3),
+.BR CURLOPT_SSLKEY (3)
CURLE_OUT_OF_MEMORY - Insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSLENGINE "(3), " CURLOPT_SSLCERT "(3), "
+.BR CURLOPT_SSLENGINE (3),
+.BR CURLOPT_SSLCERT (3)
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSLKEYTYPE "(3), " CURLOPT_SSLCERT "(3), "
+.BR CURLOPT_SSLCERT (3),
+.BR CURLOPT_SSLKEY_BLOB (3),
+.BR CURLOPT_SSLKEYTYPE (3)
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSLKEY "(3), " CURLOPT_SSLCERT "(3), "
+.BR CURLOPT_SSLCERT (3),
+.BR CURLOPT_SSLKEY (3),
+.BR CURLOPT_PROXY_SSLKEYTYPE (3)
Returns CURLE_OK if TLS enabled, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_SSLKEYTYPE "(3), " CURLOPT_SSLKEY "(3), "
+.BR CURLOPT_SSLKEYTYPE (3),
+.BR CURLOPT_SSLKEY (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_USE_SSL "(3), " CURLOPT_HTTP_VERSION "(3), "
-.BR CURLOPT_PROXY_SSLVERSION "(3), " CURLOPT_IPRESOLVE "(3) "
+.BR CURLOPT_HTTP_VERSION (3),
+.BR CURLOPT_IPRESOLVE (3),
+.BR CURLOPT_PROXY_SSLVERSION (3),
+.BR CURLOPT_USE_SSL (3)
Returns CURLE_OK if TLS is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_TLS13_CIPHERS "(3), " CURLOPT_SSLVERSION "(3), "
-.BR CURLOPT_PROXY_SSL_CIPHER_LIST "(3), " CURLOPT_PROXY_TLS13_CIPHERS "(3), "
-.BR CURLOPT_USE_SSL "(3), "
+.BR CURLOPT_TLS13_CIPHERS (3),
+.BR CURLOPT_SSLVERSION (3),
+.BR CURLOPT_PROXY_SSL_CIPHER_LIST (3),
+.BR CURLOPT_PROXY_TLS13_CIPHERS (3),
+.BR CURLOPT_USE_SSL (3)
CURLE_UNKNOWN_OPTION
.SH "SEE ALSO"
-.BR CURLOPT_SSL_CTX_FUNCTION "(3), " CURLOPT_SSLVERSION "(3), "
+.BR CURLOPT_SSL_CTX_FUNCTION (3),
+.BR CURLOPT_SSLVERSION (3)
CURLE_UNKNOWN_OPTION
.SH "SEE ALSO"
-.BR CURLOPT_SSL_CTX_DATA "(3), " CURLOPT_SSL_VERIFYPEER "(3), "
+.BR CURLOPT_SSL_CTX_DATA (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSL_OPTIONS "(3), " CURLOPT_SSL_CIPHER_LIST "(3), "
-.BR CURLOPT_TLS13_CIPHERS "(3), "
+.BR CURLOPT_SSL_OPTIONS (3),
+.BR CURLOPT_SSL_CIPHER_LIST (3),
+.BR CURLOPT_TLS13_CIPHERS (3)
+
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSL_ENABLE_NPN "(3), " CURLOPT_SSL_OPTIONS "(3), "
+.BR CURLOPT_SSL_ENABLE_NPN (3),
+.BR CURLOPT_SSL_OPTIONS (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSL_ENABLE_ALPN "(3), " CURLOPT_SSL_OPTIONS "(3), "
+.BR CURLOPT_SSL_ENABLE_ALPN (3),
+.BR CURLOPT_SSL_OPTIONS (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSLVERSION "(3), " CURLOPT_SSL_CIPHER_LIST "(3), "
+.BR CURLOPT_PROXY_SSL_OPTIONS (3),
+.BR CURLOPT_SSL_CIPHER_LIST (3),
+.BR CURLOPT_SSLVERSION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_DNS_CACHE_TIMEOUT "(3), " CURLOPT_SSLVERSION "(3), "
+.BR CURLOPT_DNS_CACHE_TIMEOUT (3),
+.BR CURLOPT_MAXAGE_CONN (3),
+.BR CURLOPT_MAXLIFETIME_CONN (3),
+.BR CURLOPT_SSLVERSION (3)
If 1 is set as argument, \fICURLE_BAD_FUNCTION_ARGUMENT\fP is returned.
.SH "SEE ALSO"
-.BR CURLOPT_SSL_VERIFYPEER "(3), " CURLOPT_CAINFO "(3), "
+.BR CURLOPT_CAINFO (3),
+.BR CURLOPT_PINNEDPUBLICKEY (3),
+.BR CURLOPT_SSL_VERIFYPEER (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_PROXY_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_PROXY_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_CAINFO "(3), "
-.BR CURLINFO_CAINFO "(3), "
-.BR CURLINFO_CAPATH "(3), "
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_PROXY_SSL_VERIFYPEER (3),
+.BR CURLOPT_PROXY_SSL_VERIFYHOST (3),
+.BR CURLOPT_CAINFO (3),
+.BR CURLINFO_CAINFO (3),
+.BR CURLINFO_CAPATH (3)
Returns CURLE_OK if OCSP stapling is supported by the SSL backend, otherwise
returns CURLE_NOT_BUILT_IN.
.SH "SEE ALSO"
-.BR CURLOPT_SSL_VERIFYHOST "(3), "
-.BR CURLOPT_SSL_VERIFYPEER "(3), "
-.BR CURLOPT_CAINFO "(3), "
+.BR CURLOPT_SSL_VERIFYHOST (3),
+.BR CURLOPT_SSL_VERIFYPEER (3),
+.BR CURLOPT_CAINFO (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_VERBOSE "(3), " CURLOPT_NOPROGRESS "(3), "
-.BR CURLOPT_DEBUGFUNCTION "(3) "
+.BR CURLOPT_VERBOSE (3),
+.BR CURLOPT_NOPROGRESS (3),
+.BR CURLOPT_DEBUGFUNCTION (3)
+
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_STREAM_WEIGHT "(3), " CURLOPT_STREAM_DEPENDS_E "(3), "
+.BR CURLMOPT_PIPELINING (3),
+.BR CURLOPT_HTTP_VERSION (3),
+.BR CURLOPT_STREAM_DEPENDS_E (3),
+.BR CURLOPT_STREAM_WEIGHT (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_STREAM_WEIGHT "(3), " CURLOPT_STREAM_DEPENDS "(3), "
+.BR CURLMOPT_PIPELINING (3),
+.BR CURLOPT_HTTP_VERSION (3),
+.BR CURLOPT_STREAM_DEPENDS (3),
+.BR CURLOPT_STREAM_WEIGHT (3)
+
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_STREAM_DEPENDS "(3), " CURLOPT_STREAM_DEPENDS_E "(3), "
-.BR CURLOPT_PIPEWAIT "(3), " CURLMOPT_PIPELINING "(3), "
+.BR CURLMOPT_PIPELINING (3),
+.BR CURLOPT_PIPEWAIT (3),
+.BR CURLOPT_STREAM_DEPENDS (3),
+.BR CURLOPT_STREAM_DEPENDS_E (3)
.SH RETURN VALUE
CURLE_OK or an error such as CURLE_UNKNOWN_OPTION.
.SH "SEE ALSO"
-.BR CURLOPT_HEADER "(3), " CURLOPT_PROXY "(3), "
-.BR CURLOPT_HTTPPROXYTUNNEL "(3), "
+.BR CURLOPT_HEADER (3),
+.BR CURLOPT_PROXY (3),
+.BR CURLOPT_HTTPPROXYTUNNEL (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_TCP_KEEPIDLE "(3), " CURLOPT_TCP_KEEPINTVL "(3), "
+.BR CURLOPT_TCP_KEEPIDLE (3),
+.BR CURLOPT_TCP_KEEPINTVL (3),
+.BR CURLOPT_LOW_SPEED_LIMIT (3),
+.BR CURLOPT_MAX_RECV_SPEED_LARGE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_TCP_KEEPALIVE "(3), " CURLOPT_TCP_KEEPINTVL "(3), "
+.BR CURLOPT_TCP_KEEPALIVE (3),
+.BR CURLOPT_TCP_KEEPINTVL (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_TCP_KEEPALIVE "(3), " CURLOPT_TCP_KEEPIDLE "(3), "
+.BR CURLOPT_TCP_KEEPALIVE (3),
+.BR CURLOPT_TCP_KEEPIDLE (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_SOCKOPTFUNCTION "(3), " CURLOPT_TCP_KEEPALIVE "(3), "
+.BR CURLOPT_BUFFERSIZE (3),
+.BR CURLOPT_SOCKOPTFUNCTION (3),
+.BR CURLOPT_TCP_KEEPALIVE (3)
.SH RETURN VALUE
Returns CURLE_OK if TELNET is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_HTTPHEADER "(3), " CURLOPT_QUOTE "(3), "
+.BR CURLOPT_HTTPHEADER (3),
+.BR CURLOPT_QUOTE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_MAXFILESIZE "(3), "
+.BR CURLOPT_MAXFILESIZE (3)
+
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_TIMEVALUE "(3), "
+.BR CURLOPT_TIMEVALUE (3),
+.BR CURLINFO_FILETIME (3)
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.
.SH "SEE ALSO"
-.BR CURLOPT_TIMEOUT_MS "(3), "
-.BR CURLOPT_CONNECTTIMEOUT "(3), " CURLOPT_LOW_SPEED_LIMIT "(3), "
+.BR CURLOPT_CONNECTTIMEOUT (3),
+.BR CURLOPT_LOW_SPEED_LIMIT (3),
+.BR CURLOPT_TCP_KEEPALIVE (3),
+.BR CURLOPT_TIMEOUT_MS (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_TIMEOUT "(3), "
-.BR CURLOPT_CONNECTTIMEOUT "(3), " CURLOPT_LOW_SPEED_LIMIT "(3), "
+.BR CURLOPT_CONNECTTIMEOUT (3),
+.BR CURLOPT_LOW_SPEED_LIMIT (3),
+.BR CURLOPT_TCP_KEEPALIVE (3),
+.BR CURLOPT_TIMEOUT (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_TIMECONDITION "(3), "
+.BR CURLOPT_TIMECONDITION (3),
+.BR CURLOPT_TIMEVALUE_LARGE (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_TIMECONDITION "(3), "
-.BR CURLOPT_TIMEVALUE_LARGE "(3), "
+.BR CURLOPT_TIMECONDITION (3),
+.BR CURLOPT_TIMEVALUE (3),
+.BR CURLINFO_FILETIME (3)
.SH RETURN VALUE
Returns CURLE_OK if supported, CURLE_NOT_BUILT_IN otherwise.
.SH "SEE ALSO"
-.BR CURLOPT_SSL_CIPHER_LIST "(3), " CURLOPT_SSLVERSION "(3), "
-.BR CURLOPT_PROXY_SSL_CIPHER_LIST "(3), " CURLOPT_PROXY_TLS13_CIPHERS "(3), "
-.BR CURLOPT_PROXY_SSLVERSION "(3), " CURLOPT_USE_SSL "(3), "
+.BR CURLOPT_PROXY_SSL_CIPHER_LIST (3),
+.BR CURLOPT_PROXY_SSLVERSION (3),
+.BR CURLOPT_PROXY_TLS13_CIPHERS (3),
+.BR CURLOPT_SSL_CIPHER_LIST (3),
+.BR CURLOPT_SSLVERSION (3),
+.BR CURLOPT_USE_SSL (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_TLSAUTH_TYPE "(3), " CURLOPT_TLSAUTH_USERNAME "(3), "
+.BR CURLOPT_PROXY_TLSAUTH_PASSWORD (3),
+.BR CURLOPT_TLSAUTH_TYPE (3),
+.BR CURLOPT_TLSAUTH_USERNAME (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_TLSAUTH_USERNAME "(3), " CURLOPT_TLSAUTH_PASSWORD "(3), "
+.BR CURLOPT_TLSAUTH_USERNAME (3),
+.BR CURLOPT_TLSAUTH_PASSWORD (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_TLSAUTH_TYPE "(3), " CURLOPT_TLSAUTH_PASSWORD "(3), "
+.BR CURLOPT_TLSAUTH_TYPE (3),
+.BR CURLOPT_TLSAUTH_PASSWORD (3)
.SH RETURN VALUE
Returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_TRAILERFUNCTION "(3), "
+.BR CURLOPT_TRAILERFUNCTION (3),
+.BR CURLOPT_WRITEFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_TRAILERDATA "(3), "
+.BR CURLOPT_TRAILERDATA (3),
+.BR CURLOPT_WRITEFUNCTION (3)
+
.SH RETURN VALUE
Returns CURLE_OK if FTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_CRLF "(3), "
+.BR CURLOPT_CRLF (3)
+
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_ACCEPT_ENCODING "(3), " CURLOPT_HTTP_TRANSFER_DECODING "(3), "
+.BR CURLOPT_ACCEPT_ENCODING (3),
+.BR CURLOPT_HTTP_TRANSFER_DECODING (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_ABSTRACT_UNIX_SOCKET "(3), "
-.BR CURLOPT_OPENSOCKETFUNCTION "(3), " unix "(7), "
+.BR CURLOPT_ABSTRACT_UNIX_SOCKET (3),
+.BR CURLOPT_OPENSOCKETFUNCTION (3),
+.BR unix (7)
.SH RETURN VALUE
Returns CURLE_OK if HTTP is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FOLLOWLOCATION "(3), " CURLOPT_USERPWD "(3), "
-.BR CURLOPT_MAXREDIRS "(3), "
-.BR CURLOPT_REDIR_PROTOCOLS_STR "(3), "
+.BR CURLOPT_FOLLOWLOCATION (3),
+.BR CURLOPT_USERPWD (3),
+.BR CURLOPT_MAXREDIRS (3),
+.BR CURLOPT_REDIR_PROTOCOLS_STR (3),
+.BR CURLINFO_REDIRECT_COUNT (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_PUT "(3), " CURLOPT_READFUNCTION "(3), "
-.BR CURLOPT_INFILESIZE_LARGE "(3), "
+.BR CURLOPT_PUT (3),
+.BR CURLOPT_READFUNCTION (3),
+.BR CURLOPT_INFILESIZE_LARGE (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_BUFFERSIZE "(3), " CURLOPT_READFUNCTION "(3), "
+.BR CURLOPT_BUFFERSIZE (3),
+.BR CURLOPT_READFUNCTION (3),
+.BR CURLOPT_TCP_NODELAY (3)
bad URL, it is not detected until \fIcurl_easy_perform(3)\fP or similar is
called.
.SH "SEE ALSO"
-.BR CURLOPT_VERBOSE "(3), " CURLOPT_PROTOCOLS "(3), "
-.BR CURLOPT_FORBID_REUSE "(3), " CURLOPT_FRESH_CONNECT "(3), "
-.BR curl_easy_perform "(3), "
-.BR CURLINFO_REDIRECT_URL "(3), " CURLOPT_PATH_AS_IS "(3), " CURLOPT_CURLU "(3), "
-.BR curl_url_set "(3), "
-.BR curl_url_get "(3), "
+.BR curl_easy_perform (3),
+.BR curl_url_get (3),
+.BR curl_url_set (3),
+.BR CURLINFO_REDIRECT_URL (3),
+.BR CURLOPT_CURLU (3),
+.BR CURLOPT_FORBID_REUSE (3),
+.BR CURLOPT_FRESH_CONNECT (3),
+.BR CURLOPT_PATH_AS_IS (3),
+.BR CURLOPT_PROTOCOLS (3)
Returns CURLE_OK if HTTP is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_REFERER "(3), " CURLOPT_HTTPHEADER "(3), "
+.BR CURLOPT_CUSTOMREQUEST (3),
+.BR CURLOPT_HTTPHEADER (3),
+.BR CURLOPT_REFERER (3),
+.BR CURLOPT_REQUEST_TARGET (3)
+
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_USERPWD "(3), " CURLOPT_PASSWORD "(3), "
-.BR CURLOPT_HTTPAUTH "(3), " CURLOPT_PROXYAUTH "(3)"
+.BR CURLOPT_USERPWD (3),
+.BR CURLOPT_PASSWORD (3),
+.BR CURLOPT_HTTPAUTH (3),
+.BR CURLOPT_PROXYAUTH (3)
Returns CURLE_OK on success or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_USERNAME "(3), " CURLOPT_PASSWORD "(3), "
-.BR CURLOPT_PROXYUSERPWD "(3), "
+.BR CURLOPT_USERNAME (3),
+.BR CURLOPT_PASSWORD (3),
+.BR CURLOPT_PROXYUSERPWD (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_SSLVERSION "(3), " CURLOPT_PROXY_SSLVERSION "(3), "
-.BR CURLOPT_SSL_OPTIONS "(3), "
+.BR CURLOPT_SSLVERSION (3),
+.BR CURLOPT_PROXY_SSLVERSION (3),
+.BR CURLOPT_SSL_OPTIONS (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
-.BR CURLOPT_ERRORBUFFER "(3), "
-.BR curl_global_trace "(3), "
+.BR CURLOPT_STDERR (3),
+.BR CURLOPT_DEBUGFUNCTION (3),
+.BR CURLOPT_ERRORBUFFER (3),
+.BR curl_global_trace (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_FNMATCH_FUNCTION "(3), " CURLOPT_URL "(3), "
+.BR CURLOPT_CHUNK_BGN_FUNCTION (3),
+.BR CURLOPT_CHUNK_END_FUNCTION (3),
+.BR CURLOPT_FNMATCH_FUNCTION (3),
+.BR CURLOPT_URL (3)
.SH RETURN VALUE
This returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_WRITEFUNCTION "(3), " CURLOPT_READDATA "(3), "
+.BR CURLOPT_WRITEFUNCTION (3),
+.BR CURLOPT_HEADERDATA (3),
+.BR CURLOPT_READDATA (3)
.SH RETURN VALUE
This returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_WRITEDATA "(3), " CURLOPT_READFUNCTION "(3), "
-.BR CURLOPT_HEADERFUNCTION "(3), "
+.BR CURLOPT_WRITEDATA (3),
+.BR CURLOPT_READFUNCTION (3),
+.BR CURLOPT_HEADERFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR curl_ws_recv "(3), " curl_ws_send "(3), "
+.BR curl_ws_recv (3),
+.BR curl_ws_send (3),
+.BR CURLOPT_CONNECT_ONLY (3)
.SH RETURN VALUE
Returns CURLE_OK
.SH "SEE ALSO"
-.BR CURLOPT_XFERINFOFUNCTION "(3), " CURLOPT_VERBOSE "(3), "
+.BR CURLOPT_NOPROGRESS (3),
+.BR CURLOPT_VERBOSE (3),
+.BR CURLOPT_XFERINFOFUNCTION (3)
.SH RETURN VALUE
Returns CURLE_OK.
.SH "SEE ALSO"
-.BR CURLOPT_XFERINFODATA "(3), " CURLOPT_NOPROGRESS "(3), "
+.BR CURLOPT_NOPROGRESS (3),
+.BR CURLOPT_XFERINFODATA (3)
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or
CURLE_OUT_OF_MEMORY if there was insufficient heap space.
.SH "SEE ALSO"
-.BR CURLOPT_MAIL_AUTH "(3), " CURLOPT_USERNAME "(3), "
+.BR CURLOPT_MAIL_AUTH (3),
+.BR CURLOPT_USERNAME (3)
+
error occurred. See \fIlibcurl-errors(3)\fP for the full list with
descriptions.
.SH "SEE ALSO"
-.BR CURLSHOPT_UNLOCKFUNC "(3), "
-.BR curl_share_setopt "(3), " curl_share_cleanup "(3), " curl_share_init "(3)"
+.BR curl_share_cleanup (3),
+.BR curl_share_init (3),
+.BR curl_share_setopt (3),
+.BR CURLSHOPT_UNLOCKFUNC (3)
error occurred. See \fIlibcurl-errors(3)\fP for the full list with
descriptions.
.SH "SEE ALSO"
-.BR CURLSHOPT_UNSHARE "(3), "
-.BR curl_share_setopt "(3), " curl_share_cleanup "(3), " curl_share_init "(3)"
+.BR curl_share_cleanup (3),
+.BR curl_share_init (3),
+.BR curl_share_setopt (3),
+.BR CURLSHOPT_UNSHARE (3)
error occurred. See \fIlibcurl-errors(3)\fP for the full list with
descriptions.
.SH "SEE ALSO"
-.BR CURLSHOPT_LOCKFUNC "(3), "
-.BR curl_share_setopt "(3), " curl_share_cleanup "(3), " curl_share_init "(3)"
+.BR curl_share_cleanup (3),
+.BR curl_share_init (3),
+.BR curl_share_setopt (3),
+.BR CURLSHOPT_LOCKFUNC (3)
error occurred. See \fIlibcurl-errors(3)\fP for the full list with
descriptions.
.SH "SEE ALSO"
-.BR CURLSHOPT_SHARE "(3), "
-.BR curl_share_setopt "(3), " curl_share_cleanup "(3), " curl_share_init "(3)"
+.BR curl_share_cleanup (3),
+.BR curl_share_init (3),
+.BR curl_share_setopt (3),
+.BR CURLSHOPT_SHARE (3)
error occurred. See \fIlibcurl-errors(3)\fP for the full list with
descriptions.
.SH "SEE ALSO"
-.BR CURLSHOPT_LOCKFUNC "(3), "
-.BR curl_share_setopt "(3), " curl_share_cleanup "(3), " curl_share_init "(3)"
+.BR curl_share_cleanup (3),
+.BR curl_share_init (3),
+.BR curl_share_setopt (3),
+.BR CURLSHOPT_LOCKFUNC (3)
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"
-.BR CURLOPT_STDERR "(3), " CURLOPT_DEBUGFUNCTION "(3), "
+.BR CURLOPT_STDERR (3),
+.BR CURLOPT_DEBUGFUNCTION (3)