Lines Matching refs:hdr2rm
35 struct hdrs *hdr2rm, *cont2rm, *nextcont;
39 hdr2rm = (where == HEAD ?
42 if (hdr2rm == (struct hdrs *)NULL) {
46 if (hdr2rm->next == (struct hdrs *)NULL) {
51 hdrlines[hdrtype].head = hdr2rm->next;
52 hdr2rm->next->prev = (struct hdrs *)NULL;
55 if (hdr2rm->prev == (struct hdrs *)NULL) {
60 hdrlines[hdrtype].tail = hdr2rm->prev;
61 hdr2rm->prev->next = (struct hdrs *)NULL;
69 (strlen(header[H_AFWDFROM].tag) + strlen(hdr2rm->value) + 2);
74 (strlen(header[H_RECEIVED].tag) + strlen(hdr2rm->value) + 2);
77 cont2rm = hdr2rm->cont;
90 free ((char *)hdr2rm);