Home | History | Annotate | Download | only in gencat

Lines Matching defs:msg_hdr

560 	struct _nls_msg_hdr *msg_hdr;
602 msg_hdr = (struct _nls_msg_hdr *)((char *)msgcat +
623 for (m = 0; m < set_hdr->__nmsgs; m++, msg_hdr++) {
624 msg_hdr->__msgno = ntohl(msg_hdr->__msgno);
625 msg_hdr->__offset = ntohl(msg_hdr->__offset);
626 if (msg_hdr->__msgno < msgno)
628 CORRUPT, msg_hdr->__msgno);
629 if ((msg_hdr->__offset < 0) ||
630 ((strings + msg_hdr->__offset) >
634 msgno = msg_hdr->__msgno;
635 MCAddMsg(msgno, strings + msg_hdr->__offset);
660 struct _nls_msg_hdr *msg_hdr;
712 msg_hdr = (struct _nls_msg_hdr *) ((char *) msgcat +
728 msg_hdr->__msgno = htonl(msg->msgId);
729 msg_hdr->__msglen = htonl(msg_len);
730 msg_hdr->__offset = htonl(msg_offset);
737 msg_hdr++;