Searched refs:_bundlesByURL (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c181 static CFMutableDictionaryRef _bundlesByURL = NULL; variable
233 if (!_bundlesByURL) {
237 _bundlesByURL = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, &kCFTypeDictionaryKeyCallBacks, &nonRetainingDictionaryValueCallbacks);
239 CFDictionarySetValue(_bundlesByURL, bundle->_url, bundle);
281 if (bundleURL && _bundlesByURL) {
282 CFBundleRef bundleForURL = (CFBundleRef)CFDictionaryGetValue(_bundlesByURL, bundleURL);
283 if (bundleForURL == bundle) CFDictionaryRemoveValue(_bundlesByURL, bundleURL);
301 if (_bundlesByURL) result = (CFBundleRef)CFDictionaryGetValue(_bundlesByURL, url);
304 CFDictionaryRemoveValue(_bundlesByURL, ur
357 #define _bundlesByURL macro
[all...]

Completed in 146 milliseconds