Searched refs:mhandle (Results 1 – 2 of 2) sorted by relevance
/curl/tests/libtest/ |
H A D | lib1501.c | 41 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 D | lib575.c | 44 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