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

/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c1001 void *return_bytes = NULL; local
1080 return_bytes = (void *)CFDataGetBytePtr(returnData);
1082 return_bytes = NULL;
1083 vm_allocate(mach_task_self(), (vm_address_t *)&return_bytes, return_len, VM_FLAGS_ANYWHERE | VM_MAKE_TAG(VM_MEMORY_MACH_MSG));
1088 memmove(return_bytes, CFDataGetBytePtr(returnData), return_len);
1091 replymsg = __CFMessagePortCreateMessage(true, msgp->header.msgh_remote_port, MACH_PORT_NULL, -1 * (int32_t)msgp->header.msgh_id, msgid, return_bytes, return_len);

Completed in 94 milliseconds