Lines Matching refs:hdr2rm
33 struct hdrs *hdr2rm, *cont2rm, *nextcont; local
37 hdr2rm = (where == HEAD ?
40 if (hdr2rm == (struct hdrs *)NULL) {
44 if (hdr2rm->next == (struct hdrs *)NULL) {
49 hdrlines[hdrtype].head = hdr2rm->next;
50 hdr2rm->next->prev = (struct hdrs *)NULL;
53 if (hdr2rm->prev == (struct hdrs *)NULL) {
58 hdrlines[hdrtype].tail = hdr2rm->prev;
59 hdr2rm->prev->next = (struct hdrs *)NULL;
67 (strlen(header[H_AFWDFROM].tag) + strlen(hdr2rm->value) + 2);
72 (strlen(header[H_RECEIVED].tag) + strlen(hdr2rm->value) + 2);
75 cont2rm = hdr2rm->cont;
88 free ((char *)hdr2rm);