Lines Matching full:multi
27 * leak in the CURLOPT_RESOLVE handling with the multi interface.
45 CURLM* multi = NULL; in test() local
76 multi_init(multi); in test()
78 multi_add_handle(multi, easy); in test()
80 multi_perform(multi, &still_running); in test()
97 multi_fdset(multi, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
105 multi_perform(multi, &still_running); in test()
114 curl_multi_cleanup(multi); in test()
121 curl_multi_remove_handle(multi, easy); in test()
122 curl_multi_cleanup(multi); in test()
130 curl_multi_cleanup(multi); in test()
136 curl_multi_remove_handle(multi, easy); in test()
138 curl_multi_cleanup(multi); in test()