Home | History | Annotate | Download | only in Hosted

Lines Matching refs:replyHeader

319         mach_msg_header_t* replyHeader = reinterpret_cast<mach_msg_header_t*>(&reply);
321 if (WebKitPluginClient_server(msg, replyHeader) && replyHeader->msgh_remote_port != MACH_PORT_NULL) {
322 kr = mach_msg(replyHeader, MACH_SEND_MSG, replyHeader->msgh_size, 0, MACH_PORT_NULL, 0, MACH_PORT_NULL);