Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup.h49 typedef struct CLEANUP_STATE { struct
77 void (*action) (struct CLEANUP_STATE *, int, const char *, ssize_t); argument
135 } CLEANUP_STATE; argument
207 extern CLEANUP_STATE *cleanup_state_alloc(VSTREAM *);
208 extern void cleanup_state_free(CLEANUP_STATE *);
213 extern CLEANUP_STATE *cleanup_open(VSTREAM *);
214 extern void cleanup_control(CLEANUP_STATE *, int);
215 extern int cleanup_flush(CLEANUP_STATE *);
216 extern void cleanup_free(CLEANUP_STATE *);
231 extern void cleanup_out(CLEANUP_STATE *, int, const char *, ssize_t);
[all …]
H A Dcleanup_milter.c234 static void cleanup_milter_set_error(CLEANUP_STATE *, int);
246 const CLEANUP_STATE *state = (CLEANUP_STATE *) context; in cleanup_milter_hbc_log()
283 CLEANUP_STATE *state = (CLEANUP_STATE *) context; in cleanup_milter_hbc_extend()
412 static int cleanup_milter_header_checks(CLEANUP_STATE *state, VSTRING *buf) in cleanup_milter_header_checks()
443 static void cleanup_milter_hbc_add_meta_records(CLEANUP_STATE *state) in cleanup_milter_hbc_add_meta_records()
570 static void cleanup_milter_header_checks_reinit(CLEANUP_STATE *state) in cleanup_milter_header_checks_reinit()
583 static void cleanup_milter_hbc_finish(CLEANUP_STATE *state) in cleanup_milter_hbc_finish()
616 static void cleanup_milter_set_error(CLEANUP_STATE *state, int err) in cleanup_milter_set_error()
629 static const char *cleanup_milter_error(CLEANUP_STATE *state, int err) in cleanup_milter_error()
664 CLEANUP_STATE *state = (CLEANUP_STATE *) context; in cleanup_add_header()
[all …]
H A Dcleanup_region.c124 void cleanup_region_init(CLEANUP_STATE *state) in cleanup_region_init()
147 CLEANUP_REGION *cleanup_region_open(CLEANUP_STATE *state, ssize_t len) in cleanup_region_open()
198 void cleanup_region_close(CLEANUP_STATE *unused_state, CLEANUP_REGION *rp) in cleanup_region_close()
216 CLEANUP_REGION *cleanup_region_return(CLEANUP_STATE *state, CLEANUP_REGION *rp) in cleanup_region_return()
228 void cleanup_region_done(CLEANUP_STATE *state) in cleanup_region_done()
H A Dcleanup_api.c140 CLEANUP_STATE *cleanup_open(VSTREAM *src) in cleanup_open()
142 CLEANUP_STATE *state; in cleanup_open()
192 void cleanup_control(CLEANUP_STATE *state, int flags) in cleanup_control()
216 int cleanup_flush(CLEANUP_STATE *state) in cleanup_flush()
387 void cleanup_free(CLEANUP_STATE *state) in cleanup_free()
H A Dcleanup_message.c102 static void cleanup_fold_header(CLEANUP_STATE *state, VSTRING *header_buf) in cleanup_fold_header()
145 static void cleanup_rewrite_sender(CLEANUP_STATE *state, in cleanup_rewrite_sender()
202 static void cleanup_rewrite_recip(CLEANUP_STATE *state, in cleanup_rewrite_recip()
259 static void cleanup_act_log(CLEANUP_STATE *state, in cleanup_act_log()
290 static const char *cleanup_act(CLEANUP_STATE *state, char *context, in cleanup_act()
499 CLEANUP_STATE *state = (CLEANUP_STATE *) context; in cleanup_header_callback()
666 CLEANUP_STATE *state = (CLEANUP_STATE *) context; in cleanup_header_done_callback()
874 CLEANUP_STATE *state = (CLEANUP_STATE *) context; in cleanup_body_callback()
921 static void cleanup_message_headerbody(CLEANUP_STATE *state, int type, in cleanup_message_headerbody()
1017 CLEANUP_STATE *state = (CLEANUP_STATE *) context; in cleanup_mime_error_callback()
[all …]
H A Dcleanup_out.c109 void cleanup_out(CLEANUP_STATE *state, int type, const char *string, ssize_t len) in cleanup_out()
158 void cleanup_out_string(CLEANUP_STATE *state, int type, const char *string) in cleanup_out_string()
165 void cleanup_out_format(CLEANUP_STATE *state, int type, const char *fmt,...) in cleanup_out_format()
180 void cleanup_out_header(CLEANUP_STATE *state, VSTRING *header_buf) in cleanup_out_header()
H A Dcleanup_masquerade.c79 int cleanup_masquerade_external(CLEANUP_STATE *state, VSTRING *addr, in cleanup_masquerade_external()
156 int cleanup_masquerade_tree(CLEANUP_STATE *state, TOK822 *tree, in cleanup_masquerade_tree()
173 int cleanup_masquerade_internal(CLEANUP_STATE *state, VSTRING *addr, in cleanup_masquerade_internal()
203 CLEANUP_STATE state; in main()
H A Dcleanup_extracted.c80 static void cleanup_extracted_process(CLEANUP_STATE *, int, const char *, ssize_t);
81 static void cleanup_extracted_finish(CLEANUP_STATE *);
85 void cleanup_extracted(CLEANUP_STATE *state, int type, in cleanup_extracted()
103 void cleanup_extracted_process(CLEANUP_STATE *state, int type, in cleanup_extracted_process()
301 void cleanup_extracted_finish(CLEANUP_STATE *state) in cleanup_extracted_finish()
H A Dcleanup_state.c67 CLEANUP_STATE *cleanup_state_alloc(VSTREAM *src) in cleanup_state_alloc()
69 CLEANUP_STATE *state = (CLEANUP_STATE *) mymalloc(sizeof(*state)); in cleanup_state_alloc()
146 void cleanup_state_free(CLEANUP_STATE *state) in cleanup_state_free()
H A Dcleanup_map11.c98 int cleanup_map11_external(CLEANUP_STATE *state, VSTRING *addr, in cleanup_map11_external()
146 int cleanup_map11_tree(CLEANUP_STATE *state, TOK822 *tree, in cleanup_map11_tree()
168 int cleanup_map11_internal(CLEANUP_STATE *state, VSTRING *addr, in cleanup_map11_internal()
H A Dcleanup_body_edit.c96 int cleanup_body_edit_start(CLEANUP_STATE *state) in cleanup_body_edit_start()
155 int cleanup_body_edit_write(CLEANUP_STATE *state, int rec_type, in cleanup_body_edit_write()
227 int cleanup_body_edit_finish(CLEANUP_STATE *state) in cleanup_body_edit_finish()
H A Dcleanup_out_recipient.c97 static void cleanup_trace_append(CLEANUP_STATE *state, RECIPIENT *rcpt, in cleanup_trace_append()
117 static void cleanup_verify_append(CLEANUP_STATE *state, RECIPIENT *rcpt, in cleanup_verify_append()
131 void cleanup_out_recipient(CLEANUP_STATE *state, in cleanup_out_recipient()
H A Dcleanup_addr.c113 off_t cleanup_addr_sender(CLEANUP_STATE *state, const char *buf) in cleanup_addr_sender()
192 void cleanup_addr_recipient(CLEANUP_STATE *state, const char *buf) in cleanup_addr_recipient()
255 void cleanup_addr_bcc_dsn(CLEANUP_STATE *state, const char *bcc, in cleanup_addr_bcc_dsn()
H A Dcleanup_envelope.c87 static void cleanup_envelope_process(CLEANUP_STATE *, int, const char *, ssize_t);
91 void cleanup_envelope(CLEANUP_STATE *state, int type, in cleanup_envelope()
118 static void cleanup_envelope_process(CLEANUP_STATE *state, int type, in cleanup_envelope_process()
H A Dcleanup_bounce.c67 static void cleanup_bounce_append(CLEANUP_STATE *state, RECIPIENT *rcpt, in cleanup_bounce_append()
87 int cleanup_bounce(CLEANUP_STATE *state) in cleanup_bounce()
H A Dcleanup_final.c47 void cleanup_final(CLEANUP_STATE *state) in cleanup_final()
H A Dcleanup.c506 CLEANUP_STATE *state; in cleanup_service()
H A Dcleanup_map1n.c79 ARGV *cleanup_map1n_internal(CLEANUP_STATE *state, const char *addr, in cleanup_map1n_internal()