Searched refs:curlm (Results 1 – 1 of 1) sorted by relevance
32 CURLM *curlm = NULL; in test() local40 multi_init(curlm); in test()41 multi_setopt(curlm, CURLMOPT_MAX_HOST_CONNECTIONS, 1); in test()45 multi_add_handle(curlm, curl1); in test()49 multi_add_handle(curlm, curl2); in test()51 multi_perform(curlm, &running_handles); in test()53 multi_remove_handle(curlm, curl2); in test()56 multi_remove_handle(curlm, curl1); in test()61 curl_multi_cleanup(curlm); in test()
Completed in 5 milliseconds