Lines Matching refs:handle
18 curl_multi_remove_handle - remove an easy handle from a multi session
31 specified easy handle be removed from this multi handle's control.
33 When the easy handle has been removed from a multi stack, it is again
34 perfectly legal to invoke curl_easy_perform(3) on this easy handle.
36 Removing an easy handle while being in use is perfectly legal and effectively
37 halts the transfer in progress involving that easy handle. All other easy
40 It is fine to remove a handle at any time during a transfer, just not from
43 Removing an easy handle from the multi handle before the corresponding
47 multi handle, ready to get reused for a future transfer using this multi
48 handle.
60 /* when an easy handle has completed, remove it */