Searched refs:mhandle (Results 1 – 3 of 3) 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 | 39 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/ |
D | EasyDialogs.py | 386 mhandle = control.GetControlData_Handle(Controls.kControlMenuPart, 388 menu = Menu.as_Menu(mhandle)
|