Lines Matching full:multi
24 curl_multi_add_handle - add an easy handle to a multi session
31 Adds a standard easy handle to the multi stack. This function call will make
34 While an easy handle is added to a multi stack, you cannot and you must not
36 handle from the multi stack again, it is perfectly fine to use it with the
41 use the DNS cache that is shared between all easy handles within the multi
44 When an easy interface is added to a multi handle, it will use a shared
45 connection cache owned by the multi handle. Removing and adding new easy
49 If you have CURLMOPT_TIMERFUNCTION set in the multi handle (and you really
55 The easy handle will remain added to the multi handle until you remove it
59 You should remove the easy handle from the multi stack before you terminate
60 first the easy handle and then the multi handle:
68 CURLMcode type, general libcurl multi interface error code.