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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c179 static CFMutableDictionaryRef _bundlesByIdentifier = NULL; variable
245 if (!_bundlesByIdentifier) {
246 _bundlesByIdentifier = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
248 bundlesWithThisID = (CFMutableArrayRef)CFDictionaryGetValue(_bundlesByIdentifier, bundleID);
265 CFDictionarySetValue(_bundlesByIdentifier, bundleID, bundlesWithThisID);
287 if (bundleID && _bundlesByIdentifier) {
288 CFMutableArrayRef bundlesWithThisID = (CFMutableArrayRef)CFDictionaryGetValue(_bundlesByIdentifier, bundleID);
292 if (0 == CFArrayGetCount(bundlesWithThisID)) CFDictionaryRemoveValue(_bundlesByIdentifier, bundleID);
313 if (_bundlesByIdentifier && bundleID) {
315 CFArrayRef bundlesWithThisID = (CFArrayRef)CFDictionaryGetValue(_bundlesByIdentifier, bundleI
[all...]

Completed in 70 milliseconds