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

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DBonjourEvents.c86 CFMutableDictionaryRef _browsers; // A Dictionary of Browser Dictionaries where the resposible browser is the key. member in struct:__anon10788
248 plugin->_browsers = CFDictionaryCreateMutable(NULL, 0, &kNetBrowserInfoDictionaryKeyCallbacks, &kCFTypeDictionaryValueCallBacks);
275 if (plugin->_browsers)
276 CFRelease(plugin->_browsers);
533 asl_log(NULL, NULL, ASL_LEVEL_INFO, "%s:%s: Removing browser %p from _browsers", sPluginIdentifier, __FUNCTION__, browser);
534 CFDictionaryRemoveValue(plugin->_browsers, browser); // This triggers release and dealloc of the browser
539 // Decrement my reference count (it was incremented when it was added to _browsers in CreateBrowser)
556 CFIndex count = CFDictionaryGetCount(plugin->_browsers);
562 CFDictionaryGetKeysAndValues(plugin->_browsers, (const void**)browsers, (const void**)dicts);
605 CFDictionarySetValue(plugin->_browsers, browse
[all...]

Completed in 194 milliseconds