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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/libtest/
H A Dlib1501.c54 CURLM *mhandle = NULL; local
67 multi_init(mhandle);
69 multi_add_handle(mhandle, handle);
71 multi_perform(mhandle, &still_running);
92 multi_fdset(mhandle, &fdread, &fdwrite, &fdexcep, &maxfd);
103 multi_perform(mhandle, &still_running);
121 curl_multi_cleanup(mhandle);
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmenuitem.cpp64 MenuHandle mhandle = MAC_WXHMENU(m_parentMenu->GetHMenu()) ;
66 DoUpdateItemBitmap( mhandle, index );
71 MenuHandle mhandle = (MenuHandle) menu; local
73 if ( mhandle == NULL || index == 0)
84 SetMenuItemIconHandle( mhandle , index ,
87 SetMenuItemIconHandle( mhandle , index ,
122 MenuHandle mhandle = MAC_WXHMENU(m_parentMenu->GetHMenu()) ; local
124 if ( mhandle == NULL || index == 0)
127 UMAEnableMenuItem( mhandle , index , m_isEnabled ) ;
129 ::SetItemMark( mhandle , inde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenuitem.cpp85 MenuHandle mhandle = MAC_WXHMENU(m_parentMenu->GetHMenu()) ;
87 if( mhandle == NULL || index == 0)
97 SetMenuItemIconHandle( mhandle , index ,
126 MenuHandle mhandle = MAC_WXHMENU(m_parentMenu->GetHMenu()) ; local
128 if( mhandle == NULL || index == 0)
131 UMAEnableMenuItem( mhandle , index , m_isEnabled ) ;
133 ::SetItemMark( mhandle , index , 0x12 ) ; // checkmark
135 ::SetItemMark( mhandle , index , 0 ) ; // no mark
137 UMASetMenuItemText( mhandle , index , m_text , wxFont::GetDefaultEncoding() ) ;
139 UMASetMenuItemShortcut( mhandle , inde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Ddynamic_loader.h61 * mhandle A module handle for use with Dynamic_Unload
71 * On a successful load, a module handle is placed in *mhandle, and zero is
86 void **mhandle);
97 * mhandle A module handle for use with Dynamic_Unload
107 * On a successful load, a module handle is placed in *mhandle, and zero is
122 void **mhandle);
128 * mhandle A module handle from dynamic_load_module
133 * The module specified by mhandle is unloaded. Unloading causes all
142 extern int dynamic_unload_module(void *mhandle, /* the module
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dcload.c102 * mhandle A module handle for use with Dynamic_Unload
113 * On a successful load, a module handle is placed in *mhandle,
122 unsigned options, void **mhandle)
195 if (mhandle)
196 *mhandle = dl_state.myhandle; /* give back the handle */
210 * mhandle A module handle for use with Dynamic_Unload
221 * On a successful load, a module handle is placed in *mhandle,
231 unsigned options, void **mhandle)
300 if (mhandle)
301 *mhandle
118 dynamic_load_module(struct dynamic_loader_stream *module, struct dynamic_loader_sym *syms, struct dynamic_loader_allocate *alloc, struct dynamic_loader_initialize *init, unsigned options, void **mhandle) argument
227 dynamic_open_module(struct dynamic_loader_stream *module, struct dynamic_loader_sym *syms, struct dynamic_loader_allocate *alloc, struct dynamic_loader_initialize *init, unsigned options, void **mhandle) argument
[all...]

Completed in 64 milliseconds