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

/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c65 static CFMutableDictionaryRef __CFAllRemoteMessagePorts = NULL; variable
271 if (NULL != __CFAllRemoteMessagePorts) {
272 cnt = CFDictionaryGetCount(__CFAllRemoteMessagePorts);
274 CFDictionaryGetKeysAndValues(__CFAllRemoteMessagePorts, NULL, (const void **)remotePorts);
506 if (NULL != __CFAllRemoteMessagePorts && CFDictionaryGetValueIfPresent(__CFAllRemoteMessagePorts, name, (const void **)&existing)) {
563 if (NULL != __CFAllRemoteMessagePorts && CFDictionaryGetValueIfPresent(__CFAllRemoteMessagePorts, name, (const void **)&existing)) {
569 if (NULL == __CFAllRemoteMessagePorts) {
570 __CFAllRemoteMessagePorts
[all...]

Completed in 77 milliseconds