Home
last modified time | relevance | path

Searched refs:mhandle (Results 1 – 2 of 2) sorted by relevance

/curl/tests/libtest/
H A Dlib1501.c41 CURLM *mhandle = NULL; in test() local
54 multi_init(mhandle); in test()
56 multi_add_handle(mhandle, handle); in test()
58 multi_perform(mhandle, &still_running); in test()
79 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
90 multi_perform(mhandle, &still_running); in test()
108 curl_multi_cleanup(mhandle); in test()
H A Dlib575.c44 CURLM *mhandle = NULL; in test() local
72 multi_init(mhandle); in test()
74 multi_add_handle(mhandle, handle); in test()
76 multi_perform(mhandle, &still_running); in test()
94 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
102 multi_perform(mhandle, &still_running); in test()
111 curl_multi_cleanup(mhandle); in test()

Completed in 5 milliseconds