Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dpoplist.c33 struct hdrs *hdr2rm, *cont2rm, *nextcont; local
75 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;