Home
last modified time | relevance | path

Searched refs:auto_hdrs (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_state.c88 state->auto_hdrs = argv_alloc(1); in cleanup_state_alloc()
165 argv_free(state->auto_hdrs); in cleanup_state_free()
H A Dcleanup.h66 ARGV *auto_hdrs; /* MTA's own header(s) */ member
H A Dcleanup_message.c643 argv_add(state->auto_hdrs, vstring_str(header_buf), ARGV_END); in cleanup_header_callback()
H A Dcleanup_milter.c2202 state->data_offset, state->auto_hdrs)) != 0) in cleanup_milter_inspect()
/netbsd-src/external/ibm-public/postfix/dist/src/milter/
H A Dmilter.c567 ARGV *auto_hdrs) in milter_message() argument
582 auto_hdrs); in milter_message()
H A Dmilter8.c2304 ARGV *auto_hdrs; /* auto-generated headers */ member
2352 for (cpp = msg_ctx->auto_hdrs->argv, done = 1; *cpp; cpp++, done <<= 1) in milter8_header()
2532 ARGV *auto_hdrs) in milter8_message() argument
2566 msg_ctx.auto_hdrs = auto_hdrs; in milter8_message()