Searched refs:compcomhdr (Results 1 – 4 of 4) sorted by relevance
77 compcomhdr *hdr = (compcomhdr *) (CommData + (offset - b_offset)); in compcom_open()82 size_t length = sizeof (compcomhdr) + hdr_msgcount * sizeof (compmsg) + in compcom_open()92 msgs = (compmsg *) (((char *) hdr) + sizeof (compcomhdr)); in compcom_open()
70 } compcomhdr; typedef