HDR
if ((ret = __os_seek(fd, 0, 0, sizeof(HDR), 0, SEEK_SET)) != 0 ||
memcpy(&hdr, p, sizeof(HDR));
len = hdr.len - sizeof(HDR);
if ((ret = __db_retcopy(dbt, (u_int8_t *)p + sizeof(HDR),
if ((ret = __os_read(dblp->c_fd, &hdr, sizeof(HDR), &nr)) != 0) {
if (nr == sizeof(HDR))
if (lp->b_off < sizeof(HDR) - nr)
memcpy((u_int8_t *)&hdr + nr, lp->buf, sizeof(HDR) - nr);
shortp = lp->buf + (sizeof(HDR) - nr);
if (hdr.len <= sizeof(HDR))
len = hdr.len - sizeof(HDR);
HDR hdr;
HDR hdr;
hdr.len = sizeof(HDR) + dbt->size;
if ((ret = __log_fill(dblp, lsn, &hdr, sizeof(HDR))) != 0)
lp->len = sizeof(HDR);
lp->lsn.offset += sizeof(HDR);
if (lp->lsn.offset + sizeof(HDR) + dbt->size > lp->persist.lg_max) {
if (sizeof(HDR) +
HDR **hdrp;
register HDR *bh;
register HDR **nhp;
*nhp = (HDR *) sm_rpool_malloc_x(rpool, sizeof(*bh));
HDR *hdr;
register HDR *h;
static HDR *allocheader __P((char *, char *, int, SM_RPOOL_T *, bool));
HDR *h;
static size_t fix_mime_header __P((HDR *, ENVELOPE *));
register HDR *h;
static bool put_vanilla_header __P((HDR *, char *, MCI *));
HDR *
register HDR *header;
register HDR *newhdr;
HDR *ret;
register HDR **tail = &ret;
newhdr = (HDR *) sm_rpool_malloc_x(rpool, sizeof(*newhdr));
HDR *h;
h = (HDR *) sm_rpool_malloc_x(e->e_rpool, sizeof(*h));
HDR **hdrp;
static HDR *
HDR *h;
h = (HDR *) sm_rpool_malloc_x(rp, sizeof(*h));
register HDR *h;
HDR **hp;
HDR **hdrlist = &e->e_header;
HDR *h, *srch, *last = NULL;
static unsigned long dochompheader __P((char *, int, HDR **, ENVELOPE *));
HDR *header;
register HDR *h;
HDR **hdrp;
register HDR *h;
HDR **hp;
register HDR *h;
HDR *h;
HDR *h;
HDR *h, *sysheader;
HDR *header;
HDR *header;
auto HDR *hdr = NULL;
auto HDR *hdr = NULL;
register HDR *h;
extern bool mime7to8 __P((MCI *, HDR *, ENVELOPE *));
extern int mime8to7 __P((MCI *, HDR *, ENVELOPE *, char **, int, int));
extern void collect __P((SM_FILE_T *, bool, HDR **, ENVELOPE *, bool));
extern unsigned long chompheader __P((char *, int, HDR **, ENVELOPE *));
extern bool commaize __P((HDR *, char *, bool, MCI *, ENVELOPE *, int));
extern HDR *copyheader __P((HDR *, SM_RPOOL_T *));
extern char *hvalue __P((char *, HDR *));
HDR *e_header; /* head of header list */
bool (*e_puthdr)__P((MCI *, HDR *, ENVELOPE *, int));
extern bool putheader __P((MCI *, HDR *, ENVELOPE *, int));
int sizeof_rep_hdr = strlen(HDR);
static char *HDR =
(write(fd, HDR, sizeof_rep_hdr) != sizeof_rep_hdr)) {
int retval, sizeof_rep_hdr = strlen(HDR);
static MP_CHAR *HDR =
int retval, sizeof_conf_hdr = strlen(HDR);
MP_UINT32 sizeof_conf_hdr = strlen(HDR);
if (write(mpconf, HDR, sizeof_conf_hdr) !=
MP_UINT32 sizeof_conf_hdr = strlen(HDR);