Searched refs:H_MIMEVERS (Results 1 – 3 of 3) sorted by relevance
198 case H_MIMEVERS: in sendmail()257 if ((hptr = hdrlines[H_MIMEVERS].head) != in sendmail()260 header[H_MIMEVERS].tag); in sendmail()293 if ((hptr = hdrlines[H_MIMEVERS].head) != in sendmail()296 header[H_MIMEVERS].tag); in sendmail()332 (void) snprintf(line, sizeof (line), "%s \n", header[H_MIMEVERS].tag); in sendmail()336 if (hdrlines[H_MIMEVERS].head == (struct hdrs *)NULL) { in sendmail()337 savehdrs(line, H_MIMEVERS); in sendmail()402 if ((hptr = hdrlines[H_MIMEVERS].head) != (struct hdrs *)NULL) { in sendmail()
219 if ((hptr = hdrlines[H_MIMEVERS].head) != in xxxcopylet()221 i += strlen(hdrlines[H_MIMEVERS].head->value); in xxxcopylet()307 case H_MIMEVERS: in xxxcopylet()
147 #define H_MIMEVERS 11 /* "MIME-Version:" */ macro