Home
last modified time | relevance | path

Searched refs:hbc_rcpt (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_extracted.c319 if (state->hbc_rcpt) { in cleanup_extracted_finish()
323 for (cpp = state->hbc_rcpt->argv; *cpp; cpp++) in cleanup_extracted_finish()
326 argv_free(state->hbc_rcpt); in cleanup_extracted_finish()
327 state->hbc_rcpt = 0; in cleanup_extracted_finish()
Dcleanup_state.c93 state->hbc_rcpt = 0; in cleanup_state_alloc()
172 if (state->hbc_rcpt) in cleanup_state_free()
173 argv_free(state->hbc_rcpt); in cleanup_state_free()
Dcleanup_message.c473 if (state->hbc_rcpt == 0) in cleanup_act()
474 state->hbc_rcpt = argv_alloc(1); in cleanup_act()
475 argv_add(state->hbc_rcpt, optional_text, (char *) 0); in cleanup_act()
Dcleanup.h69 ARGV *hbc_rcpt; /* header/body checks BCC addresses */ member