Searched refs:multiHandle (Results 1 – 2 of 2) sorted by relevance
36 CURLM *multiHandle = NULL; in test() local42 multi_init(multiHandle); in test()56 multi_add_handle(multiHandle, curl); in test()63 multi_perform(multiHandle, &stillRunning); in test()68 res = curl_multi_remove_handle(multiHandle, curl); in test()80 curl_multi_cleanup(multiHandle); in test()
44 CURLM *multiHandle = NULL; in test() local51 multi_init(multiHandle); in test()90 multi_add_handle(multiHandle, curl); in test()94 multi_perform(multiHandle, &stillRunning); in test()100 res = curl_multi_remove_handle(multiHandle, curl); in test()115 curl_multi_cleanup(multiHandle); in test()