Home
last modified time | relevance | path

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

/third_party/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()
/third_party/alsa-utils/amixer/
Damixer.c94 snd_mixer_t *mhandle; in info() local
119 if ((err = snd_mixer_open(&mhandle, 0)) < 0) { in info()
123 if (smixer_level == 0 && (err = snd_mixer_attach(mhandle, card)) < 0) { in info()
125 snd_mixer_close(mhandle); in info()
128 …if ((err = snd_mixer_selem_register(mhandle, smixer_level > 0 ? &smixer_options : NULL, NULL)) < 0… in info()
130 snd_mixer_close(mhandle); in info()
133 err = snd_mixer_load(mhandle); in info()
136 snd_mixer_close(mhandle); in info()
139 printf(" Simple ctrls : %i\n", snd_mixer_get_count(mhandle)); in info()
140 snd_mixer_close(mhandle); in info()
/third_party/boost/boost/interprocess/
Dmapped_region.hpp402 mapping_handle_t mhandle = mapping.get_mapping_handle(); in mapped_region() local
441 if(!mhandle.is_shm){ in mapped_region()
457 native_mapping_handle = mhandle.handle; in mapped_region()
498 if(!winapi::duplicate_current_process_handle(mhandle.handle, &m_file_or_mapping_hnd)){ in mapped_region()