Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib575.c42 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()
Dlib1501.c39 CURLM *mhandle = NULL; in test() local
52 multi_init(mhandle); in test()
54 multi_add_handle(mhandle, handle); in test()
56 multi_perform(mhandle, &still_running); in test()
77 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd); in test()
88 multi_perform(mhandle, &still_running); in test()
106 curl_multi_cleanup(mhandle); in test()
/external/python/cpython2/Lib/plat-mac/
DEasyDialogs.py386 mhandle = control.GetControlData_Handle(Controls.kControlMenuPart,
388 menu = Menu.as_Menu(mhandle)