Searched refs:milter_dsn_buf (Results 1 – 3 of 3) sorted by relevance
143 state->milter_dsn_buf = 0; in cleanup_state_alloc()206 if (state->milter_dsn_buf) in cleanup_state_free()207 vstring_free(state->milter_dsn_buf); in cleanup_state_free()
1417 if (state->milter_dsn_buf == 0) in cleanup_chg_from()1418 state->milter_dsn_buf = vstring_alloc(20); in cleanup_chg_from()1419 dsn_envid = (xtext_unquote(state->milter_dsn_buf, arg + 6) in cleanup_chg_from()1420 && allprint(STR(state->milter_dsn_buf))); in cleanup_chg_from()1427 state->dsn_envid = mystrdup(STR(state->milter_dsn_buf)); in cleanup_chg_from()1470 MAIL_ATTR_DSN_ENVID, STR(state->milter_dsn_buf)); in cleanup_chg_from()
125 VSTRING *milter_dsn_buf; /* Milter DSN parsing buffer */ member