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

/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c884 int32_t desiredReply; local
910 desiredReply = -remote->_convCounter;
911 sendmsg = __CFMessagePortCreateMessage(false, CFMachPortGetPort(remote->_port), (replyMode != NULL ? CFMachPortGetPort(remote->_replyPort) : MACH_PORT_NULL), -desiredReply, msgid, (data ? CFDataGetBytePtr(data) : NULL), (data ? CFDataGetLength(data) : 0));
918 CFDictionarySetValue(remote->_replies, (void *)(uintptr_t)desiredReply, NULL);
958 reply = CFDictionaryGetValue(remote->_replies, (void *)(uintptr_t)desiredReply);
973 CFDictionaryRemoveValue(remote->_replies, (void *)(uintptr_t)desiredReply);
982 CFDictionaryRemoveValue(remote->_replies, (void *)(uintptr_t)desiredReply);

Completed in 107 milliseconds