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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DBonjourEvents.c85 CFMutableDictionaryRef _tokenToBrowserMap; // Maps a token to a browser that can be used to scan the remaining dictionaries. member in struct:__anon10788
247 plugin->_tokenToBrowserMap = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kNetBrowserInfoDictionaryValueCallbacks);
272 if (plugin->_tokenToBrowserMap)
273 CFRelease(plugin->_tokenToBrowserMap);
456 CFDictionarySetValue(plugin->_tokenToBrowserMap, launchdToken, browser);
470 NetBrowserInfo* browser = (NetBrowserInfo*)CFDictionaryGetValue(plugin->_tokenToBrowserMap, launchdToken);
511 CFDictionaryRemoveValue(plugin->_tokenToBrowserMap, launchdToken);
515 CFIndex count = CFDictionaryGetCount(plugin->_tokenToBrowserMap);
519 CFDictionaryGetKeysAndValues(plugin->_tokenToBrowserMap, NULL, (const void**)browsers);

Completed in 169 milliseconds