Home
last modified time | relevance | path

Searched refs:errors_to (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_state.c87 state->errors_to = 0; in cleanup_state_alloc()
163 if (state->errors_to) in cleanup_state_free()
164 myfree(state->errors_to); in cleanup_state_free()
H A Dcleanup.h65 char *errors_to; /* errors-to address */ member