Home
last modified time | relevance | path

Searched refs:cont2rm (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/mail/
H A Dpoplist.c35 struct hdrs *hdr2rm, *cont2rm, *nextcont; local
77 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;