libcurl Manual curlmultiremovehandle(3)
NAME
curlmultiremovehandle - remove an easy handle from a
multi session
SYNOPSIS
#include
CURLMcode curlmultiremovehandle(CURLM *multihandle, CURL
*easyhandle);
DESCRIPTION
Removes a given easyhandle from the multihandle. 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 curleasyperform() on
this easy handle.
Removing a handle while being used, will effectively halt
all transfers in progress.
RETURN VALUE
CURLMcode type, general libcurl multi interface error code.
SEE ALSO
curlmulticleanup(3),curlmultiinit(3)
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcurl
Interface Stability Uncommitted
NOTES
Source for C-URL is available on http:/opensolaris.org.
libcurl 7.9.5 Last change: 6 March 2002 1
|