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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DBonjourEvents.c124 void AddEventDictionary(CFDictionaryRef eventDict, CFMutableDictionaryRef allEventsDictionary, NetBrowserInfo* key);
659 void AddEventDictionary(CFDictionaryRef eventDict, CFMutableDictionaryRef allEventsDictionary, NetBrowserInfo* key) argument
675 CFArrayAppendValue(eventsForBrowser, eventDict);
694 CFDictionaryRef eventDict = CFArrayGetValueAtIndex(array, i); local
695 CFNumberRef token = CFDictionaryGetValue(eventDict, sLaunchdTokenKey);
796 CFDictionaryRef eventDict = (CFDictionaryRef)CFArrayGetValueAtIndex(events, i); local
797 CFStringRef eventServiceName = (CFStringRef)CFDictionaryGetValue(eventDict, sServiceNameKey);
798 CFNumberRef token = (CFNumberRef) CFDictionaryGetValue(eventDict, sLaunchdTokenKey);
799 CFDictionaryRef dict = (CFDictionaryRef) CFDictionaryGetValue(eventDict, sLaunchdDictKey);

Completed in 65 milliseconds