Searched refs:header_class (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | header_body_checks.c | 311 char *hbc_header_checks(void *context, HBC_CHECKS *hbc, int header_class, in hbc_header_checks() argument 326 header_class = MIME_HDR_MULTIPART; in hbc_header_checks() 328 mp = hbc->map_info + HBC_HEADER_INDEX(header_class); in hbc_header_checks() 488 static void head_out(void *context, int header_class, in head_out() argument 496 || (out = hbc_header_checks(context, dp->header_checks, header_class, in head_out() 500 header_class == MIME_HDR_PRIMARY ? "MAIN" : in head_out() 501 header_class == MIME_HDR_MULTIPART ? "MULT" : in head_out() 502 header_class == MIME_HDR_NESTED ? "NEST" : in head_out() 508 header_class == MIME_HDR_PRIMARY ? "MAIN" : in head_out() 509 header_class == MIME_HDR_MULTIPART ? "MULT" : in head_out() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
| H A D | cleanup_message.c | 494 static void cleanup_header_callback(void *context, int header_class, in cleanup_header_callback() argument 526 (header_class == class && (map_class = var_name, checks = maps) != 0) in cleanup_header_callback() 529 header_class = MIME_HDR_MULTIPART; in cleanup_header_callback() 595 if (header_class != MIME_HDR_PRIMARY) { in cleanup_header_callback()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A D | smtp_proto.c | 1258 static void smtp_header_rewrite(void *context, int header_class, in smtp_header_rewrite() argument 1274 result = hbc_header_checks(context, smtp_header_checks, header_class, in smtp_header_rewrite() 1295 if (smtp_generic_maps && header_info && header_class == MIME_HDR_PRIMARY in smtp_header_rewrite() 1320 smtp_header_out(context, header_class, header_info, buf, offset); in smtp_header_rewrite()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/sendmail/ |
| H A D | sendmail.c | 613 static void output_header(void *context, int header_class, in output_header() argument 631 if (header_class == MIME_HDR_PRIMARY in output_header()
|