Home | History | Annotate | Download | only in system

Lines Matching refs:Header

33     struct Header {
45 // Message size in bytes, including the header.
55 // Total size of header, including extra header data (i.e. HANDLEs on
83 // Structure of the extra header field when present on OSX.
85 // Actual number of Mach ports encoded in the extra header.
106 // |payload_size| bytes plus a header, plus |max_handles| platform handles.
109 Header::MessageType message_type = Header::MessageType::NORMAL);
126 const void* extra_header() const { return data_ + sizeof(Header); }
127 void* mutable_extra_header() { return data_ + sizeof(Header); }
129 return header_->num_header_bytes - sizeof(Header);
168 Header* header_;
173 // On Windows, handles are serialised into the extra header section.
176 // On OSX, handles are serialised into the extra header section.
255 // |extra_header| and |extra_header_size| correspond to the extra header data.
273 virtual bool OnControlMessage(Message::Header::MessageType message_type,