Searched refs:REC_TYPE_PTR (Results 1 – 13 of 13) sorted by relevance
/netbsd/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_body_edit.c | 139 rec_fprintf(state->dst, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, in cleanup_body_edit_start() 192 rec_fprintf(state->dst, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, in cleanup_body_edit_write() 239 rec_fprintf(state->dst, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, in cleanup_body_edit_finish()
|
H A D | cleanup_milter.c | 486 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, in cleanup_milter_hbc_add_meta_records() 869 && rec_type != REC_TYPE_PTR) \ in cleanup_find_header_start() 892 if (rec_type == REC_TYPE_PTR) { in cleanup_find_header_start() 964 rec_type = REC_TYPE_PTR; in cleanup_find_header_start() 1009 if (rec_type == REC_TYPE_PTR) { in cleanup_find_header_end() 1114 if (old_rec_type != REC_TYPE_PTR) { in cleanup_patch_header() 1118 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, in cleanup_patch_header() 1214 if (old_rec_type == REC_TYPE_PTR) { in cleanup_ins_header() 1359 rec_fprintf(state->dst, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, in cleanup_del_header() 1800 if (rec_type == REC_TYPE_PTR) { in cleanup_del_rcpt() [all …]
|
H A D | cleanup_extracted.c | 197 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, 0L); in cleanup_extracted_process() 279 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, 0L); in cleanup_extracted_process()
|
H A D | cleanup_addr.c | 167 rec_pad(state->dst, REC_TYPE_PTR, REC_TYPE_PTR_PAYL_SIZE - len); in cleanup_addr_sender()
|
H A D | cleanup_envelope.c | 343 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, 0L); in cleanup_envelope_process()
|
H A D | cleanup_message.c | 861 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, 0L); in cleanup_header_done_callback() 987 cleanup_out_format(state, REC_TYPE_PTR, REC_TYPE_PTR_FORMAT, 0L); in cleanup_message_headerbody()
|
/netbsd/external/ibm-public/postfix/dist/src/global/ |
H A D | rec_type.c | 58 REC_TYPE_PTR, "pointer_record",
|
H A D | record.h | 56 ((t) == REC_TYPE_PTR || (t) == REC_TYPE_DTXT)
|
H A D | rec_type.h | 69 #define REC_TYPE_PTR 'p' /* pointer indirection */ macro
|
H A D | record.c | 307 if (type == REC_TYPE_PTR && (flags & REC_FLAG_FOLLOW_PTR) != 0 in rec_get_raw()
|
/netbsd/external/ibm-public/postfix/dist/src/postcat/ |
H A D | postcat.c | 330 } else if (rec_type == REC_TYPE_PTR) { in postcat()
|
/netbsd/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | qmgr_message.c | 392 if (rec_type == REC_TYPE_PTR) { in qmgr_message_read()
|
/netbsd/external/ibm-public/postfix/dist/src/qmgr/ |
H A D | qmgr_message.c | 432 if (rec_type == REC_TYPE_PTR) { in qmgr_message_read()
|