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

/macosx-10.9.5/CF-855.17/
H A DCFPlugIn_PlugIn.c49 CFStringRef curFactoryIDStr; local
54 curFactoryIDStr = (CFStringRef)val;
55 curFactoryID = (CFGetTypeID(curFactoryIDStr) == CFStringGetTypeID()) ? CFUUIDCreateFromString(CFGetAllocator(bundle), curFactoryIDStr) : NULL;
56 if (!curFactoryID) curFactoryID = (CFUUIDRef)CFRetain(curFactoryIDStr);
60 curFactoryIDStr = (CFStringRef)CFArrayGetValueAtIndex(factoryIDStrArray, i);
61 curFactoryID = (CFGetTypeID(curFactoryIDStr) == CFStringGetTypeID()) ? CFUUIDCreateFromString(CFGetAllocator(bundle), curFactoryIDStr) : NULL;
62 if (!curFactoryID) curFactoryID = (CFUUIDRef)CFRetain(curFactoryIDStr);

Completed in 274 milliseconds