Home
last modified time | relevance | path

Searched refs:bounce_append_intern (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dbounce.c254 return (bounce_append_intern(flags, id, stats, rcpt, relay, &my_dsn)); in bounce_append()
259 int bounce_append_intern(int flags, const char *id, MSG_STATS *stats, in bounce_append_intern() function
490 return (bounce_append_intern(flags, id, stats, rcpt, relay, &my_dsn)); in bounce_one_intern()
H A Dbounce.h81 extern int bounce_append_intern(int, const char *, MSG_STATS *, RECIPIENT *,
H A Ddefer.c215 return (bounce_append_intern(flags, id, stats, rcpt, relay, dsn_res)); in defer_append()