HomeSort by: relevance | last modified time | path
    Searched refs:rewrite_clnt_internal (Results 1 - 8 of 8) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
rewrite_clnt.h 33 extern VSTRING *rewrite_clnt_internal(const char *, const char *, VSTRING *);
canon_addr.c 68 return (rewrite_clnt_internal(REWRITE_CANON, addr, result));
verify_sender_addr.c 180 rewrite_clnt_internal(MAIL_ATTR_RWR_LOCAL, STR(verify_sender_buf),
212 rewrite_clnt_internal(MAIL_ATTR_RWR_LOCAL, STR(time_indep_sender_buf),
rewrite_clnt.c 16 /* VSTRING *rewrite_clnt_internal(ruleset, address, result)
28 /* rewrite_clnt_internal() performs the same functionality but takes
191 /* rewrite_clnt_internal - rewrite from/to internal form */
193 VSTRING *rewrite_clnt_internal(const char *ruleset, const char *addr, VSTRING *result) function
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_resolve.c 124 rewrite_clnt_internal(MAIL_ATTR_RWR_LOCAL, sender, sender_buf);
125 rewrite_clnt_internal(MAIL_ATTR_RWR_LOCAL, addr, query);
smtpd_check.c 3356 * Garbage in, garbage out. Every address from rewrite_clnt_internal()
6084 /* rewrite_clnt_internal - stub */
6086 VSTRING *rewrite_clnt_internal(const char *context, const char *addr, function
6090 msg_panic("rewrite_clnt_internal: result clobbers input");
  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr_message.c 1047 rewrite_clnt_internal(REWRITE_CANON, message->redirect_addr,
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_message.c 1106 rewrite_clnt_internal(REWRITE_CANON, message->redirect_addr,

Completed in 38 milliseconds