Searched refs:hdr2rm (Results 1 – 1 of 1) sorted by relevance
33 struct hdrs *hdr2rm, *cont2rm, *nextcont; local37 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);[all …]