Query: curl_multi_init
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
curl_multi_init(3) libcurl Manual curl_multi_init(3)NAMEcurl_multi_init - Start a multi sessionSYNOPSIS#include <curl/curl.h> CURLM *curl_multi_init( );DESCRIPTIONThis function returns a CURLM handle to be used as input to all the other multi-functions, sometimes refered to as a multi handle on some places in the documentation. This init call MUST have a corresponding call to curl_multi_cleanup when the operation is complete.RETURN VALUEIf this function returns NULL, something went wrong and you cannot use the other curl functions.SEE ALSOcurl_multi_cleanup(3),curl_global_init(3),curl_easy_init(3)BUGSSurely there are some, you tell me! libcurl 7.9.5 1 March 2002 curl_multi_init(3)
Related Man Pages |
---|
curl_multi_add_handle(3) - debian |
curl_multi_add_handle(3) - centos |
curl_multi_cleanup(3) - linux |
curl_multi_add_handle(3) - linux |
curl_multi_add_handle(3) - minix |
Similar Topics in the Unix Linux Community |
---|
libcurl multi interface problem |