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