Home | History | Annotate | Download | only in SystemService

Lines Matching defs:handler

91 	RegisterWaitableEventHandler	handler;
143 static mStatus RegisterWaitableEvent( mDNS * const inMDNS, HANDLE event, void * context, RegisterWaitableEventHandler handler );
839 // Install a Console Control Handler to handle things like control-c signals.
885 // Initialize the service status and register the service control handler with the name of the service.
1374 // reset the event handler
1390 // and reset the event handler
1404 // and reset the event handler
1419 // and reset the event handler
1433 // and reset the event handler
1447 // and reset the event handler
1462 // and reset the event handler
1518 gCurrentSource->handler( &gMDNSRecord, gCurrentSource->event, gCurrentSource->context );
1524 // the handler, then gCurrentSource was already incremented to
1894 static mStatus RegisterWaitableEvent( mDNS * const inMDNS, HANDLE event, void * context, RegisterWaitableEventHandler handler )
1901 check( handler );
1908 source->handler = handler;