Searched refs:cont2rm (Results 1 – 1 of 1) sorted by relevance
33 struct hdrs *hdr2rm, *cont2rm, *nextcont; local75 cont2rm = hdr2rm->cont;76 while (cont2rm != (struct hdrs *)NULL) {77 nextcont = cont2rm->next;79 affbytecnt -= (strlen(cont2rm->value) + 1);83 rcvbytecnt -= (strlen(cont2rm->value) + 1);85 free ((char *)cont2rm);86 cont2rm = nextcont;