Home | History | Annotate | Download | only in handler

Lines Matching defs:Reply

126                        mach_msg_header_t* reply);
185 } Reply;
191 Reply* OutP = (Reply*)OutHeadP;
206 mach_msg_header_t* reply) {
207 return exc_server(request, reply);
594 // code into the reply.
595 ExceptionReplyMessage reply;
596 if (!breakpad_exc_server(&receive.header, &reply.header))
599 // Send a reply and exit
600 mach_msg(&(reply.header), MACH_SEND_MSG,
601 reply.header.msgh_size, 0, MACH_PORT_NULL,