docs: adapt SEE ALSO sections to new requirements
To please manpage-syntax.pl used by test 1173 Closes #11957
This commit is contained in:
parent
7000a0e067
commit
bb50368ef8
@ -70,6 +70,8 @@ Added in 7.1
|
||||
.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)
|
||||
|
||||
@ -65,6 +65,8 @@ Added in 7.9
|
||||
.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)
|
||||
|
||||
@ -72,4 +72,5 @@ Added in 7.15.4 and replaces the old \fIcurl_escape(3)\fP function.
|
||||
.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)
|
||||
|
||||
@ -322,4 +322,4 @@ Added in 7.4.1
|
||||
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)
|
||||
|
||||
@ -135,6 +135,8 @@ Added in 7.83.0. Officially supported since 7.84.0.
|
||||
.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)
|
||||
|
||||
@ -71,6 +71,9 @@ Always
|
||||
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)
|
||||
|
||||
@ -93,4 +93,5 @@ This function returns the next header, or NULL when there are no more
|
||||
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)
|
||||
|
||||
@ -51,5 +51,6 @@ This function was added in libcurl 7.73.0
|
||||
.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)
|
||||
|
||||
@ -50,5 +50,6 @@ This function was added in libcurl 7.73.0
|
||||
.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)
|
||||
|
||||
@ -82,5 +82,6 @@ This function was added in libcurl 7.73.0
|
||||
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)
|
||||
|
||||
@ -113,4 +113,5 @@ CURLE_OK (zero) means that the option was set properly, and a non-zero return
|
||||
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)
|
||||
|
||||
@ -80,6 +80,8 @@ defines - see \fIlibcurl-errors(3)\fP. If the \fICURLOPT_ERRORBUFFER(3)\fP was
|
||||
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)
|
||||
|
||||
@ -92,6 +92,7 @@ Reading exactly 0 bytes indicates a closed connection.
|
||||
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)
|
||||
|
||||
@ -51,5 +51,7 @@ This function was added in libcurl 7.12.1
|
||||
.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)
|
||||
|
||||
@ -86,5 +86,7 @@ system facilities to wait until the socket is writable, and retry.
|
||||
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)
|
||||
|
||||
@ -736,7 +736,11 @@ the library is too old to support it or the option was removed in a recent
|
||||
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)
|
||||
|
||||
@ -50,5 +50,7 @@ This function was added in libcurl 7.12.0
|
||||
.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)
|
||||
|
||||
@ -72,4 +72,5 @@ Added in 7.15.4 and replaces the old \fIcurl_unescape(3)\fP function.
|
||||
.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)
|
||||
|
||||
@ -56,4 +56,5 @@ removed in a future release.
|
||||
.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)
|
||||
|
||||
@ -263,6 +263,6 @@ double quotes in field and file names are now escaped before transmission.
|
||||
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)
|
||||
|
||||
@ -67,4 +67,6 @@ Deprecated in 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -70,4 +70,5 @@ libcurl 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -50,4 +50,5 @@ Always
|
||||
.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)
|
||||
|
||||
@ -116,5 +116,7 @@ On systems with 64 bit time_t: if the year is less than 1583, this function
|
||||
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)
|
||||
|
||||
@ -54,4 +54,4 @@ Under unix operating systems, there is no point in returning an allocated
|
||||
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)
|
||||
|
||||
@ -69,6 +69,6 @@ Added in 7.8
|
||||
.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)
|
||||
|
||||
@ -113,9 +113,9 @@ Added in 7.8
|
||||
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)
|
||||
|
||||
@ -75,5 +75,5 @@ Added in 7.12.0
|
||||
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)
|
||||
|
||||
@ -129,5 +129,5 @@ has already been called, the function returns \fICURLSSLSET_TOO_LATE\fP.
|
||||
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)
|
||||
|
||||
@ -114,5 +114,5 @@ Added in 8.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)
|
||||
|
||||
@ -57,13 +57,13 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -69,7 +69,7 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -162,7 +162,7 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -94,6 +94,6 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -81,7 +81,7 @@ indication that the file is not yet readable: it can be safely ignored at
|
||||
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)
|
||||
|
||||
@ -70,6 +70,6 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -60,4 +60,5 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.SH RETURN VALUE
|
||||
None
|
||||
.SH "SEE ALSO"
|
||||
.BR curl_mime_init "(3)"
|
||||
.BR curl_free (3),
|
||||
.BR curl_mime_init (3)
|
||||
|
||||
@ -65,4 +65,6 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.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)
|
||||
|
||||
|
||||
@ -67,7 +67,7 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -61,6 +61,6 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -71,5 +71,5 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -80,6 +80,6 @@ As long as at least one of HTTP, SMTP or IMAP is enabled. Added in 7.56.0.
|
||||
.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)
|
||||
|
||||
@ -79,6 +79,8 @@ Added in 7.9.6
|
||||
.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)
|
||||
|
||||
@ -71,4 +71,5 @@ another socket to wait for, we can use \fIcurl_multi_assign(3)\fP to point out
|
||||
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)
|
||||
|
||||
@ -59,5 +59,8 @@ Added in 7.9.6
|
||||
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)
|
||||
|
||||
|
||||
@ -97,6 +97,9 @@ Added in 7.9.6
|
||||
\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)
|
||||
|
||||
@ -69,5 +69,7 @@ Added in 8.4.0
|
||||
.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)
|
||||
|
||||
@ -95,4 +95,6 @@ A pointer to a filled-in struct, or NULL if it failed or ran out of
|
||||
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)
|
||||
|
||||
@ -50,5 +50,9 @@ Added in 7.9.6
|
||||
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)
|
||||
|
||||
|
||||
@ -93,7 +93,10 @@ activity on any of the ongoing transfers. As soon as one or more file
|
||||
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)
|
||||
|
||||
@ -115,5 +115,7 @@ Added in 7.66.0.
|
||||
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)
|
||||
|
||||
@ -67,5 +67,6 @@ Added in 7.9.6
|
||||
.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)
|
||||
|
||||
@ -85,5 +85,7 @@ The standard CURLMcode for multi interface error codes. Note that it returns a
|
||||
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)
|
||||
|
||||
@ -87,6 +87,8 @@ CURLMcode type, general libcurl multi interface error code.
|
||||
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
|
||||
|
||||
@ -109,6 +109,8 @@ This function was added in libcurl 7.15.4, and is deemed stable since 7.16.0.
|
||||
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
|
||||
|
||||
@ -44,5 +44,7 @@ This function was added in libcurl 7.12.0
|
||||
.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)
|
||||
|
||||
@ -79,5 +79,7 @@ This function was added in libcurl 7.15.4.
|
||||
.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)
|
||||
|
||||
@ -123,4 +123,6 @@ This function was added in libcurl 7.28.0.
|
||||
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)
|
||||
|
||||
@ -85,4 +85,5 @@ Added in 7.68.0
|
||||
.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)
|
||||
|
||||
@ -77,4 +77,5 @@ Added in 7.44.0
|
||||
.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)
|
||||
|
||||
@ -67,4 +67,5 @@ Added in 7.44.0
|
||||
.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)
|
||||
|
||||
@ -52,4 +52,5 @@ error occurred as \fI<curl/curl.h>\fP defines. See the \fIlibcurl-errors.3\fP
|
||||
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)
|
||||
|
||||
@ -54,4 +54,5 @@ Added in 7.10
|
||||
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)
|
||||
|
||||
@ -58,4 +58,5 @@ CURLSHE_OK (zero) means that the option was set properly, non-zero means an
|
||||
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)
|
||||
|
||||
@ -44,5 +44,7 @@ This function was added in libcurl 7.12.0
|
||||
.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)
|
||||
|
||||
@ -74,4 +74,4 @@ pointer is returned. To avoid overwriting an existing non-empty list on
|
||||
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)
|
||||
|
||||
@ -57,4 +57,4 @@ Always
|
||||
.SH RETURN VALUE
|
||||
Nothing.
|
||||
.SH "SEE ALSO"
|
||||
.BR curl_slist_append "(3), "
|
||||
.BR curl_slist_append (3)
|
||||
|
||||
@ -62,4 +62,7 @@ be removed in a future release.
|
||||
.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
|
||||
|
||||
@ -58,5 +58,9 @@ Added in 7.62.0
|
||||
.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)
|
||||
|
||||
@ -46,5 +46,8 @@ Added in 7.62.0
|
||||
.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)
|
||||
|
||||
@ -51,5 +51,8 @@ Added in 7.62.0
|
||||
.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)
|
||||
|
||||
@ -167,5 +167,9 @@ descriptions.
|
||||
|
||||
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)
|
||||
|
||||
@ -201,5 +201,9 @@ million bytes. Otherwise this function returns \fBCURLUE_MALFORMED_INPUT\fP.
|
||||
|
||||
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)
|
||||
|
||||
@ -46,6 +46,9 @@ Added in 7.80.0
|
||||
.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)
|
||||
|
||||
@ -46,4 +46,4 @@ Always
|
||||
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)
|
||||
|
||||
@ -114,5 +114,8 @@ information that is valid for this specific callback invocation. If it cannot
|
||||
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)
|
||||
|
||||
@ -64,6 +64,8 @@ Instead of blocking, the function returns \fBCURLE_AGAIN\fP. The correct
|
||||
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)
|
||||
|
||||
@ -95,6 +95,8 @@ Added in 7.86.0.
|
||||
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)
|
||||
|
||||
@ -57,5 +57,9 @@ transfer, or if you are done, cleanup the session by calling
|
||||
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)
|
||||
|
||||
@ -432,7 +432,10 @@ One or more of the given arguments are bad.
|
||||
.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)
|
||||
|
||||
@ -179,4 +179,6 @@ the future, you should be aware of the following current restrictions:
|
||||
- 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)
|
||||
|
||||
@ -63,5 +63,9 @@ sharing a particular data, you can \fICURLSHOPT_UNSHARE\fP it.
|
||||
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)
|
||||
|
||||
@ -1391,4 +1391,7 @@ installs the library, header files, man pages etc.
|
||||
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)
|
||||
|
||||
@ -142,6 +142,10 @@ The URL API was introduced in libcurl 7.62.0.
|
||||
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)
|
||||
|
||||
@ -109,6 +109,10 @@ It is only built-in if explicitly opted in at build time. We discourage use of
|
||||
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)
|
||||
|
||||
@ -71,5 +71,7 @@ Added in 7.45.0
|
||||
.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)
|
||||
|
||||
@ -66,4 +66,6 @@ Added in 7.19.0
|
||||
.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)
|
||||
|
||||
@ -68,4 +68,6 @@ Added in 7.61.0
|
||||
.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)
|
||||
|
||||
@ -63,5 +63,6 @@ Added in 7.84.0
|
||||
.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)
|
||||
|
||||
@ -63,5 +63,6 @@ Added in 7.84.0
|
||||
.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)
|
||||
|
||||
@ -95,4 +95,6 @@ Added in 7.19.1
|
||||
.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)
|
||||
|
||||
@ -73,4 +73,7 @@ Added in 7.19.4
|
||||
.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)
|
||||
|
||||
@ -62,4 +62,6 @@ Added in 7.4.1
|
||||
.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)
|
||||
|
||||
@ -64,4 +64,7 @@ Added in 7.61.0
|
||||
.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)
|
||||
|
||||
@ -65,5 +65,6 @@ Added in 8.2.0
|
||||
.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)
|
||||
|
||||
@ -65,5 +65,6 @@ Added in 7.6.1. Deprecated since 7.55.0.
|
||||
.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)
|
||||
|
||||
@ -62,5 +62,6 @@ Added in 7.55.0
|
||||
.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)
|
||||
|
||||
@ -64,5 +64,6 @@ Added in 7.6.1. Deprecated since 7.55.0.
|
||||
.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)
|
||||
|
||||
@ -61,5 +61,6 @@ Added in 7.55.0
|
||||
.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)
|
||||
|
||||
@ -69,5 +69,7 @@ Added in 7.9.4
|
||||
.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)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user