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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/libtest/
H A Dlib575.c42 CURLM *mhandle = NULL; local
70 multi_init(mhandle);
72 multi_add_handle(mhandle, handle);
74 multi_perform(mhandle, &still_running);
92 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd);
100 multi_perform(mhandle, &still_running);
109 curl_multi_cleanup(mhandle);

Completed in 40 milliseconds