Searched refs:mhandle (Results 1 – 2 of 2) sorted by relevance
/external/curl/tests/libtest/ |
D | lib575.c | 42 CURLM *mhandle = NULL; in test() local 70 multi_init(mhandle); in test() 72 multi_add_handle(mhandle, handle); in test() 74 multi_perform(mhandle, &still_running); in test() 92 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd); in test() 100 multi_perform(mhandle, &still_running); in test() 109 curl_multi_cleanup(mhandle); in test()
|
D | lib1501.c | 54 CURLM *mhandle = NULL; in test() local 67 multi_init(mhandle); in test() 69 multi_add_handle(mhandle, handle); in test() 71 multi_perform(mhandle, &still_running); in test() 92 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd); in test() 103 multi_perform(mhandle, &still_running); in test() 121 curl_multi_cleanup(mhandle); in test()
|