Home
last modified time | relevance | path

Searched refs:mime_state_alloc (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmime_state.h35 extern MIME_STATE *mime_state_alloc(int, MIME_STATE_HEAD_OUT, MIME_STATE_ANY_END, MIME_STATE_BODY_O…
H A Dmime_state.c495 MIME_STATE *mime_state_alloc(int flags, in mime_state_alloc() function
1264 state = mime_state_alloc(MIME_OPTIONS, in main()
H A Dheader_body_checks.c603 mime_state = mime_state_alloc(MIME_OPTIONS, in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postmap/
H A Dpostmap.c734 mime_state_alloc((postmap_flags & POSTMAP_FLAG_MIME_KEY) ? in postmap_queries()
/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c879 mime_state = mime_state_alloc(MIME_OPT_DISABLE_MIME in enqueue()
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_message.c1074 state->mime_state = mime_state_alloc(mime_options, in cleanup_message()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c2299 session->mime_state = mime_state_alloc(downgrading ? in smtp_loop()
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dmilter8.c2572 mime_state_alloc(MIME_OPT_DISABLE_MIME, in milter8_message()