Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mail/
H A Dgendeliv.c54 hdrlines[H_DAFWDFROM].head = hdrlines[H_AFWDFROM].head;
55 hdrlines[H_DAFWDFROM].tail = hdrlines[H_AFWDFROM].tail;
56 hdrlines[H_AFWDFROM].head = (struct hdrs *)NULL;
57 hdrlines[H_AFWDFROM].tail = (struct hdrs *)NULL;
58 hdrlines[H_DRECEIVED].head = hdrlines[H_RECEIVED].head;
59 hdrlines[H_DRECEIVED].tail = hdrlines[H_RECEIVED].tail;
60 hdrlines[H_RECEIVED].head = (struct hdrs *)NULL;
61 hdrlines[H_RECEIVED].tail = (struct hdrs *)NULL;
62 hdrlines[H_DTCOPY].head = hdrlines[H_TCOPY].head;
63 hdrlines[H_DTCOPY].tail = hdrlines[H_TCOPY].tail;
[all …]
H A Dgoback.c138 hdrlines[H_DAFWDFROM].head = hdrlines[H_AFWDFROM].head;
139 hdrlines[H_DAFWDFROM].tail = hdrlines[H_AFWDFROM].tail;
140 hdrlines[H_AFWDFROM].head = (struct hdrs *)NULL;
141 hdrlines[H_AFWDFROM].tail = (struct hdrs *)NULL;
142 hdrlines[H_DRECEIVED].head = hdrlines[H_RECEIVED].head;
143 hdrlines[H_DRECEIVED].tail = hdrlines[H_RECEIVED].tail;
144 hdrlines[H_RECEIVED].head = (struct hdrs *)NULL;
145 hdrlines[H_RECEIVED].tail = (struct hdrs *)NULL;
146 hdrlines[H_DTCOPY].head = hdrlines[H_TCOPY].head;
147 hdrlines[H_DTCOPY].tail = hdrlines[H_TCOPY].tail;
[all …]
H A Dpoplist.c40 hdrlines[hdrtype].head : hdrlines[hdrtype].tail);
48 hdrlines[hdrtype].head = hdrlines[hdrtype].tail =
51 hdrlines[hdrtype].head = hdr2rm->next;
57 hdrlines[hdrtype].head = hdrlines[hdrtype].tail =
60 hdrlines[hdrtype].tail = hdr2rm->prev;
H A Dpushlist.c64 ohp = (where == HEAD ? hdrlines[hdrtype].head : hdrlines[hdrtype].tail);
113 hdrlines[hdrtype].head = hdrlines[hdrtype].tail = nhp;
118 hdrlines[hdrtype].head = ohp->prev = nhp;
122 hdrlines[hdrtype].tail = ohp->next = nhp;
H A Dsendmail.c258 if ((hptr = hdrlines[H_MIMEVERS].head) !=
266 if ((hptr = hdrlines[H_CTYPE].head) !=
274 if ((hptr = hdrlines[H_CLEN].head) !=
294 if ((hptr = hdrlines[H_MIMEVERS].head) !=
302 if ((hptr = hdrlines[H_CTYPE].head) !=
310 if ((hptr = hdrlines[H_CLEN].head) !=
337 if (hdrlines[H_MIMEVERS].head == (struct hdrs *)NULL) {
344 if (hdrlines[H_CTYPE].head == (struct hdrs *)NULL) {
351 if (hdrlines[H_CLEN].head == (struct hdrs *)NULL) {
403 if ((hptr = hdrlines[H_MIMEVERS].head) != (struct hdrs *)NULL) {
[all …]
H A Dcopylet.c126 if ((hptr = hdrlines[H_CLEN].head) != in xxxcopylet()
208 if ((hptr = hdrlines[H_TCOPY].head) != in xxxcopylet()
211 strlen(hdrlines[H_TCOPY].head->value); in xxxcopylet()
214 if ((hptr = hdrlines[H_RECEIVED].head) != in xxxcopylet()
221 if ((hptr = hdrlines[H_MIMEVERS].head) != in xxxcopylet()
223 i += strlen(hdrlines[H_MIMEVERS].head->value); in xxxcopylet()
225 if ((hptr = hdrlines[H_CTYPE].head) != in xxxcopylet()
227 i += strlen(hdrlines[H_CTYPE].head->value); in xxxcopylet()
229 if ((hptr = hdrlines[H_CLEN].head) != in xxxcopylet()
231 i += strlen(hdrlines[H_CLEN].head->value); in xxxcopylet()
[all …]
H A Dpckaffspot.c46 if (hdrlines[H_AFWDFROM].head == (struct hdrs *)NULL) { in pckaffspot()
51 if (hdrlines[H_EOH].head != (struct hdrs *)NULL) { in pckaffspot()
52 if (hdrlines[H_DATE].head != (struct hdrs *)NULL) { in pckaffspot()
59 (hdrlines[H_EOH].head != (struct hdrs *)NULL)) { in pckaffspot()
H A Dpckrcvspot.c45 if (hdrlines[H_RECEIVED].head == (struct hdrs *)NULL) { in pckrcvspot()
52 if (hdrlines[H_EOH].head != (struct hdrs *)NULL) { in pckrcvspot()
53 if (hdrlines[H_DATE].head != (struct hdrs *)NULL) { in pckrcvspot()
60 (hdrlines[H_EOH].head != (struct hdrs *)NULL)) { in pckrcvspot()
H A Dckdlivopts.c81 if ((hp = hdrlines[H_DEFOPTS].head) != (struct hdrs *)NULL) {
86 if ((hp = hdrlines[H_TROPTS].head) != (struct hdrs *)NULL) {
91 if ((hp = hdrlines[tcopy_hdr].head) != (struct hdrs *)NULL) {
H A Dinit.c106 struct hdrlines hdrlines[H_CONT]; variable
H A Dclr_hinfo.c68 while (hdrlines[hdrtype].head != (struct hdrs *)NULL) {
H A Dmail.h216 struct hdrlines { struct
392 extern struct hdrlines hdrlines[H_CONT];
H A Ddumprcv.c66 for (hptr = hdrlines[H_RECEIVED].head;
H A Ddumpaff.c73 for (hptr = hdrlines[H_AFWDFROM].head;
H A Dsavehdrs.c65 if (hdrlines[H_FROM1].head == (struct hdrs *)NULL) {