Searched refs:cont2rm (Results 1 – 1 of 1) sorted by relevance
35 struct hdrs *hdr2rm, *cont2rm, *nextcont; local77 cont2rm = hdr2rm->cont;78 while (cont2rm != (struct hdrs *)NULL) {79 nextcont = cont2rm->next;81 affbytecnt -= (strlen(cont2rm->value) + 1);85 rcvbytecnt -= (strlen(cont2rm->value) + 1);87 free ((char *)cont2rm);88 cont2rm = nextcont;