Searched refs:_uniquedUUIDs (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFUUID.c35 static CFMutableDictionaryRef _uniquedUUIDs = NULL; variable
46 static CFMutableDictionaryRef _uniquedUUIDs = NULL; variable
182 if (!_uniquedUUIDs) _uniquedUUIDs = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, &__CFUUIDBytesDictionaryKeyCallBacks, &__CFnonRetainedUUIDDictionaryValueCallBacks);
183 CFDictionarySetValue(_uniquedUUIDs, &(uuid->_bytes), uuid);
188 if (_uniquedUUIDs) CFDictionaryRemoveValue(_uniquedUUIDs, &(uuid->_bytes));
195 } else if (_uniquedUUIDs) {
196 uuid = (CFUUIDRef)CFDictionaryGetValue(_uniquedUUIDs, bytes);

Completed in 199 milliseconds