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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DBonjourEvents.c88 CFMutableDictionaryRef _onRemoveEvents; // A Dictionary of Event Dictionaries that describe events to trigger on a service disappearing. member in struct:__anon10788
250 plugin->_onRemoveEvents = CFDictionaryCreateMutable(NULL, 0, &kNetBrowserInfoDictionaryKeyCallbacks, &kCFTypeDictionaryValueCallBacks);
281 if (plugin->_onRemoveEvents)
282 CFRelease(plugin->_onRemoveEvents);
452 AddEventDictionary(eventDictionary, plugin->_onRemoveEvents, browser);
482 CFMutableArrayRef onRemoveEvents = (CFMutableArrayRef)CFDictionaryGetValue(plugin->_onRemoveEvents, browser);
506 CFDictionaryRemoveValue(plugin->_onRemoveEvents, browser);
769 HandleTemporaryEventsForService(plugin, browser, cfServiceName, plugin->_onRemoveEvents);

Completed in 170 milliseconds