From ac48668a549fe76648e0ac3f93c9943383e043f5 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 Nov 2013 18:02:01 +0000 Subject: curl folder renamed git-svn-id: http://svn.miranda-ng.org/main/trunk@6858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../docs/libcurl/curl_multi_remove_handle.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 plugins/FTPFileYM/curl/docs/libcurl/curl_multi_remove_handle.html (limited to 'plugins/FTPFileYM/curl/docs/libcurl/curl_multi_remove_handle.html') diff --git a/plugins/FTPFileYM/curl/docs/libcurl/curl_multi_remove_handle.html b/plugins/FTPFileYM/curl/docs/libcurl/curl_multi_remove_handle.html new file mode 100644 index 0000000000..fb4c499eef --- /dev/null +++ b/plugins/FTPFileYM/curl/docs/libcurl/curl_multi_remove_handle.html @@ -0,0 +1,59 @@ + + +curl_multi_remove_handle man page + + + + +

NAME

+

curl_multi_remove_handle - remove an easy handle from a multi session

SYNOPSIS

+

#include <curl/curl.h> +

CURLMcode curl_multi_remove_handle(CURLM *multi_handle, CURL *easy_handle); +

DESCRIPTION

+

Removes a given easy_handle from the multi_handle. This will make the specified easy handle be removed from this multi handle's control. +

When the easy handle has been removed from a multi stack, it is again perfectly legal to invoke curl_easy_perform() on this easy handle. +

Removing an easy handle while being used, will effectively halt the transfer in progress involving that easy handle. All other easy handles and transfers will remain unaffected.

RETURN VALUE

+

CURLMcode type, general libcurl multi interface error code.

SEE ALSO

+

curl_multi_cleanup (3) curl_multi_init (3)

+ This HTML page was made with roffit. + -- cgit v1.2.3