Searched refs:hbc_rcpt (Results 1 – 4 of 4) sorted by relevance
319 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()
93 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()
473 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()
69 ARGV *hbc_rcpt; /* header/body checks BCC addresses */ member