Home | History | Annotate | Download | only in system

Lines Matching defs:Header

50       // A normal message that uses Header and can contain extra header values.
58 // Message size in bytes, including the header.
67 // Header used by NORMAL messages.
70 struct Header {
71 // Message size in bytes, including the header.
74 // Total size of header, including extra header data (i.e. HANDLEs on
101 // Structure of the extra header field when present on OSX.
103 // Actual number of Mach ports encoded in the extra header.
124 // |payload_size| bytes plus a header, plus |max_handles| platform handles.
151 Header* header() const;
184 // On Windows, handles are serialised into the extra header section.
187 // On OSX, handles are serialised into the extra header section.
266 // |extra_header| and |extra_header_size| correspond to the extra header data.