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

/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c64 static CFMutableDictionaryRef __CFAllLocalMessagePorts = NULL; variable
362 if (NULL != __CFAllLocalMessagePorts && CFDictionaryGetValueIfPresent(__CFAllLocalMessagePorts, name, (const void **)&existing)) {
462 if (NULL != __CFAllLocalMessagePorts && CFDictionaryGetValueIfPresent(__CFAllLocalMessagePorts, name, (const void **)&existing)) {
468 if (NULL == __CFAllLocalMessagePorts) {
469 __CFAllLocalMessagePorts = CFDictionaryCreateMutable(kCFAllocatorSystemDefault, 0, &kCFTypeDictionaryKeyCallBacks, NULL);
471 CFDictionaryAddValue(__CFAllLocalMessagePorts, name, memory);
621 if (NULL != __CFAllLocalMessagePorts && CFDictionaryGetValueIfPresent(__CFAllLocalMessagePorts, nam
[all...]

Completed in 191 milliseconds