Lines Matching full:multi
27 * leak in the CURLOPT_RESOLVE handling with the multi interface.
44 CURLM *multi = NULL; in test() local
87 multi_init(multi); in test()
89 multi_add_handle(multi, easy); in test()
91 multi_perform(multi, &still_running); in test()
108 multi_fdset(multi, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
116 multi_perform(multi, &still_running); in test()
125 curl_multi_cleanup(multi); in test()
132 curl_multi_remove_handle(multi, easy); in test()
133 curl_multi_cleanup(multi); in test()
141 curl_multi_cleanup(multi); in test()
147 curl_multi_remove_handle(multi, easy); in test()
149 curl_multi_cleanup(multi); in test()