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

/macosx-10.9.5/CF-855.17/
H A DCFPlugIn_Factory.c73 static CFMutableDictionaryRef _factoriesByFactoryID = NULL; /* Value is _CFPFactoryRef */ variable
83 if (!_factoriesByFactoryID) {
85 _factoriesByFactoryID = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, &kCFTypeDictionaryKeyCallBacks, &_factoryDictValueCallbacks);
87 CFDictionarySetValue(_factoriesByFactoryID, uuid, factory);
101 if (uuid && _factoriesByTypeID) CFDictionaryRemoveValue(_factoriesByFactoryID, uuid);
111 if (_factoriesByFactoryID) {
112 result = (_CFPFactoryRef )CFDictionaryGetValue(_factoriesByFactoryID, factoryID);

Completed in 69 milliseconds