Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c1795 ControlHandle inControl; in CarbonEvents_GetControlEventTarget() local
1797 CtlObj_Convert, &inControl)) in CarbonEvents_GetControlEventTarget()
1799 _rv = GetControlEventTarget(inControl); in CarbonEvents_GetControlEventTarget()
1969 ControlHandle inControl; in CarbonEvents_SetWindowDefaultButton() local
1972 CtlObj_Convert, &inControl)) in CarbonEvents_SetWindowDefaultButton()
1975 inControl); in CarbonEvents_SetWindowDefaultButton()
1987 ControlHandle inControl; in CarbonEvents_SetWindowCancelButton() local
1990 CtlObj_Convert, &inControl)) in CarbonEvents_SetWindowCancelButton()
1993 inControl); in CarbonEvents_SetWindowCancelButton()
/external/mdnsresponder/mDNSWindows/SystemService/
DService.c132 static DWORD WINAPI ServiceControlHandler( DWORD inControl, DWORD inEventType, LPVOID inEventData, …
1041 static DWORD WINAPI ServiceControlHandler( DWORD inControl, DWORD inEventType, LPVOID inEventData, … in ServiceControlHandler() argument
1050 switch( inControl ) in ServiceControlHandler()
1078 dlog( kDebugLevelNotice, DEBUG_NAME "ServiceControlHandler: event (0x%08X)\n", inControl ); in ServiceControlHandler()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c4159 ControlHandle inControl; in Ctl_SetKeyboardFocus() local
4166 CtlObj_Convert, &inControl, in Ctl_SetKeyboardFocus()
4170 inControl, in Ctl_SetKeyboardFocus()