Lines Matching full:multi
25 curl_multi_add_handle - add an easy handle to a multi session
32 Adds a standard easy handle to the multi stack. This function call will make
35 While an easy handle is added to a multi stack, you cannot and you must not
37 handle from the multi stack again, it is perfectly fine to use it with the
42 use the DNS cache that is shared between all easy handles within the multi
45 When an easy interface is added to a multi handle, it will use a shared
46 connection cache owned by the multi handle. Removing and adding new easy
50 If you have \fICURLMOPT_TIMERFUNCTION(3)\fP set in the multi handle (and you
56 The easy handle will remain added to the multi handle until you remove it
60 You should remove the easy handle from the multi stack before you terminate
61 first the easy handle and then the multi handle:
69 CURLMcode type, general libcurl multi interface error code.